How to add a custom EU Cookies notification
![]() |
| Add custom EU Cookies Notification |
Google's Blogger provides the following notification to bloggers:
European Union (EU) laws require you to give EU visitors information about cookies used on your blog. In many cases, these laws also require you to obtain consent.
In this article, you'll learn how to comply with these laws.
What are cookies?
Cookies are text files retained on computers by browsers containing various information in regards to a specific website visit. Another way to think of this is that a cookie is a message given to a web browser from a web server that is then sent back to the web server whenever the browser requests a page from it.Procedure
Open your HTML code by pressing the 'Edit HTML' button under 'Template'Press CTRL+F and search
</head>
Paste the below code just above closing head tag that you searched above
<!-- START Custom EU Cookies Notice --> <script type="text/javascript"> cookieOptions = { msg: "This site uses cookies to deliver you the best user experience. By using this site, you agree to its use of cookies.", link: "https://www.keepingupwiththeeconomy.com/p/privacy-policy.html", close: "Got It!", learn: "Learn More" }; </script> <!-- END Custom EU Cookies Notice -->
PS: Change the URL in red to the page URL on your website where your cookies policy is located.
To confirm that the above EU Custom notification is visible, go to http://teleport.to/ and enter your website's URL and select teleport to any European country.
This did not work?
Create a custom EU cookies notification using the generator located at https://cookiescript.infoThis generator works even for Wordpress Users
How to add a custom EU Cookies notification
Reviewed by Frank Migici
on
September 20, 2017
Rating:
Reviewed by Frank Migici
on
September 20, 2017
Rating:


No comments
Please share your views and comments