Embedding DropBot on Shopify, Wix, WordPress — The 2-Minute Guide
No coding required. Here's how to add your chatbot widget to Shopify, Wix, and WordPress in under 2 minutes each.
The number one question new users ask after setting up their Q&A: "How do I put this on my website?"
Good news: it's one line of code, and you don't need to be technical. Here's the exact process for the three most popular platforms.
The Universal Part
Every DropBot widget uses the same embed code — a single script tag you get from your dashboard. It looks like this:
<script src="https://dropbot.ai/widget/YOUR-BOT-ID.js"></script>
Copy it from your bot's settings page. That's the only thing you need. Now let's put it on your site.
Shopify (90 Seconds)
- Go to Online Store → Themes → Edit Code
- Find the file called
theme.liquid(it's in the Layout folder) - Scroll to the bottom and find the
</body>tag - Paste your embed code right above
</body> - Click Save
That's it. Your widget will appear on every page of your store.
Pro tip: If you only want it on specific pages, use Shopify's conditional tags. But for most stores, every page is the right answer — customers have questions on product pages, the cart page, everywhere.
WordPress (60 Seconds)
Option A — Plugin method:
- Install any "Header & Footer Scripts" plugin (there are dozens of free ones)
- Paste your embed code in the "Footer Scripts" section
- Save
Option B — Theme method:
- Go to Appearance → Theme Editor
- Open
footer.php - Paste above
</body> - Save
Option A is easier and survives theme updates. Go with that.
Wix (90 Seconds)
- Go to your Wix Dashboard → Settings → Custom Code
- Click Add Custom Code
- Paste your embed code
- Set placement to Body - End
- Apply to All Pages
- Click Apply
Wix sometimes takes a minute to propagate. Refresh your published site if you don't see it immediately.
Common Questions
Will it slow down my site? No. The script loads asynchronously — it doesn't block your page from rendering. Your site loads normally, and the widget appears after.
Can I control which pages show the widget? Yes. Each platform has ways to limit where custom code appears. But honestly, most businesses benefit from having the widget on every page.
What if I switch platforms later? The embed code is platform-agnostic. Moving from Wix to Shopify? Just paste the same code in the new place.
My developer set up my site. Do I need them for this? Not for basic embedding. The steps above require no coding knowledge — you're just pasting a line of text. But if your site has a custom setup, your developer can do it in 30 seconds.
That's Really It
One script tag. One paste. Two minutes or less.
The hard part was writing your Q&A. The embedding part is the easy part. Don't overthink it.