I am a WordPress plugin developer, how can I integrate my plugin with Cookiebot?
We are experiencing some 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.
Any developer can easily integrate Cookiebot with little effort:
$scriptTag = '';
if(function_exists('cookiebot_active') && cookiebot_active()) {
$scriptTag = '<script'.cookiebot_assist('statistics').'>';
}
Full description of our JavaScript SDK and PHP samples are available at https://github.com/CybotAS/CookiebotAddons and https://www.cookiebot.com/goto/developer/
Comments
0 comments
Please sign in to leave a comment.