Install on Webflow

Get Edynamics running on your Webflow site.

Drop into Project Settings → Custom Code.

Works with on Webflow
Chat widgetBooking linkBooking widget embed
Step-by-step — chat widget
  1. Open your Webflow project → Project Settings → Custom Code.
  2. Paste the two-line embed snippet into the "Footer Code" box.
  3. Save Changes.
  4. Publish your site. The bubble appears on every published page.
<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 Webflow
  • Navbar — add a Link Block labelled "Book" with the booking URL as its href.
  • Inside a page — add an Embed element and paste the booking embed snippet for an inline calendar.
  • CMS templates — link product / service CMS items to their own booking URLs.
<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
Widget only shows on the staging URL
You need to Publish the site (top-right) — Custom Code only loads on published builds.
← All install guides