Widget demo
This page simulates a customer website embedding the chat widget. Copy your install code from Integrations in the tenant panel and paste it below.
Setup
- Log in to the tenant panel → Integrations → copy the install code
- Replace the snippet below with your code (uses
widgetId— no API key needed) - Reload this page — the chat bubble appears bottom-right
Embed snippet (paste your code from Integrations)
<!-- Add before </body> on any site -->
<script>
window.ChatSaaS = {
widgetId: 'wgt_YOUR_WIDGET_ID',
apiUrl: 'https://api.bigpanel.cloud',
};
</script>
<script src="https://api.bigpanel.cloud/widget.js" async></script>Get your install code from the Integrations page in the tenant panel.