Install on Any other website

Get Edynamics running on your Any other website site.

Plain HTML / Next.js / Astro / hand-coded — same one-line install.

Works with on Any other website
Chat widgetBooking linkBooking widget embed
Step-by-step — chat widget
  1. Open the file or template that renders your site's closing </body> tag (often layout.html, _layout.tsx, index.html).
  2. Paste the two-line embed snippet immediately before </body>.
  3. Deploy your site.
  4. Open the live site — bubble appears within a second of page load.
<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 Any other website
  • Add the booking URL as a primary link anywhere a contact CTA lives — header nav, footer, contact page.
  • For an inline calendar, paste the booking embed snippet into any HTML page just where you want the widget to render.
  • Use the short link /b/[code] in places where character count matters — SMS, social bios, business cards.
<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
Content Security Policy blocks the script
Add edynamicsgrowth.com to your script-src and connect-src CSP directives.
← All install guides