Thursday, February 22, 2018

How to create cookies Google in blog

Open your blogger and click theme
edit html and insert the bellow code before </head>

The code:

<script async='async' src='https://www.gstatic.com/external_hosted/clipboardjs/clipboard.min.js'/>
    <script type='text/javascript'>
      cookieOptions = {
        msg: &#39;This site uses cookies from Google to deliver its services, to personalise ads and to analyse traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.&#39;,
        link: &#39;https://policies.google.com/technologies/cookies&#39;,
        close: &#39;Okay!&#39;,
        learn: &#39;Learn More&#39; };
    </script>

hopefully success