ℹ️ This feature is only available for our Buttonizer for WordPress plugin
GDPR Compliance
Buttonizer is GDPR-compliant already. For more information, read more here.
However, in some cases and countries a GDPR-law is stricter. To make sure you can use your floating content, Buttonizer for WordPress version 3.3.0
has a new option, called GDPR: Wait on consent
.
When enabling this feature, no scripts and assets of Buttonizer will be loaded until consent has been given on your side, another extension or another plugin.
We've written a few examples on the bottom of the page for some WordPress plugins.
Loading in Buttonizer
Do you have consent? Great! Now you can call the following function on all pages where you use Buttonizer. This function will load Buttonizer as usual and works without a page refresh.
enableButtonizer();
Instant loading by defining a parameter
Buttonizer also supports instant loading by simply defining a parameter to the page when consent is given.
Add the following parameter to your source if consent has given:
window.buttonizer_consent_given = true
Examples
Cookiebot
window.addEventListener('CookiebotOnAccept', function (e) {
enableButtonizer();
});
Borlabs Cookie
Follow these steps:
- Open Borlabs Cookie plugin
- Add custom cookie in Borlabs, click the button
Add new
.
- Select 'Custom' and configure
- Add the following snippet to execute when cookies are enabled
enableButtonizer();
Need help?
Are you having issues or questions? Let us know by asking your question on our forum.