Skip to main content
Voice & Chat

Embed the AI voice widget on your website

# Embed the AI voice widget The BizRnR voice widget is a single ` ` tag that drops a floating "tap to talk" button onto any page of your website. Your visitors…

Embed the AI voice widget

The BizRnR voice widget is a single <script> tag that drops a floating "tap to talk" button onto any page of your website. Your visitors press it and speak directly to your AI receptionist — the same AI that answers your phone. It works on plain HTML, WordPress, Shopify, Webflow, Wix, Squarespace, and Framer.

There is nothing extra to set up: the widget connects to the AI agent that was created for you when you subscribed. As soon as your voice setup finishes, your snippet is live.

Get your snippet

Open Dashboard → Website voice widget (also under Settings) and copy the snippet. It looks like this:

<script src="https://bizrnr.com/widget.js" data-agent="agent_xxxxxxxxxxxx"></script>

The data-agent value is your account's AI agent ID. It is safe to put on a public page — it only lets visitors start a voice conversation with your assistant.

> If the snippet shows data-agent="YOUR_AGENT_ID", your voice setup hasn't finished yet. The real ID fills in automatically once provisioning completes.

Install on common platforms

Paste the snippet right before the closing </body> tag, or once into a shared footer/template so it appears on every page.

  • Plain HTML / static site — paste before </body>.
  • WordPress — a Header/Footer plugin's "Footer" field (easiest), or footer.php before </body>.
  • Shopify — Online Store → Themes → Edit code → theme.liquid → before </body>.
  • Webflow — Project settings → Custom code → Footer Code → Save → Publish.
  • Squarespace / Wix — Settings → Advanced → Custom code → Footer → Save.
  • Framer — Site settings → Custom code → End of <body> tag → Publish.

Verify the install

Open your site in an incognito window. A floating ring appears in the bottom-right corner. Tap it and allow microphone access when your browser asks — then start talking. Under the ring you'll see a small Powered by BizRnR link.

Requirements & notes

  • Your site must be served over HTTPS. Browsers only allow microphone access on secure pages.
  • Microphone permission is requested for bizrnr.com (the widget runs in a secure frame from us). If your site sets a strict Permissions-Policy that disables microphone, the widget can't request the mic — allow microphone for embedded frames.
  • One widget per page. Pasting the snippet more than once is harmless; only one widget loads.
  • Powered by BizRnR appears by default. Enterprise white-label accounts can remove it under Dashboard -> White-label when that entitlement is enabled.

Troubleshooting

  • Nothing appears — confirm the snippet is before </body> and that data-agent is your real ID (not YOUR_AGENT_ID). Check the browser console for errors containing bizrnr.
  • The ring appears but won't connect — your site may block our frame. Ensure your Content-Security-Policy allows framing https://bizrnr.com and connecting to ElevenLabs (*.elevenlabs.io). Most sites need no CSP changes.
  • Mic prompt never shows — the page must be HTTPS and your browser must allow microphone access for the site.

If you're on a CMS we haven't covered, the rule is the same: paste the snippet anywhere a script tag runs on every page. Email support@bizrnr.com and we'll help.

Was this helpful?
© 2026 BizRnR. All rights reserved.