Install on Shopify
Get Edynamics running on your Shopify site.
Drop the chat widget and booking link onto any Shopify storefront.
Works with on Shopify
Chat widgetBooking linkBooking widget embed
Step-by-step — chat widget
- In the Shopify admin, open Online Store → Themes.
- Find your current theme and click Actions → Edit code.
- In the Layout folder, open theme.liquid.
- Scroll to the bottom of the file. Just before </body>, paste the two-line embed snippet.
- Click Save. The bubble appears on every page within seconds.
<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 Shopify
- ✓Theme footer — add the booking URL as a footer link via Online Store → Navigation.
- ✓Product pages — paste the embed code into a custom HTML section in your theme to surface a "Book consultation" widget under the buy button.
- ✓Email marketing — drop the short link /b/[code] into Klaviyo, Mailchimp, or Shopify Email templates.
<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 doesn't appear
Open the page in incognito (theme cache can hide changes). Confirm the snippet is just before </body>, not inside <head>.
Conflicts with another chat tool
Disable any other chat app in Apps before installing — only one chat bubble can claim the bottom-right corner.