An open API service indexing awesome lists of open source software.

https://github.com/rareloop/wp-cookie-banner


https://github.com/rareloop/wp-cookie-banner

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cookie Banner
Adds one of those obnoxious cookie warning banners to your site. Instead of using JavaScript to add the banner, the markup is on the DOM at page load.

## Setup
Add the following to your templates where you want the banner to appear:

````
[cookiebanner]We know you don't care but we use cookies. More information[/cookiebanner]
````

Optional attributes:

- `class` - defaults to `cookiebanner`
- `maxAge` - defaults to 1 year

## Example output

````html


We know you don't care but we use cookies. More information

````

## Cookie Usage
Ironically, the plugin needs to create a cookie so that the server knows not to show the banner after its been shown once. In case you need to add this to your privacy policy, the cookie created is called `_seen_cookie_notice`.