How to add Orka Live chat Widget to Webflow

All you need to do is to add Orka script before the end of the </header>

The snippet should look like this

window.ORKA_APP_ID="YOURSECRETID";(function(){d=document;s=d.createElement("script");s.src="//widget.orka.chat/app.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();

Last updated