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 allow users to change their cookie preferences at any time, you can add a 'Revoke Consent' or 'Cookie Settings' button to your website. When clicked, this button will re-open the Consentify banner.
The Consentify script automatically looks for an element with the id revoke-consent-btn and attaches the necessary click event to it.
You can place this button anywhere on your site, but it's common to have it in the footer. Here is an example of what the HTML for the button could look like:
<button id="revoke-consent-btn">
Cookie Settings
</button>Simply add this HTML element to your site's footer or another appropriate location. You can style the button using your own CSS classes to match your website's design. The script will handle the rest.
No JavaScript required!
You do not need to write any JavaScript to make this work. The Consentify installation script automatically finds this button and makes it functional.
Integrations
Information about how to configure third-party integrations like Google Analytics, Facebook Pixel, and more will be detailed here.