# How to add Orka Live chat Widget to Framer

All you need to do is to add Orka script before the end of the \</header>&#x20;

The snippet should look like this&#x20;

```
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);})();
```
