Wix Integration

Steps to integrate cookie consent banner in Wix

Vaibhav Antil avatar
Written by Vaibhav Antil
Updated over a week ago

You can integrate our javascript into Wix website using custom code. Please note custom code is only available for sites with a connected domain, follow the steps below to set up our cookie consent solution on your Wix website:

  • Finish setup and hit the Publish button. Go to the Integrations tab and copy the script

  • You have to integrate the copied javascript code via the Custom Code feature of Wix

  • Here is a detailed post on how to Embed custom code in Wix

  • Ensure your settings are as follows:

Click Apply to make the cookie consent banner live.

Cookie Settings Button

To add the cookie settings button in Wix websites, add the following code in embed:

<button id="privado-changepreferences" onclick="window.top.postMessage('[PRIVADO_EVENT] changeConsent', '*')">
Cookie Settings
</button>

Did this answer your question?