Ho usato questo codice che proviene prevalente dal pannello di controllo AV (con qualche modifica grafica dal panello Iubenda):
Codice HTML:
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {
"cookiePolicyInOtherWindow":true,"lang":"it","siteId":XXXXXXX,"countryDetection":true,"perPurposeConsent":true,"enableCMP":true,"consentOnContinuedBrowsing":false,"googleAdsPreferenceManagement":true,"cookiePolicyId":XXXXXXXX, "banner":{ "fontSize":".6em",position:"float-bottom-center","acceptButtonDisplay":true,"customizeButtonDisplay":true,"rejectButtonDisplay":true}
};
(function (w, d) {
var loader = function () { var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src = "//cdn.iubenda.com/cs/iubenda_cs.js"; tag.parentNode.insertBefore(s, tag); };
if (w.addEventListener) { w.addEventListener("load", loader, false); } else if (w.attachEvent) { w.attachEvent("onload", loader); } else { w.onload = loader; }
})(window, document);
/*]]>*/</script>