• Plugin Author cookiebot

    (@cookiebot)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Author cookiebot

    (@cookiebot)

    Update on MonsterInsights and GADWP

    MonsterInsights and GADWP will be releasing an addon which provides support for Cookiebot, why we have chosen to discontinue our own Addons for MI and GADWP. The MI Addon is due to be released this week.

    If you are a plugin developer, our Github repository contains information on how you can use our JS API and code samples for PHP.

    You can also find more information at: http://www.cookiebot.com/en/developer/

    Moreover, you can reach out to us at the Making WordPress Slack community.
    Username: Kenan

    [ Signature deleted ]

Viewing 1 replies (of 1 total)

The topic ‘IMPORTANT: Cookiebot and other plugins’ is closed to new replies.