PROGRAMMING | INNOVATIONS | EDUCATION | TECH NEWS

Sunday, June 17, 2018

HOW TO CUSTOMISE COOKIES ON YOUR BLOG/WEBSITE



Virtually all blogspot users are currently informed in their dashboards that European Union(EU) laws require all publishers to give EU visitors information about cookies used on their blogs. For this reason Blogger team has automatically added a notice bar on all blogs to help meet these regulations. This notice allows visitors and viewers know about Google's use of certain Blogger and other cookies used on these blogs, including Google Analytics and AdSense cookies. It is a publisher's responsibility to ensure that the Notification bar must be clearly visible on the blog and must not be disabled in any case using CSS or JavaScript unless the publisher is already displaying a custom bar notifying users about the use of cookies on his site.



In this view, if you have ever seen the above image on your blogger account! it very simple to install cookies as required by European Union laws. Just follow the following process. The same process goes for non-blogger users like wordpress and so on.


1. Log on to https://cookieconsent.insites.com/download

2. Follow the sequence as seen in the picture below




3. Copy the code and paste it just inside your head tag ---<head></head>


Look at the code below:

<!DOCTYPE html>
<html>
<head>
<title>My Page Title</title>

<!-- this is where you paste the cookies code you copied -->
</head>
<body>

<h1>Body Content</h1>
<p>Body Content</p>

</body>
</html>



4. Save and refresh your page... GOOD LUCK!!!


If this article was helpful, kindly drop your comment in the comment section below OR subscribe to our newsletter to get more educative IT information.




1 comment:

Popular Posts