I have a cookie consent script which I want to add all my sites. What is the best place to add?
Home Page, include file. any template ?
Thanks for suggestions…
I have a cookie consent script which I want to add all my sites. What is the best place to add?
Home Page, include file. any template ?
Thanks for suggestions…
Hi @pcaltair, these cookie consent notifications generally have a piece that goes in the head of each page and the footer of each page.
For my sites I create a head and scripts snippet and include next that in the header and footer snippets that I also create. I included the header and footer snippets in all my pages. It makes updating head and scripts across all the pages of my site really easy.
Thanks very much Alex !
BTW: I recommend https://www.cookiebot.com for sites with less than a 100 pages because they offer a free account for that :-). And they also have a script to be placed on the privacy page so users can also control cookies after they’ve given permission in the pop up.