Where to add
Project Settings → Custom Code → Head Code. 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
- Paste the script in Head Code.
- Publish the site (required for code injection to apply).
Verify
- Open the live domain (not Preview) → View Source.
- Network:
unitoolbar.js
status 200.
Troubleshooting
- Not seeing the code? You must Publish for live domains.
- Per-page custom code exists, but project-level Head is recommended.