solved Cookiebot Howto?

Ceri
Ceri
@adolygwr
6 years ago
370 posts
Can anyone tell me where I am supposed to paste these two code snippets. I am particularly stumped by the second one. (see attached )

Copy this script to the html header of your website template to enable the consent banner:

<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="caa5bc16-56c8-4c02-b1f2-be5f2e90801b" type="text/javascript" async></script>

Insert this script in the html of the subpage where you want to show the cookie declaration in full:

<script id="CookieDeclaration" src="https://consent.cookiebot.com/caa5bc16-56c8-4c02-b1f2-be5f2e90801b/cd.js" type="text/javascript" async></script>






--
Ceri Shaw - AmeriCymru

updated by @adolygwr: 12/09/18 12:56:51AM
michael
@michael
6 years ago
7,714 posts
meta.tpl:
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="caa5bc16-56c8-4c02-b1f2-be5f2e90801b" type="text/javascript" async></script>
Guessing it means any page where you want the popup to show, so
index.tpl
<script id="CookieDeclaration" src="https://consent.cookiebot.com/caa5bc16-56c8-4c02-b1f2-be5f2e90801b/cd.js" type="text/javascript" async></script>
Ceri
Ceri
@adolygwr
6 years ago
370 posts
Thanks Michael....I'll try that.


--
Ceri Shaw - AmeriCymru