Embed Chat Widget
Add the AI chat widget to your website
Preview
Embed Code
Copy and paste this code before the closing </body> tag of your website.
<!-- Tohund Guide Chat Widget -->
<script>
(function() {
var iframe = document.createElement('iframe');
iframe.src = 'https://agenthub-dashboard-mocha.vercel.app/widget?agentId=IZTltZHneRwCFvjx42ux';
iframe.style.cssText = 'position:fixed;bottom:0;right:0;width:420px;height:550px;border:none;z-index:9999;';
document.body.appendChild(iframe);
})();
</script>Installation Steps
- 1Copy the embed code above
- 2Open your website's HTML file or CMS
- 3Paste the code just before the closing
</body>tag - 4Save and publish your website