Wix implementation

Cookie Information consent pop-up and cookie policy implementation guide for Wix

Piotr avatar
Written by Piotr
Updated over a week ago

Pop-up implementation

  1. Log in to your Wix account and go to settings in your site's dashboard.

  2. Click the Custom Code tab in the Advanced section as shown above.

  3. Click + Add Custom Code at the top right.

  4. Then paste the consent pop-up script in the code field:

    <script id="CookieConsent" src="https://policy.app.cookieinformation.com/uc.js" data-culture="EN" type="text/javascript"></script>

  5. Paste the code snippet in the text box.

  6. Enter a name for your code.

  7. Select an option under Add Code to Pages: All pages. This adds the code to all of your site's pages, including any new page that you create in the future.

  8. Choose where to place your code under Place Code in: Head

  9. Click Apply.

Policy Implementation

Repeat the steps described in the first part of this article.

In step 4 paste the cookie policy script in the code field:

<script id="CookiePolicy" src="https://policy.app.cookieinformation.com/cid.js" data-culture="EN" type="text/javascript"></script>

In step 7 "Select an option under Add Code to Pages" opt for "Choose specific pages". Use the drop-down menu to select the cookie policy page where the auto-generated policy should be hosted.

Related articles:

Did this answer your question?