Where to add (Admin)
Content → Design → Configuration → pick active theme → Edit → HTML Head → Scripts and Style Sheets.
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 into Scripts and Style Sheets under HTML Head.
- Save → System → Cache Management → Flush Cache.
- If production mode: deploy static content as required.
Verify
- View Source → ensure it’s inside
<head>
. - Network →
unitoolbar.js
returns 200.
Troubleshooting
- Forgot to flush cache → changes won’t appear.
- CSP/security modules → allow
my.pluro.ai
.