For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to add Orka Live chat Widget to Wordpress

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