This extension allows to setup a GDPR compatible consent screen for cookies and trackers. This will allow you to ask for your user's consent to activate or not the usage of cookies or trackers depending on different types of tools:

  • necessary: necessary cookies which are mandatory and cannot be disabled
  • preferences: preferences cookies or trackers which are optional and enabled by default but used only to remember your preferences
  • statistics: statistics related cookies or trackers which are optional and enabled by default and user to record anonymous statistics
  • marketing: marketing or other related cookies or trackers which are optional and disabled by default and can record personal information
Current user accepted cookies
The current user has not yet accepted the cookie policy

Trigger pop-up manually

For creating a link/button to open the cookie pop-up manually all it takes is to add the id ResetCookies to the clickable element, for example:

{{html}}<a href="#" id='ResetCookies'>Reset cookie options</a>{{/html}}

Example: Reset cookie options

Tags: