Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdir/cockieprivacypdir
https://github.com/pdir/cockieprivacypdir
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdir/cockieprivacypdir
- Owner: pdir
- Created: 2014-12-19T14:32:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T09:32:45.000Z (over 9 years ago)
- Last Synced: 2023-02-27T10:56:11.200Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cockie Privacy pdir
## An Cookie Privacy Frontend Module for Contao Open Source CMS
- 4 themes available
- support for en and deThe module use the jQuery CookieBar Plugin http://www.primebox.co.uk/projects/jquery-cookiebar/
The Cookie Bar plugin creates a small bar at the top or bottom of the website with a short message about cookies and accept, decline, and privacy policy buttons.
## Disabling other Scripts
If a user chooses to disable cookies (If you give them that option), you need to make sure that scripts such as Google Analytics need to be disabled.
This can be done by wrapping the code in a simple if statement.if(jQuery.cookieBar('cookies')){
//Google Analytics or other code here
}