wheregroup/cookieconsent

A free solution to the EU Cookie Law https://cookieconsent.insites.com/

Installs: 9 321

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 576

Language:JavaScript

Type:component

3.0.6.2 2019-11-15 05:50 UTC

This package is auto-updated.

Last update: 2024-04-15 15:33:57 UTC


README

Build Status

What is Cookie Consent?

Cookie Consent is a lightweight JavaScript plugin for alerting users about the use of cookies on your website.

It is designed to help you comply with the hideous EU Cookie Law and not make you want to kill yourself in the process. So we made it fast, free, and relatively painless.

Version 3.0

Version 3.0 is a complete rewrite from version 2. The most substantial new features are:

  • the ability to GeoLocate and only show the addon to people in the relevant countries
  • callback hooks for showing/accepting/revoking the banner
  • support for different types of compliance, giving you the flexibility to obey even the strictest cookie laws
  • easy no-fuss themes and customisable styles

Installation

The easiest way to get up and running is to use our wizard.

You can also install this project through npm:

npm install cookieconsent

Or through Bower:

bower install cookieconsent

Documentation

See our full documentation.

Contributing

Feel free to improve the plugin and send us a pull request.

The easiest way to develop is to host the files with a local webserver. e.g.

python -m SimpleHTTPServer

We use Gulp to compile the SCSS and minify the JavaScript. You can run a build with:

gulp build

License

Code released under the MIT licence.

Credits

Cookie Consent v3

  • Alex Morley-Finch - JavaScript
  • Piiu Pilt - JavaScript
  • Oliver Emberton (@oliveremberton) - a couple of lines of CSS, maybe

Cookie Consent v2

  • David Ball (@drball) - CSS / themes
  • Adam Hutchinson (@adjohu) - JavaScript