Install on Wix

Get Edynamics running on your Wix site.

Embed via the Custom Code editor (Premium plan required).

Works with on Wix
Chat widgetBooking linkBooking widget embed
Step-by-step — chat widget
  1. In the Wix dashboard, open Settings → Custom Code.
  2. Click "+ Add Custom Code".
  3. Paste the two-line embed snippet.
  4. Place Code: select "All pages" and "Load code on each new page".
  5. Position: "End of body".
  6. Apply. The bubble loads sitewide.
<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 Wix
  • Site menu — add a menu item labelled "Book" pointing to your booking URL.
  • Inside a page — drop an HTML iframe element and paste the booking embed snippet for an inline calendar.
  • Floating button — use a Wix Anchor or Button element pointing to the booking URL.
<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
Custom Code unavailable
Custom Code requires a Wix Premium plan. Use the public booking URL as a button instead.
← All install guides