Install on your site
Add a chat widget to Shopify
Drop the snippet into theme.liquid and Kelma appears across your whole store.
Add Kelma to every page of your Shopify store by editing your theme's layout file.
- In Shopify admin, go to Online Store → Themes.
- On your current theme, click ⋯ → Edit code.
- Under Layout, open
theme.liquid. - Scroll to the closing
</body>tag near the bottom and paste the snippet just before it:
<script src="https://kelma.chat/embed.js" data-kelma="YOUR_AGENT_ID" async></script>
- Click Save. Open your storefront — the chat bubble is live on every page, including product and checkout-adjacent pages.
Because
theme.liquidwraps the whole store, one paste covers everything. If you switch themes later, repeat these steps on the new theme.