Ok

How to add a cookie info in blogger blog in footer

Asked By: Jyoti Key, From : Nigeria
Question :
How to add a cookie info in blogger blog in footer
Hii, it's me jyoti and i have a blogger blog at https://androruse.blogspot.com and i would like to add a footer popup cookie info button into my wwebsite. Can anyone provide me detailed information about how to install cookie infor notification bar in my blogger blog. Thanks in advance.
Asked On : 7/8/2019 17:46:01
Category : Blogger

Answers::

Anonymous said...

Hii, to add a cookie info notification , you need a cookie info script. To add it on blogspot blog, go to blogger blog, click on layout , then add a gadget anywhere, select html/javascript then paste the below code and save it and that's t. Code:

<script type="text/javascript" id="cookieinfo"
src="//cookieinfoscript.com/js/cookieinfo.min.js">
</script>

Nabon said...

To add cookie info into a blogger blog, follow below steps:

1. Go to blogger.com
2. Click on Theme
3. Click on edit html
4. Find /body tag and add below codes.

Code:


<script type="text/javascript" id="cookieinfo"
src="https://drive.google.com/uc?export=download&id=1-CYb9w6mWsfe5Gy3TlwfwygzCzqbVggR">
</script>

Then click on save changes. That's all.