Memasang notif cookies di web




Baca selengkapnya tentang cookies web di www.niagahoster.co.id/


 Cara memasang notifikasi cookies di blog


  1. Login ke blogger 
  2. Pilih tata letak
  3. Buat Widget baru / HTML/JAVASCRIPT
  4. salin script ini dan pastekan
ubah url privacy-policy dengan url policy anda

 <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />

<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"></script>

<script>

window.addEventListener("load", function(){

window.cookieconsent.initialise({

  "palette": {

    "popup": {

      "background": "#2574a9"

    },

    "button": {

      "background": "transparent",

      "text": "#ffffff",

      "border": "#ffffff"

    }

  },

  "content": {

    "href": "url privacy-policy anda"

  }

})});

</script>

Hamzah Xou

Sometimes life is a process even though there are many who protest, don't be stressed, just live it until it's successful

Post a Comment

Previous Post Next Post