Klaro Consent Manager

plugin banner

This lightweight plugin will help you make your website fully compatible with last EU GDPR policies.

Author:m.r.d.a (profile at wordpress.org)
WordPress version required:3.5.1
WordPress version tested:5.2.20
Plugin version:1.1.7
Added to WordPress repository:12-11-2018
Last updated:11-05-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://wordpress.transformnews.com/klaro-cons...
Total downloads:3 424
Active installs:200+
plugin download
Click to start download

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).


Screenshots
ChangeLog