Install the widget
Adding Torbie to your website takes one line. Copy your snippet from the dashboard (it contains your unique widget key) and paste it just before the closing </body> tag.
<script src="https://torbiechat.com/w/YOUR_KEY.js" defer></script>
That's it. The chat launcher appears in the corner of every page the snippet loads on. No build step, no dependencies, and it won't slow your site down — the script is tiny and loads asynchronously.
Alternative: universal async snippet
Some platforms only accept a JavaScript loader — Dhru Fusion, DhruFusion PRO themes and other GSM panel software, or any site with a "live chat code" box designed for Tawk.to-style snippets. Use this instead (replace YOUR_KEY with your widget key):
<!--Start of Torbie Script-->
<script type="text/javascript">
var Torbie_API=Torbie_API||{};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://torbiechat.com/w/YOUR_KEY.js';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Torbie Script-->
Both snippets load the exact same widget — pick whichever your platform accepts.
Where to find your key
Log in, open your dashboard, and go to Widget. Your embed code is shown with a copy button. Each website you add gets its own key.
Restrict it to your domains
In Widget → Allowed origins, list the domains allowed to load your agent (e.g. https://yourbusiness.com). Leave it empty during setup; lock it down before launch so nobody can embed your agent elsewhere.
Verify it's working
Reload your site and click the launcher. Say hello — if your agent replies, you're live. If you don't see it, check that the snippet is inside <body> and that your domain is in the allowed origins list.