Embed in Wix

Add voice calls to your Wix site using HTML Embed or Wix Blocks

Quick Start

1

Get Your Widget Key

Sign up at mediasfu.com to get a free widget key.

2

Add an HTML Embed Element

In Wix Editor, click Add (+ button) → More → HTML Embed. Drag to your page.

3

Paste the Widget Code

Copy the code below, replace YOUR_WIDGET_KEY with your actual key, and paste into the HTML Embed element.

4

Publish

Click Publish. The widget appears live on your site.

Embed Code

Click-to-Call Button

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="click-to-call">
</mediasfu-widget>

AI Agent

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="ai-agent">
</mediasfu-widget>

Meeting Portal

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="meeting-join">
</mediasfu-widget>

Calls Dashboard

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="calls">
</mediasfu-widget>

Web Agent

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="web-agent-embed">
</mediasfu-widget>

Agent Dashboard

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="web-agent-dashboard">
</mediasfu-widget>

Common Options

Option Value
button-text "Chat with Us", "Call Now", etc.
position bottom-right, bottom-left, top-right, top-left
theme light, dark
width e.g., "100%", "400px"
height e.g., "600px", "auto"

Example with Options

<script src="https://cdn.mediasfu.com/widget.js"></script>
<mediasfu-widget
  widget-key="YOUR_WIDGET_KEY"
  widget-type="click-to-call"
  button-text="Talk to Agent"
  position="bottom-left"
  theme="dark">
</mediasfu-widget>

Testing

  1. Visit your published Wix page
  2. Look for the widget button or element
  3. Click to test — you should hear the call connect
  4. If problems, check browser console (F12) for errors

Troubleshooting

Widget not showing?

Widget key rejected?

Calls not connecting?

Help? Contact support@mediasfu.com or check mediasfu.com/docs.