Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozmorris/cookie-monster
Because everyone loves cookies
https://github.com/mozmorris/cookie-monster
Last synced: about 1 month ago
JSON representation
Because everyone loves cookies
- Host: GitHub
- URL: https://github.com/mozmorris/cookie-monster
- Owner: mozmorris
- Created: 2013-03-28T18:10:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T16:58:28.000Z (almost 12 years ago)
- Last Synced: 2024-10-16T03:23:13.233Z (3 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cookie Monster
==============WordPress plugin that displays a fixed cookie information bar at the bottom of a WP site.
Description
-----------The plugin hooks into WordPress and displays a cookie information bar at the bottom of the page.
The user can choose to allow or restrict cookies. Ironically, this sets a cookie named `cookie-pref` which is either true of false. **True** if the user has allowed cookies, **false** if the user wishes to restrict cookies. It's then up to you to detect this preference throughout your WordPress site and adjust functionality accordingly.
Installation
------------1. Upload the `cookie-monster` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPressFAQs
----**Why do I need this?**
[Read more about the EU Cookie Law (e-Privacy Directive)](http://www.ico.org.uk/for_organisations/privacy_and_electronic_communications/the_guide/cookies)
**Does this automatically restrict cookies?**
No. It provides a way to detect the user's cookie preference throughout your WordPress site
Changelog
---------= 0.1 =
* Unleash the cookie monster.