This plugin for Kirby CMS blocks the loading of conent from external sources. The content ist only loaded if a consent is accepted (GDPR compliant).
After the user agreed to the loading, he can revoke his decision and the content will be blocked again.
This plugin does not use cookies (GDPR compliant). Instead, the consent is stored in the browsers local storage.
In times of the GPDR it may be important to block external content and use as low cookies as needed.
The plugin works with these Kirby 3 standard components:
-
Block - Image (external source)
-
Block - Video (external source)
-
Tag - Video (external source)
-
Tag - Youtube
-
Tag - Vimeo
-
Tag - Gist
The plugin adds the following new components to Kirby 3:
-
Block - Map
-
Block - Twitter Tweet
-
Block - Facebook Page
-
Tag - Map
Google maps or openstreetmaps links can be inserted.
e.g. (map: ...)
-
Tag - Twitter Tweet
Twitter Tweets can be inserted.
e.g. (twittertweet: ...)
-
Tag - Facebook Page
Facebook Page can be inserted.
e.g. (facebookpage: ...)
- GDPR compliant consent before loading external content
- No use of cookies
- The consent is stored in the browsers local storage
- Supports all Kirby 3 standard blocks & tags which can use external content
- Adds new Kirby 3 blocks Map (Google Maps & Openstreetmap), Twitter Tweet & Facebook Page
- Adds new Kirby 3 tags (Google Maps & Openstreetmap), Twitter Tweet & Facebook Page
- In english and german language
- Compatible with Kirby 3
$ composer require fendinger/kirby3-consent-gate
Alternatively, download and copy this repository to /site/plugins/kirby3-consent-gate