Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

Klaro Consent Manager

Açıklama

Klaro is a free & open-source tool that provides an intuitive, user-friendly and compliant way to manage consent on your website. Klaro is easy to use and configure, lightweight and compatible with all modern browsers.

Klaro is simple, unobtrusive and optimized for mobile as well as desktop browsers. It tries to stay out of the way while helping you to be fully transparent and compliant.

Klaro can manage both inline and external scripts as well as static tracking elements like images or stylesheet links.

Features include:

  • 100% GDPR compliant
  • Customisable cookie message using .po file (multi language support)
  • Redirects users to modal for more cookie information and toggle individual scripts
  • Custom link to Privacy Policy page
  • Option to refuse deletion of functional cookies
  • Option to review and edit user consent
  • Option to reset the user consent
  • Set the text and background collors
  • Optimised for mobile as well as desktop browsers
  • Can manage: inline and external scripts, images, stylesheets, links
  • Allow users to have control of what scripts are loaded.
  • Shortcode to review and reset consent from privacy policy page or any post/page

How it Works

To get started after install, create new Application (for internal or external scripts, images or stylesheets…) under Klaro Consent Manager / Add New. Enter script name and description, for example name it "Google Analytics" and enter description "Google Analytics is a freemium web analytics service offered by Google". Set purpose to "Analytics" . Publish Application than scroll at the bottom of the newly created App and copy code generated by the plugin. Code should look something like this:

<script type="opt-in" data-type="application/javascript" data-name="google-analytics">

// Your Google Analytics Code, all except script tags which we replace with this one…

</script> 

So in your google analytics code leave your external script as it is and change only internal script, with the code you copied above. You should get something like this:

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-X”></script>

<script type="opt-in" data-type="application/javascript" data-name="google-analytics">

  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-XXXXXXXX-X’);

</script>

Demo URL

Important!

Activating this plugin does not guarantee that your website is successfully meeting its responsibilities and obligations of GDPR. Individual organisations should assess their unique responsibilities and ensure extra measures are taken to meet any obligations required by law and based on a data protection impact assessment (DPIA).

Ekran Görüntüleri

  • screenshot-1.png shows general administration settings.
  • screenshot-2.png shows style settings.
  • screenshot-3.png shows advanced settings.
  • screenshot-4.png shows applications (scripts and cookies) settings.
  • screenshot-5.png shows application in edit mode.
  • screenshot-6.png shows application in public mode.

Yükleme

  1. Install like any other plugin. After install activate.
  2. Go to Klaro Consent Manager / Settings and change the settings to suite your needs.
  3. Go to Klaro Consent Manager / Applications and create new Applications.
  4. Change your scripts that need consent with code provided in the Application (edit Application and see code at the bottom of the page).
  5. Add shortcode to review or reset consent to privacy policy page or any other page. [klaro type="review"] [klaro type="reset"]

İncelemeler

5 Ekim 2020
Awesome: One of the few fully compliant GDPR plugins. Consent can be given specific for custom individual purposes (necessary, statistics, external content, marketing, ...). Scripts can be easily tagged with a specific purpose-attribute. No full reload is necessary to load the scripts after consent! Wishlist: Change texts in admin backend, shortcodes to only show content after consent, placeholders with CTA for missing content due to missing consent, pre-existing change consent button/menu.
2 Ocak 2019 1 yanıt
I've spent about a year looking for this! Very simple to implement, easy to style, able to configure everything you'd want and actually works as described! I don't know how this has flown under the radar as it can be used to make any script or external media GDPR compliant with ease.
3 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“Klaro Consent Manager” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

“Klaro Consent Manager” 1 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.

“Klaro Consent Manager” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.

Değişiklik Kaydı

1.1.7

  • Hide custom meta fields from posts and pages and show it only at klaro settings

1.1.6

  • Fixed delete cookies on consent reset

1.1.5

  • Fixed Klaro code preview

1.1.4

  • Fixed Klaro view

1.1.3

  • Fixed reset Klaro

1.1

  • Second version of Klaro Content Manager plugin.

1.0

  • First version of Klaro Content Manager plugin.