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.phpbefore</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 disablesmicrophone, the widget can't request the mic — allowmicrophonefor 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 thatdata-agentis your real ID (notYOUR_AGENT_ID). Check the browser console for errors containingbizrnr. - The ring appears but won't connect — your site may block our frame. Ensure your Content-Security-Policy allows framing
https://bizrnr.comand 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.