Integrate Botuj Chatbot in Shopify
Learn how to embed the Botuj chatbot in your Shopify store.
To add the Botuj chatbot to Shopify, follow these steps:
📥 Step 1: Get Your Embed Script
Copy your Botuj embed code from:
Settings → Embed
<script
defer
src="https://cdn.botuj.pl/loader.js"
data-key="${chatbotId}"
></script>
Replace ${chatbotId}
with your chatbot's actual ID.
theme.liquid
🧩 Step 2: Paste in - Go to your Shopify Admin → Online Store → Themes
- Click Actions → Edit code
- Open
layout/theme.liquid
- Just before the closing
</body>
tag, paste the script:
<script
defer
src="https://cdn.botuj.pl/loader.js"
data-key="YOUR_CHATBOT_ID"
></script>
- Save the file.
✅ Your chatbot will now appear on all pages of your store.