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.

🧩 Step 2: Paste in theme.liquid

  1. Go to your Shopify Admin → Online Store → Themes
  2. Click Actions → Edit code
  3. Open layout/theme.liquid
  4. Just before the closing </body> tag, paste the script:
<script
  defer
  src="https://cdn.botuj.pl/loader.js"
  data-key="YOUR_CHATBOT_ID"
></script>
  1. Save the file.

✅ Your chatbot will now appear on all pages of your store.