All Projects → felixarntz → wp-gdpr-cookie-notice

felixarntz / wp-gdpr-cookie-notice

Licence: GPL-2.0 License
Simple performant cookie consent notice that supports AMP, Web Stories, granular cookie control and live preview customization.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to wp-gdpr-cookie-notice

Gdpr
This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
Stars: ✭ 141 (+729.41%)
Mutual labels:  wordpress-plugin, gdpr
magento2-module-cookie-consent
Magento 2 wrapper for Cookie Consent by Insites
Stars: ✭ 14 (-17.65%)
Mutual labels:  cookie-consent, gdpr
Accelerated Mobile Pages
Automatically add Accelerated Mobile Pages (AMP Project) functionality on your WordPress.
Stars: ✭ 167 (+882.35%)
Mutual labels:  wordpress-plugin, amp
Pdpa Consent
WordPress plugin for PDPA Consent allows you to notify to the user to accept privacy terms. Comply with Thailand PDPA law.
Stars: ✭ 23 (+35.29%)
Mutual labels:  wordpress-plugin, gdpr
PolishCookieConsent
Polish Cookie Consent is an extension, which automatically accepts privacy policy/GDPR on websites.
Stars: ✭ 17 (+0%)
Mutual labels:  cookie-consent, gdpr
Wp Gdpr Core
This WordPress plugin assists you in making your website ready for the GDPR. We try to cover the core WordPress features with this plugin.
Stars: ✭ 31 (+82.35%)
Mutual labels:  wordpress-plugin, gdpr
web-stories-wp
Web Stories for WordPress
Stars: ✭ 695 (+3988.24%)
Mutual labels:  amp, web-stories
cookieconsent
🍪 Simple cross-browser cookie-consent plugin written in vanilla js
Stars: ✭ 2,158 (+12594.12%)
Mutual labels:  cookie-consent, gdpr
cookie-consent-js
A simple dialog and framework to handle the German and EU law about cookies in a website (December 2021)
Stars: ✭ 55 (+223.53%)
Mutual labels:  cookie-consent, gdpr
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+505.88%)
Mutual labels:  cookie-consent, gdpr
Web Stories Wp
Web Stories for WordPress
Stars: ✭ 502 (+2852.94%)
Mutual labels:  wordpress-plugin, amp
cookie-consent
Cookie consent with accessible dialog, agnostic tag triggers and conditional content, script and embed hooks.
Stars: ✭ 55 (+223.53%)
Mutual labels:  cookie-consent, gdpr
Cookieconsent
A free solution to the EU, GDPR, and California Cookie Laws
Stars: ✭ 3,017 (+17647.06%)
Mutual labels:  cookie-consent, gdpr
Amp Wp
Enable AMP on your WordPress site, the WordPress way.
Stars: ✭ 1,706 (+9935.29%)
Mutual labels:  wordpress-plugin, amp
gdpr-cookie-monster
A minimal EU-GDPR compliant cookie consent banner for websites and shops (5.6K gzipped).
Stars: ✭ 27 (+58.82%)
Mutual labels:  cookie-consent, gdpr
bootstrap-cookie-consent-settings
A modal dialog (cookie banner) and framework to handle the German and EU law about cookies in a website. Needs Bootstrap.
Stars: ✭ 25 (+47.06%)
Mutual labels:  cookie-consent, gdpr
host-webfonts-locally
OMGF automagically caches the Google Fonts used by your theme/plugins locally. No configuration (or brains) required!
Stars: ✭ 13 (-23.53%)
Mutual labels:  wordpress-plugin, gdpr
woo-custom-emails
An add-on to support woocommerce custom emails
Stars: ✭ 15 (-11.76%)
Mutual labels:  wordpress-plugin
inline-gdocs-viewer
📊 Feature-rich WordPress plugin integrating Google Spreadsheets, Google Query Language, Google Charts API, and jQuery DataTables using a shortcode.
Stars: ✭ 12 (-29.41%)
Mutual labels:  wordpress-plugin
WeiXin-Payments-for-WooCommerce
WooCommerce WeChat payment gateway, support WeChat scan code payment
Stars: ✭ 26 (+52.94%)
Mutual labels:  wordpress-plugin

WordPress plugin WordPress Latest Stable Version License

WP GDPR Cookie Notice

Simple performant cookie consent notice that supports AMP, Web Stories, granular cookie control and live preview customization.

Details

This plugin adds a simple performant cookie consent notice to your WordPress site that supports AMP, Web Stories, granular cookie control and live preview customization.

Not only does the notice allow you to provide the regular message that your site uses cookies, you can also optionally grant your site visitors permission to granularly allow which cookie types are allowed, supporting groups of functional (always required), preferences, analytics and marketing cookies. This aims towards compliance with how the new GDPR regulations recommend implementing cookie control for your site.

In addition to the Privacy Policy page setting that WordPress core provides, you also get a settings to optionally set an extra Cookie Policy page, and you can easily link to either of them from the cookie consent notice.

The cookie notice content and appearance can easily be tweaked using the Customizer, with an immediate live-preview of what your changes will look like.

Last but not least, another important thing that this plugin takes care of, other than most other cookie consent plugins, is that it actually ensures cookies are only placed if the respective cookie type has been allowed by the visitor. The plugin does this by implementing cookie rules for WordPress itself, and also for the following plugins:

More plugins will be supported in the future. If you are a developer though, it's also very easy to add cookie rules for other code, by using the flexible cookie rule component the plugin provides as an extension point.

The cookie notice with its default content and appearance

Feature Summary

  • Lightweight and easy-to-use: Simply activate the plugin, and the notice will appear.
  • Live Preview: Use the Customizer to adjust the notice to your needs, with an instant live preview.
  • Customizable Appearance: Specify the notice position, colors, border, button size and more.
  • Customizable Content: Adjust the notice heading, text and button label to your preferences. You can easily link to your cookie policy page or privacy policy page, and even give visitors granular control about which cookie types they allow.
  • Cookie Policy Support: Define an optional cookie policy page if your site has one, or alternatively provide an ID attribute to the cookie section in your privacy policy.
  • Cookie Integrations: Supported cookies are only set once the visitor has given their consent. The cookie rules implemented also respect the more granular cookie control.
  • JavaScript-driven: The cookie notice is inserted into the page as necessary via JavaScript, but at the same time provides easy access to whether it should be displayed via its PHP API.
  • AMP Support: The notice is fully AMP-compatible using <amp-consent>, integrating seamlessly with the AMP plugin. It integrates with Web Stories as well.
  • Coding Best Practices: The plugin is fully object-oriented and is coded after best practices, such as using interfaces, traits, dependency injection or the single responsibility principle. It also implements modern coding features requiring PHP 7, such as scalar type hints or return type hints.

Disclaimer

This plugin does not provide any legal protection. You as a site administrator are required to ensure that it meets legal standards. This plugin is a technical tool, not a lawyer.

Requirements

  • PHP >= 7.0
  • WordPress >= 4.9.6
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].