Install on WordPress
Get Edynamics running on your WordPress site.
Works with any theme, classic or block editor.
Works with on WordPress
Chat widgetBooking linkBooking widget embed
Step-by-step — chat widget
- Install the free "Insert Headers and Footers" plugin (or use your theme's built-in custom code area).
- Go to Settings → Insert Headers and Footers.
- Paste the two-line embed snippet into the "Scripts in Footer" box.
- Click Save. The bubble loads on every page that uses your theme.
<script>window.EdynamicsWidget={id:'your-widget-id'};</script>
<script src="https://edynamicsgrowth.com/widget.js" async></script>Get your real
widget-id from /install/chat-widget.Where to use your booking link on WordPress
- ✓Menu link — Appearance → Menus → add a Custom Link with the booking URL labelled "Book a time".
- ✓Inside a page — paste the embed snippet in a Custom HTML block to embed the calendar inline.
- ✓Footer widget — drop the short link into a Text widget in any sidebar or footer area.
<script>window.EdynamicsBook={slug:'your-slug'};</script>
<script src="https://edynamicsgrowth.com/book.js" async></script>Get your real
slug from /install/booking.Common issues
Caching plugin showing old version
Clear cache in WP Rocket / W3 Total Cache / SiteGround Optimizer after pasting the snippet.
Snippet stripped by an editor
Use the Custom HTML block, not the Paragraph block — Gutenberg sanitises scripts inside text blocks.