Contributors: overclokk, andreapernici, cardinaleandrea
Donate link:
Tags: cookie notice, cookie law, cookie choices, cookies, eu cookie law, eu law, eu privacy directive, privacy, privacy directive, notification, privacy law, cookie law banner, implied consent, third party script, third party cookie, compliance
Requires at least: 3.5
Requires PHP: 5.3
Tested up to: 6.0
Stable tag: 2.5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The most complete cookie consent to easily comply with the european cookie law, display cookie notice and block third party cookie without degrading website performance.
Italy Cookie Choices allows you to easily comply with the european cookie law, showing a notice to the user only the very first time that visits your website without degrading website performance and remove all the occurence of third party embed inside your site until consent, fully customizable also with your custom css.
Plugin requirement PHP >= 5.3 and WordPress >= 3.5
The Cookie Law is one of the most stupid law in the world. Maybe made by someone, who doesn't really understand how the web works.
Italy Cookie Choices allows you to easily comply with the european cookie law (and Italian too), showing a notice to the user only the very first time he visits your website. Message, position and the style can be easily modified through the plugin menu.
The plugin will not add any CSS stylesheet or Javascript file but only inline script, so it doesn't make your website slower.
Now you can block all cookies with new Third Part Cookie Eraser, activated it and let me now if you have any issue
- Display banner in front-end ** Three template (standard, big buttons, small buttons) ** Three position (top, dialog, bottom) ** Or custom style
- Content banner customizable with HTML tags
- URL and buttons text customizable
- Acceptance on mouse scroll
- Acceptance on second view
- Block third party script in page
- Add custom script to not block (all page)
- Add custom script to block (wp_header and wp_footer)
- Multilanguage (WPML, Polylang, Ceceppa)
For more informations read the documentation
Please, notify any issue on github repository https://github.com/ItalyCookieChoices/italy-cookie-choices/issues
Add ga('set', 'anonymizeIp', true);
in your analytics snippet AnonymizeIP
https://github.com/ItalyCookieChoices/italy-cookie-choices/wiki/Compatibilit%C3%A0-W3TC-fix
https://github.com/ItalyCookieChoices/italy-cookie-choices/wiki/Style-customization
- Romanian: Florin Lungu
- Upload
italy-cookie-choices
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Configure the plugin throught Settings -> Italy Cookie Choices
When a user visit your site, the plugin will check if this user has been already there, checking for a cookie that the plugin self creates (it is just a session cookie, so it is not against the law). If the user has not this cookie, a message will be shown (you can configure where, how and what will be show). If the users keeps surfing in your website, now or withing the next month, it means that he accepted the use of cookies in your website, so this message will not be shown again.
Probably, you already have visited the site before, so you accepted the use of cookies and the plugin installed a cookie in your browser to know it. If you want to test if the plugin is working properly, try removing the cookies displayCookieConsent
from your web browser or navigating in incognito mode. If you think that the plugin is not working properly, just open an issue here https://github.com/overclokk/italy-cookie-choices/issues and I will check it for you.
Yes, simply copy the snippet generate by "Italy Cookie Choses for WordPress" and put in your HTML footer before tag
You have to uncheck the Detect <script> tags in wp_footer
in Async JS and CSS plugin settings page and refresh page.
Try this way: deactivate all plugin and try if it works activate one pluigin at time and try if it doesn't work activate standard theme and try
- Italy Cookie Choices Options Menu
- Italy Cookie Choices top bar and embed block in front end
- Italy Cookie Choices Options for Dialog box
- Italy Cookie Choices Dialog Box in front end
- Italy Cookie Choices Widget area
- Italy Cookie Choices Content area
Release Date: Sep 29th, 2021
Dev time: 2h
LATEST VERSION FOR PHP 5.3
- This fixes issue #212
- And it's time to start a refactoring for this plugin, too much legacy code and too much shitty code
Release Date: November 13rd, 2018
Dev time: 30m
- This is only an update for the upcoming WordPress 5.0 No changes are made.
Release Date: Dicember 4th, 2016
Dev time: 4h
- Fixed server error 500 on php7 if advanced-cache.php doesn't exist.
Release Date: November 13th, 2016
Dev time: 4h
- Code refactoring for psr-4
Release Date: October 9th, 2016
Dev time: 1h
Release Date: January 6th, 2016
Dev time: 10m
Release Date: January 5th, 2016
Dev time: 10h
Release Date: December 29th, 2015
Dev time: 1h
- Fixed PHP7 Fatal error #149
- Walking to WPCS
Release Date: November 6th, 2015
Dev time: 50h
- Improved UI for selecting block/allow script
- Added new check for bot Crawler
Release Date: August 31th, 2015
Dev time: 11h
Release Date: July 25th, 2015
Dev time: 3h
- Add filter for js_array
icc_js_array
- Fixed performance issue in sites with many posts
- Fixed Parse error issue #124
Release Date: July 22th, 2015
Dev time: 10min
Release Date: July 21th, 2015
Dev time: 2h
Release Date: July 17th, 2015
Dev time: 1h
Release Date: July 13th, 2015
Dev time: 3h
- Added link to setting page and docs in plugins panel
- Fixed issue #118
Release Date: July 11th, 2015
Dev time: 50h
- Added jQuery autocomplete in slug and url input
- Added text editor and allowed HTML tags for short policy text area input and the blocked embed text
- Fixed the insertion of the SOMETHING button in textarea
- Added delete selected text for SOMETHING button in textarea
- Fixed !match with 'REQUEST_URI' here and here
- Fixed #119
- Added multilanguage also to the blocked embed text and button
- Added multilang for slug
- Improved sanitization for multilang string
Release Date: July 1st, 2015
Dev time: 3h
Release Date: July 1st, 2015
Dev time: 10h
- Fixed text position for templates
- Fixed scroll event in case slug is not set
- Fixed W3C validator error
- Added new button below the textarea for separator
<---------SOMETHING--------->
&<---------SEP--------->
- Fixed uninstall issue in uninstall.php
- Improved UX for slug input
Release Date: June 24th, 2015
Dev time: 100h
- New file structure
- Removed scroll event on cookie policy page
- Fixed compatibility to pre WP 4.1
- Added scripts allowed in body
- Added dumb regex for custom javascript
<script src="/assets/js/<---------SOMETHING--------->.js" ></script>
- Fixed dialog off-screen in mobile devices
- Fixed typo
- Fixed fallback color for Text & BG in banner
- Added multilingual support only for banner
- Added uninstall.php
- Added text area for custom CSS
- Added input for custom CSS class
- Added filter
icc_output_html
on snippet output for developer
Release Date: June 5th, 2015
Dev time: 100h
- Added new third part cookie eraser functionality (much more powerful :-))
- New options for select banner template
- Added Bottom bar style
- Fixed scroll issue
- New options for accepting on second view
- Fixed some issue
- Now compatibility with PHP 5.3.29
Release Date: June 5th, 2015
Dev time: 60h
- Merged Third part cookie eraser and Italy Cookie Choices
- Added new input for banner background color and text color
- Added input for text and button in embed block content and widget
- Added shortcode button for policy page [accept_button]
Release Date: May 31th, 2015
Dev time: 3h
- Added slug input for your cookie policy page to display only topbar
- Added option for target _blank
Release Date: May 29th, 2015
Dev time: 1h
Release Date: May 28th, 2015
Dev time: 2h
Release Date: May 27th, 2015
Dev time: 20h
- Fixed duble alert box in admin when options are saved
- Add options for mouse scroll event
- Added options for add margin at top of the page if topbar is used
- Added advanced options for set Cookie name and Cookie value for an eventual migration to this plugin
Release Date: May 26th, 2015
Dev time: 5h
- Fixed admin UX #14
- Fixed Typo in lang
- Changed WP compatibility to 4.1
- Added noscript in case browser has JavaScript disabled #8
- Fixed click event #15
Release Date: May 22st, 2015
Dev time: 10min
- Fix z-index issue
Release Date: May 22st, 2015
Dev time: 1h
- Add scroll event
Release Date: May 22st, 2015
Dev time: 10h
- Fix special char visualization
- Add italian translations
- Removed default text
Release Date: May 21st, 2015
Dev time: 50h
- First release.
Fixed some issue, see the changelog for more informations
More functionality added, please, see the plugin's admin page
New: Third part cookie eraser
First release.
- English: default, always included.
- Italian: Italiano, sempre incluso.
- Romanian: Română, inclus.
Note: This plugins is localized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating I recommend the awesome "Codestyling Localization" plugin and for validating the "Poedit Editor".
Idea Behind / Philosophy: Italy Cookie Choices allows you to easily comply with the european cookie law, showing a notice to the user only the very first time that visits your website without degrading website performance..