Bonjour,
j’essaie de mettre en place le script tarteauciron.js pour être conforme cookies et rgpd.
j'ai suivi le tuto donné sur le site ou le script est en téléchargement et pourtant rien s'affiche.
voici le code utilisé :
ma page reste blanche sans aucun messages....
j’essaie de mettre en place le script tarteauciron.js pour être conforme cookies et rgpd.
j'ai suivi le tuto donné sur le site ou le script est en téléchargement et pourtant rien s'affiche.
voici le code utilisé :
Code:
<script type="text/javascript" src="tarteaucitron.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "", /* Privacy policy url */
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "tartaucitron", /* Cookie name */
"orientation": "top", /* Banner position (top - bottom) */
"showAlertSmall": true, /* Show the small banner on bottom right */
"cookieslist": true, /* Show the cookie list */
"adblocker": false, /* Show a Warning if an adblocker is detected */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": false, /* Disable auto consent */
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
"removeCredit": false, /* Remove credit link */
"moreInfoLink": true, /* Show more info link */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
//"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */
"readmoreLink": "/cookiespolicy" /* Change the default readmore link */
});
</script>