Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reload/minecookies
Modified version of the cookie consent scripts from http://minecookies.org/.
https://github.com/reload/minecookies
Last synced: about 5 hours ago
JSON representation
Modified version of the cookie consent scripts from http://minecookies.org/.
- Host: GitHub
- URL: https://github.com/reload/minecookies
- Owner: reload
- Created: 2014-01-23T10:55:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T05:52:46.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T02:34:41.213Z (over 1 year ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
minecookies
===========This is a slightly modified version of the cookie consent script from [http://minecookies.org/gratis-script-til-cookiesamtykke](http://minecookies.org/gratis-script-til-cookiesamtykke).
The goal of the modifications is to allow external parties to modify the configuration of the script such as text, links etc. without altering the source code as suggested by the original authors.
Usage
-----Add minecookies.js to your site and initialize the script.
```js
jQuery(document).ready(function () {
var options = {
title: '',
text: 'Websitet anvender cookies til at huske dine indstillinger, statistik og at målrette annoncer. Læs mere >> ',
buttonText: 'Cookies'
};
CookieInformerBooklet.init(options);
});
```Example
-------![Example](http://minecookies.org/sites/default/files/mediearkiv/filer/grey-bar.png)
License
-------The original script has been created by Minecookies.org and licensed under [Creative Commons Attribution 3.0 Unported](http://creativecommons.org/licenses/by/3.0/deed.en).