Install the AI voice orb widget on your website
Embed the Centerfy AI voice orb on any website so visitors can speak directly to your AI agent.
The orb widget embeds a voice-enabled AI agent on your website as an iframe. Visitors click the orb to start a live voice conversation with your AI agent directly in the browser.
Get your embed code
- Open your voice agent
Go to AI Agents, select your voice agent, and open the Agent Settings tab.
- Copy the orb embed code
Copy the orb widget iframe code. It includes your agent ID pre-filled.
- Paste on your website
Add the iframe to your website’s HTML where you want the orb to appear.
Embed code
<iframe
src="https://aicrmpro.us/widget?agent=YOUR_AGENT_ID&type=orb"
allow="microphone"
style="position: fixed; bottom: 20px; right: 20px; background: transparent; width: 376px; height: 376px; border: none; z-index: 9999;"
id="centerfyOrbWidget"
></iframe>
Positioning examples
Bottom-right (default):
position: fixed; bottom: 20px; right: 20px;
Bottom-left:
position: fixed; bottom: 20px; left: 20px;
Centered (for landing pages):
position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
The orb appears but no audio works
Make sure allow="microphone" is on the iframe. Some browsers also require the page to be served over HTTPS for microphone access.
Can I use both the chat widget and orb on the same page?
Yes. They are independent — the chat widget is a script tag and the orb is an iframe. Use different agents or the same agent for both.
Does it work on Wix or WordPress?
Yes. On WordPress, add the iframe in a Custom HTML block. On Wix, use an HTML embed element (not the standard iframe embed). If the orb doesn’t render on Wix, switch the embed type from iframe to HTML code.