IMPORTANT: Cookiebot and other plugins
-
The problem
We are experiencing a lot of frustration from WordPress users about not being able to integrate Cookiebot with their cookie setting plugins. Modifying plugins manually is not a sustainable approach, because new updates to these plugins will reset the changes.We can’t make the plugins GDPR compliant, the developers of the plugins have to do this themselves. You are welcome to reach out to the developers and kindly ask them if they would like to make an integration.
I am a WP plugin developer, how can I integrate my plugin with Cookiebot?
Any developer can easily integrate Cookiebot with little effort:$scriptTag = ”; if(function_exists('cookiebot_active') && cookiebot_active()) { $scriptTag = '<script'.cookiebot_assist('statistics').'>'; }Cookiebots contribution/solution
To accommodate our WP users, we have started developing “Addons”, which are plugins that can integrate Cookiebot with other plugins. E.g. an integration to the most popular GA plugins such as MonsterInsights, GADWP, etc.Addons/plugins and installation instructions can be found at:
https://github.com/CybotAS/CookiebotAddons
In the future we will bundle and release the Addons as a WP plugin, which you can install and use side-by-side with Cookiebot. For now you have to install them manually. Installation instructions can be found at the Github repository.
The repository is maintained by Cybot A/S, the company behind Cookiebot, but anyone is welcome to contribute to the community.
The topic ‘IMPORTANT: Cookiebot and other plugins’ is closed to new replies.