Skip to main content
All integrations

Add Zovibot to Shopify

About 3 min

Shopify themes have a single layout file that wraps every storefront page, which is exactly where this belongs.

Steps

The snippet below is a placeholder — yours carries your own site key.
  1. Open your theme code

    Online Store > Themes, then Actions > Edit code on your live theme. Duplicate the theme first if you would rather test on a copy.

  2. Edit layout/theme.liquid

    Find </head> and paste the tag on the line above it. Save.

    Copy this
    <script async src="https://zovibot.leadfella.com/zovibot.js" data-site-key="pk_live_YOUR_SITE_KEY"></script>
  3. Check a storefront page

    Open your shop as a customer would. The launcher appears on every page the layout wraps, including product and collection pages.

Worth knowing

  • Shopify checkout pages are locked down and will not run the script. That is expected — and arguably right, since you do not want a chat widget between a customer and paying you.