Basics
Installing the Widget
Add the Converc badge to your site in minutes.
IC
Installation
Drop the widget on your site and start taking calls.
Add the widget script
Place this script on every page where you want the badge to appear.
<style="color:#c792ea">script src="https://api.converc.com/widget.js" data-ic-public-key="<style="color:#c792ea">your-key-here>" defer> </style="color:#c792ea">script>
Verify it loads
Open your site and confirm the badge appears. If it doesn't:
- Make sure the public key matches the site in Converc.
- Ensure the script is not blocked by a CSP or ad blocker.
Inline embed
Want the widget inline (instead of the floating badge)? Add the embed container where you want it to appear and include the embed script.
HTML
<style="color:#c792ea">div id="ic-embed"></style="color:#c792ea">div> <style="color:#c792ea">script src="https://api.converc.com/embed.js" data-ic-public-key="<style="color:#c792ea">your-key-here>" data-ic-container="ic-embed" data-ic-embed-style="0" async> </style="color:#c792ea">script>
You can change the container id — just keep the data-ic-container attribute in sync.
Add with a tag manager
If you use Google Tag Manager or another tag manager, add it as a Custom HTML tag and publish.
Having issues? hello@converc.com.