Where to add
Settings → Advanced → Code Injection → HEADER. Paste the script there.
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
- Open Settings → Advanced → Code Injection.
- Paste the script in the HEADER box.
- Save and refresh the live site.
Verify
- View Source → confirm the script is inside
<head>
. - Network →
unitoolbar.js
shows 200.
Troubleshooting
- If using a restrictive CSP, allow
https://my.pluro.ai
inscript-src
. - Some templates require a site-wide save/publish to apply injections.