• Resolved idansh

    (@idansh)


    First of all, your service is the best there is right now for Cookie GDPR complient hands down.

    I am already a user, using the free version for one of my website. I want to add another website, which is my blog and use this plugin.

    1) Will my first free website will turn into paid one?
    2) If my blog is only three pages, can I open a second free account or this isn’t allowed?
    3) Does your plugin automatically block cookies or I need to configure the tags for the script manually and for all the other scripts that generate cookies? I am asking this, because from my experience, the non-wordpress plugin, the script I’ve embedded. I needed to manually configure thing myself. I am a developer, so it’s not a big issue, but I’m sure many people are not developers, and they will definitely have problem doing it.

    Help will be greatly appreciated
    Thanks.

    • This topic was modified 6 years, 10 months ago by idansh.
    • This topic was modified 6 years, 10 months ago by idansh.
Viewing 1 replies (of 1 total)
  • Plugin Author cookiebot

    (@cookiebot)

    Hi @idansh,

    Thansk for reaching out, and thanks for using Cookiebot!

    1) Will my first free website will turn into paid one?

    If your website is under 100 pages, then it will not turn into a paid one.
    See also: https://cybot.uservoice.com/knowledgebase/articles/1851772-my-subscription-has-been-changed-from-a-free-subsc

    2) If my blog is only three pages, can I open a second free account or this isn’t allowed?

    Our FAQ at https://www.cookiebot.com/en/pricing/ states that:

    Our prices are per domain and you must have one subscription for each of your domains. It is not possible to combine e.g. 2 small websites with 10 subpages each into one Premium Small subscription or into one Free subscription.

    3) Does your plugin automatically block cookies or I need to configure the tags for the script manually and for all the other scripts that generate cookies? I am asking this, because from my experience, the non-wordpress plugin, the script I’ve embedded. I needed to manually configure thing myself. I am a developer, so it’s not a big issue, but I’m sure many people are not developers, and they will definitely have problem doing it.

    Currently you have to do it manually for all tags, including tags coming from other plugins. We’ve made it possible for other plugin developers to integrate with Cookiebot easily:

    The easiest way for at developer to implement Cookiebot support is following to add a check for Cookiebot where tags are outputted to the visitor. This can be done following way

    $scriptTag = ”;
    if(function_exists(‘cookiebot_active’) && cookiebot_active()) {
    $scriptTag = ‘<script’.cookiebot_assist(‘statistics’).’>’;
    }

    So if you’d like your plugins to stay compliant, you could reach out to the developers, and ask them if they would like to support Cookiebot. This also means, that you would not have to manually update the plugins on new releases.

    [ Signature deleted ]

    • This reply was modified 6 years, 10 months ago by cookiebot.
    • This reply was modified 6 years, 9 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • The topic ‘Questions regarding the plugin’ is closed to new replies.