Shopify
How to embed your AI chat widget in a Shopify storefront.
Integration Script
Paste this snippet just before the closing </body> tag. Replace the URL and key with your actual values.
<script src="https://your-domain.com/widget.js" data-key="YOUR_WIDGET_KEY" async></script>Step-by-step instructions
- 1Go to Online Store > Themes in your Shopify admin.
- 2Click the ... (three dots) button next to your active theme and select Edit Code.
- 3Open the
theme.liquidfile. - 4Scroll to the very bottom and paste the script right before the
</body>tag. - 5Click Save.