Where to add
Settings → Website → Pages → select your domain → Templates → Site Header HTML.
Pluro script (copy & paste)
<script type="text/javascript">(function(){var e=document.createElement('script');e.async=true;e.defer=true;e.setAttribute("type","text/javascript");e.setAttribute("src","https://my.pluro.ai/unitoolbar.js?lang=en");document.getElementsByTagName("head")[0].appendChild(e);})();</script>
Steps
- Go to Settings → Website → Pages, choose the relevant domain.
- Open Templates and paste the script into Site Header HTML.
- Save + publish if prompted.
Verify
- Open a page → View Source → script appears within
<head>
. - DevTools → Network →
unitoolbar.js
status 200.
Troubleshooting
- If using Content Security Policy, add
https://my.pluro.ai
toscript-src
. - If you have multiple domains, repeat for each domain’s header.