Time estimate: ~3 minutes
1. Copy your Widget ID
First, you need your unique ReplyBubble Widget ID.- Log in to your ReplyBubble dashboard
- Go to Integrations → Shopify
- Click Copy next to your Widget ID
2. Install the widget
The easiest way to install ReplyBubble is by adding our lightweight embed snippet directly into your Shopify theme. This works for all Shopify themes, including Online Store 2.0.Theme Editor Method (Recommended)
- In your Shopify admin, go to Online Store → Themes.
- Find your active theme and click Actions (the
...menu) → Edit code. - In the left sidebar under the Layout folder, click on
theme.liquid. - Scroll to the very bottom of the file to find the closing
</body>tag. - Paste the embed snippet directly above the
</body>tag:
Important: Make sure to replace YOUR_WIDGET_ID with the ID you copied from your ReplyBubble dashboard.
- Click Save in the top right corner.
3. Verify installation
After saving your theme:- Open your Shopify storefront in a new browser tab.
- Look for the ReplyBubble chat icon in the bottom-right corner of the page.
- Click it and send a test message.
- Check your ReplyBubble inbox to confirm the message arrived.
Performance Notes
ReplyBubble is designed to be completely invisible to your store’s performance metrics until it’s needed:- The script uses the
asyncattribute, meaning it will never block your page from loading. - Widget assets are cached and served through a CDN-fronted endpoint.
- The heavy lifting (AI processing) happens on our servers, not your customer’s device.
Troubleshooting
The widget isn’t showing up
- Check the Widget ID: Ensure the ID in the script matches the one in your dashboard exactly. It starts with
rbw_followed by a random string, e.g.,rbw_Pi2DpP7ytgMObG0mbkzUuA. - Clear your cache: If you use a caching app on Shopify, try clearing its cache.
- Check where you pasted it: Make sure the script is above
</body>and not inside another script block or commented out.
The widget shows on the homepage but not product pages
If you followed thetheme.liquid method above, the widget should appear on all pages automatically. If it doesn’t, ensure you edited the active/published theme and not a draft theme.

