Setup & Installation
Welcome to the Consentify documentation. Here you'll find all the information you need to install, configure, and customize the consent banner for your website. Our goal is to make GDPR compliance as simple and seamless as possible.
Setup & Installation
Welcome to the Consentify documentation. Here you'll find all the information you need to install, configure, and customize the consent banner for your website. Our goal is to make GDPR compliance as simple and seamless as possible.
Revoke Consent Button
To comply with GDPR and allow users to change their cookie preferences at any time, you must add a revoke consent button to your website. When clicked, this button reopens the Consentify banner so users can update their settings.
⚠️ Required for compliance
This button must be present and accessible on all pages where the Consentify banner is active. If you cannot add the button to certain pages (like checkout or payment pages), you must exclude those routes in your dashboard settings.
How it works
The Consentify script automatically detects any element with the id revoke-consent-btn and attaches the necessary click event to it. No additional JavaScript required on your end.
Implementation
Add this button to your site's footer or another persistent location that appears on all pages:
<button id="revoke-consent-btn">
Cookie Settings
</button>You can style this button with your own CSS classes to match your website's design. The text can also be customized to match your preferred language (e.g., "Cookie Preferences", "Manage Cookies", etc.).
Alternative: Exclude routes
If there are specific pages where you cannot include the revoke consent button (such as checkout flows, payment pages, or embedded forms), you can exclude those routes in your Consentify dashboard. This tells our system to skip compliance checks for those specific paths.
No JavaScript required!
The Consentify script handles everything automatically. Just add the HTML element with the correct ID, and it will work immediately.
Integrations
Information about how to configure third-party integrations like Google Analytics, Facebook Pixel, and more will be detailed here.