How to add the Revisit Consent button to your footer/privacy policy page?
After implementing the CookieYes banner on your website, you can enable users to change their preferences or withdraw their cookie consent using the Revisit Consent Button.
You can add this as a floating button, or as a link or button in your privacy policy or website footer.
To add a Revisit Consent link, add this code snippet:
<a href="#" class="cky-banner-element">Cookie Settings</a>
To add it as a button to your website footer or within your privacy policy, use the following code snippet:
<a class="cky-banner-element">Cookie Settings</a>