CallMerlinDocs
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

  1. Go to Webcall widget in the dashboard
  2. Configure the appearance: color, position, greeting text
  3. Copy the embed code
  4. 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>

On this page