[NEW PLUGIN] GDPR Cookie Consent

Hey everyone,

We’ve been using this GDPR consent plugin in a number of our clients’ apps and it’s been a great help to get one step closer to compliance. It’s also available on the marketplace: GDPR Cookie Consent Plugin | Bubble

It disables analytics scripts before consent is given & exposes a number of workflows to help you manage cookies more effectively, so you can still implement your user analytics while keeping GDPR in mind.

:interrobang: Demo & support is available here :point_right:t4: https://gdpr-cookies.bubbleapps.io/version-test

Let us know what you think!

2 Likes

Interesting take on GDPR there :slight_smile:

1 Like

(Fairly obvious) side note; this is just part of what is necessary to become fully compliant, we recommend resources like GDPR checklist to go through for the entire path

1 Like

Shouldn’t the rejected cookies be updated when the consent changes? I’m getting this at the moment.

My code-illiterate guess is that you forgot to implement

instance.publishState("rejected_cookies", cookie.rejected_categories)

2 Likes

@minimumstudio
If a user doesn’t click on a button, what happens? Are only essential cookies enabled or are all cookies enabled until the user disables them?

Only essential cookies work until the user accepts or denies other categories!

@minimumstudio Can you add the option to show settings as the 2nd button instead of “reject all” (or hide it) so it won’t be easy for a user to just reject all. He has to at the least click the settings button or link to reject all.

We’ll check in the underlying library if that’s possible. In the meantime you can use this code to hide it:

#c-s-bn {
    display: none;
}

It hides the Reject All button. Thanks.

1 Like

hi , i use this plugin , how can i set specific cookie expiration date ?

Hi there! we launched 1.0.7 with a new field to set the expire time for the cookies. It is expressed in days.
Let us know how it goes!

1 Like

Hi, dropped you an email too. Does your plugin interact with Bubble’s built-in “opt-in to cookies” action?

Hi there!
Our plugin does not interact with bubble’s built in cookies, you should really only use one or the other to avoid multiple popups.

Hello !

I am not sure what to do with the scripts ? In the documentation, it is said: "Then, in your scripts add type=“text/plain” to avoid them running automatically. " But which scripts are you talking about ?

I am quite happy with this plugin but I don’t know how to make it interact with my mixpanel’s analytics.

Thanks for any help you can give me!