In order to add Legal Monster (or any other custom code) to wix.com you must have Premium membership on wix.com
Before following these steps, please be sure that you have:
Added your website's URL (either during the signup process or in the settings page)
​Created a cookie policy​
​Created a cookie widget​
Check step 1 - 4 in the Get Started with Legal Monster guide to create all of the above.
To install your cookie widget on Wix, you'll need your cookie widget code snippet.
To find your code snippet, go to the Legal Monster dashboard and select "Widgets" in the side menu. Click on the cookie widget you previously created and copy the code.
It will look like this:
<script>!function(){var i,e,t,s=window.legal=window.legal||[];if(s.SNIPPET_VERSION="3.0.0",i="https://widgets.legalmonster.com/v1/legal.js",!s.__VERSION__)if(s.invoked)window.console&&console.info&&console.info("legal.js: The initialisation snippet is included more than once on this page, and does not need to be.");else{for(s.invoked=!0,s.methods=["cookieConsent","document","ensureConsent","handleWidget","signup","user"],s.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);return e.unshift(t),s.push(e),s}},e=0;e<s.methods.length;e++)t=s.methods[e],s[t]=s.factory(t);s.load=function(e,t){var n,o=document.createElement("script");o.setAttribute("data-legalmonster","sven"),o.type="text/javascript",o.async=!0,o.src=i,(n=document.getElementsByTagName("script")[0]).parentNode.insertBefore(o,n),s.__project=e,s.__loadOptions=t||{}},s.widget=function(e){s.__project||s.load(e.widgetPublicKey),s.handleWidget(e)}}}();​legal.widget({type: "cookie",widgetPublicKey: "xxxxxxxxxxxxxxxxx",});</script>​
Notice that the value for widgetPublicKey
will be different in your code snippet
To insert the code snippet on your page, go to "Settings" in your Wix website editor. In the dropdown menu select "Tracking & Analytics".
To add custom code press the "+ New Tool" button and select "Custom" from the dropdown.
Add the Legal monster cookie widget code snippet in the text area at the top and fill out the remaining fields. Please make sure that "Load code once" is selected under Add code to pages and that the "Body - start" option is selected under Place Code in.
Once this is done, simply click "Apply" to save your changes.
The final step you need to take to make sure your cookies are compliant is to block the scripts that set them on your website, so the widget can enable them only when a visitor gives consent.
This step is a bit more technical, however, this guide shows you how to categorise the scripts that set cookies on your website to enable blocking. You might need a developer to help you.
In the future, we plan to remove the need for Step 3, when we introduce a fully automatic blocking feature.
Congratulations on completing your first step towards collecting compliant cookie consent on Wix.com. Pad your self on the back and know that our monster Sven is proud of you.