Manual installation
Edited
It’s also possible to install Cookie Confirm manually in your website’s source code. Make sure the script is placed immediately after the <head>
tag.
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://assets.cookieconfirm.com/js/consent.js';
script.type = 'text/javascript';
script.async = true;
document.head.appendChild(script);
})();
</script>
Was this article helpful?
Sorry about that! Care to tell us more?