Embedding
One line of code, any website.
Once your widget's videos are generated, embedding is one line of code. It works on any platform that lets you add a script tag — which is essentially all of them.
The one-line embed
You'll find your embed code on the widget detail page in the dashboard. It looks like this:
<script src="https://cdn.wiqly.io/widget.js" data-widget-id="your-token-here" async></script>
Paste it just before the closing </body> tag of any page where you want the widget to appear. The floating bubble shows up automatically.
Platform guides
Performance
- The widget loads lazily after your page is interactive — no render-blocking, no measurable Core Web Vitals impact
- The bundle is ~135 KB brotli-compressed
- Analytics are cookie-free, IP-free, and don't require a consent banner
Where to put the widget
You don't have to embed it sitewide. A few options:
- One page — most common: embed only on your pricing page, product page, or main landing page
- Page section — restrict to a specific URL pattern by wrapping the script in a conditional in your template
- Sitewide — for businesses where any page might be where the visitor lands
We recommend starting with one page, watching the analytics for two weeks, and expanding from there.
Multiple widgets on the same site
You can have multiple widgets on different pages — for example, one on your pricing page and one on a product page. Each has its own embed token. They don't conflict.
Removing the widget
Delete the script tag from your site and it's gone. The widget configuration in your dashboard isn't touched, so you can re-embed any time without rebuilding.