Features
Webcall Widget
Place a call button or chat widget on your website.
Webcall Widget
The webcall widget places a call button or chat widget on your website so visitors can talk or chat directly with Merlin.
Setting up the widget
- Go to Webcall widget in the dashboard
- Configure the appearance: color, position, greeting text
- Copy the embed code
- Paste the code on your website, just before
</body>
Testing the widget
Use the preview in the dashboard to test the widget before going live.
Embed code
The embed code looks like this:
<script src="https://widgets.callmerlin.app/sdk.js"></script>
<script>
CallMerlin.init({ accountId: 'your-account-id' });
</script>