
Managing Widgets
Creating a Widget
- Navigate to the Widgets tab in your dashboard.
- Click Create Widget.
- Choose the target Voice Agent or Restaurant Worker to handle calls from this widget.
- Customize the name, description, and status settings.
Testing in the Playground
Before pasting embed snippets into production sites, you can click Test Widget on any row to open the browser calling simulator, verifying that microphone access and conversation flows operate correctly.Integrating onto Your Website
To deploy your widget, copy your Widget ID and copy one of the embed codes below. ReplaceYOUR_WIDGET_ID and YOUR_API_KEY_HERE with your actual credentials.
1. HTML / JavaScript
Place this script snippet right before your closing</body> tag:
2. React
Create a custom component to inject the script:3. Next.js
Use the Next.jsScript component to load the script after the page is interactive:
4. WordPress
- Download the Roostrr WordPress plugin from your dashboard resources.
- Upload and activate the plugin inside your WordPress Admin.
- Go to Settings > Roostrr in your admin panel.
- Input your Widget ID and API Key.
- Save changes. The widget will render automatically on all public pages.


