Where to add
Settings → Advanced → Custom Code → Add Custom Code. Choose Head and apply to All Pages.
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
- Add the script to Head for All Pages.
- Save and Publish.
Verify
- Live site → View Source → script in
<head>
. - Network →
unitoolbar.js
status 200.
Troubleshooting
- Some apps/security rules can delay head injection — republish or review permissions.
- Wix caching: publish again after changes.