Every blogspot page got the following header, which is annoying:
"This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies."
To minimize the impact you could do the following modifications:
1. Login to your blogspot dashboard.
2. Go to Template → Edit HTML
3. Put this before head tag:
"This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies."
To minimize the impact you could do the following modifications:
1. Login to your blogspot dashboard.
2. Go to Template → Edit HTML
3. Put this before head tag:
div#cookieChoiceInfo { position: absolute !important; } .cookie-choices-info .cookie-choices-text { display: inline-block; vertical-align: middle; font-size: 10px !important; margin: 0px 0px !important; color: #ccc; max-width: 90% !important; text-align: left; }
https://gist.github.com/anonymous/bf14ceee85de06480709
#Attribution1 { display: none; } div#cookieChoiceInfo { position: absolute !important; } .cookie-choices-info .cookie-choices-text { display: inline-block; vertical-align: middle; font-size: 10px !important; margin: 0px 0px !important; color: #ccc; max-width: 90% !important; text-align: left; }
div#cookieChoiceInfo { position: absolute !important; } .cookie-choices-info .cookie-choices-text { display: inline-block; vertical-align: middle; font-size: 10px !important; margin: 0px 0px !important; color: #ccc; max-width: 90% !important; text-align: left; }
Save and check for the change.
P.S. Futhermore, if you don't scared of your blog to be removed by Google, you could put something like
visibility: hidden;but that won't make any respect to EU legislation on cookies.
No comments:
Post a Comment