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

  1. Open Settings → Advanced → Code Injection.
  2. Paste the script in the HEADER box.
  3. 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 in script-src.
  • Some templates require a site-wide save/publish to apply injections.