A cookie is a little bit
of content sent to your browser by a site you visit. It helps the site to
recollect data about your visit, in the same way as your favored dialect and
different settings. That can make your next visit simpler and the site more
valuable to you. Cookies assume an imperative part. Without them, utilizing the
web would be a considerably all the more baffling background. We utilize cookies
for some reasons. We utilize them, for instance, to recall your safe pursuit
inclination, to make the advertisements you see more important to you, to tally
what number of visitors we get to a page, to help you sign up for our administrations
and to protect your data.
Overseeing cookies in your
web browser:
Some visitors prefer toward not to permit cookies, which is the reason most browsers provide you the capacity to oversee cookies to suit you. In some browsers you can set up rules to oversee cookies on a site-by-site premise, providing for you all the more fine-grained control over your protection. This means you can deny cookies from all sites exception of those that you trust.
In the Google Chrome browser,
the tools menu contains a choice to clear browsing data. You can utilize this
choice to erase cookies and other site and module information, including
information put away on your gadget by the Adobe Flash Player.
An alternate feature of
Chrome is its incognito mode (private browsing). You can browse in incognito
mode when you don't need your site visits or downloads to be recorded in your browsing
and download histories. Any cookies made while in private mode are erased after
you close all in incognito windows.
Enable
cookies for your blog:
1. Go to your Dashboard on Blogger
2.
Click on >> Template
3.
Click on >> Edit HTML
4.
Search for ]]></b:skin>
5.
Place the below CSS code above ]]></b:skin>.
/* copy below css in style section */ #blogger_cookie_notice { padding: 4px 0px 4px 10px; font-weight: bold; line-height: 20px; } #blogger_cookie_notice .logo { display: inline-block; margin-right: 8px; width: 20px; height: 20px; background: url('//img1.blogblog.com/img/navbar/icons_orange.png') no-repeat scroll -26px 0px transparent; cursor: pointer; position: absolute; } #blogger_cookie_notice { font-weight: bold; line-height: 20px; } blogger_cookie_notice .cookie_message { margin-left: 28px; } #blogger_cookie_notice { font-weight: bold; line-height: 20px; } #blogger_cookie_notice .cookie_button { color: #036; font-size: 11px; margin-left: 11px; background-color: #FFF; padding: 0px 8px; height: 18px; display: inline-block; line-height: 18px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 2px; cursor: default !important; text-decoration: none !important; } /* end cookies css */
Now search <body> tag and paste below code after <body> tag.
<!-- Copy below code in body section--> <div id="blogger_cookie_notice">
<a class="logo" href="http://www.blogger.com/" tabindex="1" title="Go to Blogger.com"></a>
<span class="cookie_message">This site uses cookies to help deliver services. By using this site, you agree to the use of cookies.</span>
<a class="cookie_button" href="https://www.blogger.com/go/blogspot-cookies" target="_blank">Learn more</a>
<a class="cookie_button" href="https://www.blogger.com/null" onclick="document.getElementById('blogger_cookie_notice').style.display = 'none'; var cookieName = "BLOGGER_EPRIVACY"; var cookieDomain = ".blogger.com"; var d = new Date(); d.setFullYear(d.getFullYear() + 2); document.cookie = cookieName + '=y; expires=' + d.toGMTString() + '; domain=' + cookieDomain + '; path=/navbar.g';">Got it</a>
<a class="cookie_button" href="https://lablance.blogspot.com/" target="_blank">Home</a>
</div>
<!-- End Cookies section-->
No comments