Hello!
is ist possible to ad a banner like this to my tiddlywiki? When i try like
described on https://cookieconsent.insites.com/download/# it does not work.
Thanx
Max Kraml
<head>
<link rel="stylesheet" type="text/css"
href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css"
/>
<script
src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script> window.addEventListener("load", function(){
window.cookieconsent.initialise({ "palette": { "popup": { "background":
"#237afc" }, "button": { "background": "#fff", "text": "#237afc" } },
"theme": "classic", "position": "bottom-right", "content": { "message":
"Wir verwenden Kekse zur besseren Nutzbarkeit unserer Seite. Es werden von
uns keine personenbezogenen Daten gespeichert.", "dismiss": "Passt scho!",
"link": "mehr dazu..." } })}); </script>
</head>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b101d3f3-ed66-493e-8ab0-3ced70d1d70a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.