Bonjour,
J'espere ne pas me tromper de section.
Je dois intégrer TarteAuCitron à Joomla mais... je suis vraiment débutante. J'ai accès au portail admin maie je ne sais pas comment intégrer le script dans Joomla.
Quelqu'un pourrait-il m'aider ? J'utilise Joomla 3.8
j'ai bien ajouté ce code mais rien ne s'affiche :
Je vous en remercie.
Cordialement,
J'espere ne pas me tromper de section.
Je dois intégrer TarteAuCitron à Joomla mais... je suis vraiment débutante. J'ai accès au portail admin maie je ne sais pas comment intégrer le script dans Joomla.
Quelqu'un pourrait-il m'aider ? J'utilise Joomla 3.8
j'ai bien ajouté ce code mais rien ne s'affiche :
<script src="/js/tarteaucitron/tarteaucitron.js"></script> | |
<script> | |
tarteaucitron.init({ | |
"privacyUrl": "", /* Privacy policy url */ | |
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ | |
"cookieName": "tarteaucitron", /* Cookie name */ | |
"orientation": "middle", /* Banner position (top - bottom) */ | |
"showAlertSmall": false, /* Show the small banner on bottom right */ | |
"cookieslist": false, /* Show the cookie list */ | |
"showIcon": true, /* Show cookie icon to manage cookies */ | |
"iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */ | |
"adblocker": false, /* Show a Warning if an adblocker is detected */ | |
"DenyAllCta" : true, /* Show the deny all button */ | |
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ | |
"highPrivacy": true, /* HIGHLY RECOMMANDED 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 subdomain website */ | |
"readmoreLink": "", /* Change the default readmore link pointing to tarteaucitron.io */ | |
"mandatory": true /* Show a message about mandatory cookies */ | |
}); |
Cordialement,
Commentaire