All Collections
Plug-in and CMS guides
Squarespace implementation
Squarespace implementation

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

Anna Madsen avatar
Written by Anna Madsen
Updated over a week ago

Pop-up implementation

To implement the Pop-up use the Squarespace Code Injection feature:

1. In the Home Menu, click Settings, click Advanced, then click Code Injection.

2. Add the pop-up script into the header, Code Injection field. Code added here is injected into the <head> tag on every page on your site.

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

3. After adding your code, click Save.

Policy implementation

To implement the policy use Squarespace Code Block feature:

1. In Squarespace, go to the webpage you want to insert the cookie policy onto.

2. Add a new block and click on "+". There choose "</> Code".

3. Add the policy code in the text field.

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

3. Click Apply.

Related articles:

Did this answer your question?