Skip to content

Lightweight and good looking cookie consent box that helps you to be GDPR complaint. WordPress Plugin.

License

Notifications You must be signed in to change notification settings

adriandmitroca/cookie-consent-box-wordpress

Repository files navigation

=== GDPR Cookie Consent Notice Box ===
Contributors: adriandmitroca
Tags: cookie, cookies, compliance, notice, banner, consent, box, eprivacy, gdpr
Requires at least: 4.1.0
Tested up to: 6.2.0
Stable tag: 1.1.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Cookie Consent Box is a lightweight and good looking way to inform users your site uses cookies and to comply with EU cookie law regulations.

== Description ==

[Cookie Consent Box](https://radicalwebdesign.co.uk) is a lightweight and good looking way to inform users your site uses cookies and to comply with EU cookie law regulations.

We have already taken care of any possible performance issues, which is why the JS file is loaded [asynchronously](https://developers.google.com/speed/docs/insights/BlockingJS) after your whole page has loaded, so it does not slow your site down in any way.

Features include:

- Lightweight, responsive
- Customisable cookie message (including out of the box translations for English, French, German, Italian, Portuguese, Romanian and Polish)
- Redirect users to specified page, or file attachment for more cookie information
- Option to choose background colour, text colour and specify container width to suit your own website style.
- Option to customize cookie expiration time
- SEO friendly

== Installation ==

1. Upload the entire `cookie-consent-box` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.

You will find 'Cookie Consent Box' menu page in your WordPress admin panel settings.

== Screenshots ==

== Frequently Asked Questions ==

= Is there any demo? =

Actually yes, it is! Just take a look [here](https://adriandmitroca.github.io/cookie-consent-box/) to see general appearance.

= Can I use it without installing a plugin? =

Sure you do! Take a look at [npm/cdn library](https://github.com/adriandmitroca/cookie-consent-box)

== Changelog ==

= 1.1.8 =
* Fixed build and moved releases to GitHub Actions

= 1.1.7 =
* Fixed community reported security vulnerabilities
* Added support up to WordPress 6.2

= 1.1.6 =
* Added support up to WordPress 5.7

= 1.1.4 =
* Added support up to WordPress 5.3
* Updated plugin name to something more catchy

= 1.1.3 =
* Updated readme and screenshots

= 1.1.2 =
* Fixed issue with missing files after corrupted build

= 1.1.1 =
* Fixed issue with missing files after corrupted build

= 1.1.0 =
* Added Italian and French translations
* Added option to customize notice box content entirely
* Added option to customize cookie expiration time
* Added option to change `target` attribute in "Learn more" link
* Added option to hide "Learn more" link entirely
* Added option to upload a file rather than just linking to a separated Privacy Policy page
* Various CSS fixes that keeps notice box from conflicting with your site stylesheet

= 1.0.3 =
* Updated plugin owner

= 1.0.2 =
* Updated plugin's copy and registry assets

= 1.0.1 =
* Selecting Privacy Policy page from a dropdown
* Improved settings page appearance

= 1.0.0 =
* Initial version