Linux 软件免费装
Banner图

Hayona Cookie Consent

开发者 lkorteweg@hayona.nl
更新时间 2016年9月22日 17:08
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.6
版权: GPLv2
版权网址: 版权信息

标签

google tag manager cookie consent eu cookie law cookie banner privacy settings

下载

1.0.1 1.0.2 1.0.4 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.0.3

详情介绍:

Add a cookie banner Insert a simple banner on your website to inform users about the cookies you are using on your site. Users can give consent, or they can choose to block all or specific cookies. Place sensitive cookies after consent has been given Cookies that require consent will not be placed before consent has been given. This feature is essential to comply with the EU cookie law. Sadly, this is the part where many other cookie banner plugins fall short. Of course, cookies which do not require consent are placed immediately. Privacy settings Users can adjust their privacy settings at any time through a small form on your site. Even after they have given consent. Built for speed Caching plugins will not interfere with the Hayona Cookie Consent plugin. Implied consent (optional) When you enable implied consent, clicking to the next page will count as consent; cookies are placed and the banner disappears. Google Tag Manager This plugin does not handle the actual loading of tracking scripts but uses Google Tag Manager. Read more about this in the FAQ. Installation Read the installation page for a step by step guide. About the cookie law in the EU Compliance with the EU cookie law comes down to three basic steps:
  1. Make sure you know exactly which cookies your site sets, what they are used for and if they are privacy sensitive, which means that they contain personal identifiable information (PII).
  2. Inform your visitors precisely how you use cookies.
  3. Obtain the visitor’s consent and give them some control over their preferences.
Read the installation page for more information. Detect your cookies This plugin uses Google Tag Manager to place tracking scripts / cookies. Therefore the plugin itself does not block scripts that you have placed directly in your website. This includes all default youtube videos and many social media buttons. Here are some suggestions on how to work around this issue: Disclaimer IMPORTANT NOTICE: Implementing this plugin will NOT automatically make your website in compliance with the EU cookie law. It gives you all the functionality you need, but you will have to use it correctly. 荣誉榜 Thanks to David from Admin Columns for his technical review and advice. 翻译 We currently have support for two languages: English and Dutch. Would you like to help translating this plugin? Please contact us trough this page. Developers Development for this plugin takes place at GitHub. Please let us know if you have any feature requests / bugs or if you would like to contribute.

安装:

Step 1: Install the plugin Follow these steps to install the plugin: 1. Go to 'Plugins » Add new'. 1. Search for 'Hayona Cookie Consent'. 1. Click 'Install now'. 1. Click 'Activate Plugin'. Step 2: Make a privacy settings page
  1. Add a new page under 'Pages » Add New'.
  2. Name it 'Privacy statement' and paste in your privacy statement. In this statement you explain your users in detail which cookies you use and what you are using them for.
  3. Go to 'Settings » Cookie Consent'.
  4. Select your 'Privacy Statement' and hit 'Save changes'.
Step 3: Review banner text
  1. Go to 'Settings » Cookie Consent'.
  2. Go to the tab 'Banner settings'.
  3. Review the banner text and adjust if needed. See some examples further down this page under 'Banner text examples'.
Step 4: Name all your cookies
  1. Go to 'Settings » Cookie Consent'.
  2. Go to the tab 'Cookie settings'.
  3. List all the cookies cookies in the proper category. See some examples further down this page under 'Cookie examples'.
Tip: Use the ghostery browser add-on to find out which cookies are placed on your website.
Step 5: Install the Google Tag Manager.
  1. Get a free account here
  2. Place the trackingcode in your site using DuracellTomi's plugin
  3. Log in and select your site.
  4. Click on 'Triggers' and click 'New'.
  5. Select 'Custom Event' and give it the event name 'consent'. Save the trigger and click 'Publish'. Name this trigger 'Cookie Consent'
Watch a video to see these steps in a little screencast. Congratulations! By now you're ready to add all kinds of tracking scripts to your site. You will need to do this via Google Tag Manager. Under 'Fire on' you can configure if the script will be loaded before or after consent has been given by the user. Use the 'All Pages' trigger on tracking scripts that you want to load before consent has been given, Use the 'Cookie Consent' trigger from step 5 on tracking scripts that need consent. Save you tag and click 'Publish'. Banner text examples Here are some examples of content you can place in your banner. English example:
This site uses cookies. By continuing to browse the site or clicking OK, you are agreeing to our use of cookies. Select ‘Change settings’ for more information.
Dutch example:
Deze website gebruikt cookies. Door OK te kiezen of gebruik te maken van deze website geeft u hiervoor toestemming. Kies 'Instellingen wijzigen' voor meer informatie.
Cookie examples Below are some examples of functional and cookies that do not store personal identifiable information (non-PII cookies). You don't need the visitor’s consent for these cookies: Here are some examples of cookies that do store personal identifiable information (PII cookies). You need the visitor's consent to place these cookies: Add scripts outside of the Google Tag Manager Web developers can check for cookie consent through a simple utility function called hasHayonaCookieConsent(). $(document).ready( function() { if(hasHayonaCookieConsent()) { // Place your cookie script here } } );

屏幕截图:

  • Add a customizable cookie banner to the top of your website.
  • Use a 'cookiewall' if your theme doesn't work well with the banner.
  • Add a privacy settings form to a page of your choice
  • Customize the plugin through the options page under Settings » Cookie Consent

常见问题:

Why do I need to install Google Tag Manager to use this plugin?

This plugin does not handle the actual loading of tracking scripts. We use a dedicated tool for that, called Google Tag Manager. Here's why:

  • No more conflicts with caching plugins. Loading tracking scripts based on user consent on the server side (within WordPress) usually does not work together with caching plugins. This is the case with many other cookie banner plugins. This is a no go for us. Google Tag Manager enables us to do all this on the client side. That means that caching plugins do not get in the way anymore.
  • To make this plugin as fast as possible. Small plugins are fast plugins. The less our plugin has to do, the faster it will be.
  • To fit the workflow of online marketers. Tracking scripts are usually placed by marketing people. Since many of them are already using Google Tag Manager (like we do) we thought it would make sense to utilize that.

更新日志:

1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.1.1 1.1.2 1.1.3 1.1.4