Back to Blog
Product TipMay 30, 2026-3 min read

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)

  1. Go to Online Store → Themes → Edit Code
  2. Find the file called theme.liquid (it's in the Layout folder)
  3. Scroll to the bottom and find the </body> tag
  4. Paste your embed code right above </body>
  5. 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:

  1. Install any "Header & Footer Scripts" plugin (there are dozens of free ones)
  2. Paste your embed code in the "Footer Scripts" section
  3. Save

Option B — Theme method:

  1. Go to Appearance → Theme Editor
  2. Open footer.php
  3. Paste above </body>
  4. Save

Option A is easier and survives theme updates. Go with that.

Wix (90 Seconds)

  1. Go to your Wix Dashboard → Settings → Custom Code
  2. Click Add Custom Code
  3. Paste your embed code
  4. Set placement to Body - End
  5. Apply to All Pages
  6. 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.