dev-master
9999999-devProvides an obnoxious cookie warning
MIT
The Requires
- php >=5.5.0
by Joe Lambert
Provides an obnoxious cookie warning
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., (*1)
Add the following to your templates where you want the banner to appear:, (*2)
[cookiebanner]We know you don't care but we use cookies. <a href="/cookies">More information</a>[/cookiebanner]
Optional attributes:, (*3)
class
- defaults to cookiebanner
maxAge
- defaults to 1 year<div class="cookiebanner"> We know you don't care but we use cookies. <a href="/cookies">More information</a> </div>
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
., (*4)
Provides an obnoxious cookie warning
MIT