Shopify
Add the agent with a theme app extension or Custom Liquid.
Add the agent with a theme app extension or Custom Liquid.
Theme extension availability#
The theme app extension source is in integrations/shopify. It is a development template, not a public Shopify App Store application. An authorized Partner account must place it in an app shell, deploy it, and complete Shopify review before merchants can install it from the App Store.
Custom Liquid#
In Online Store → Themes → Customize, add a Custom Liquid block where supported, or edit theme.liquid and place the script before </body>.
<script src="https://makeagent.fast/embed.js"
data-agent="YOUR_SITE_SLUG"
async></script>Allowlist the canonical storefront origin. Preview domains may differ from the live myshopify.com or custom domain and must be added separately for testing.
Theme changes#
Re-check the app embed after publishing a new theme. Test the launcher around cart drawers, consent banners, and mobile navigation so fixed elements do not overlap.