New Cookie Banner

Hello

I needed a cookie banner that was GDPR (DSGVO in germany) compliant.

I was about to start working on it, so I first asked the AI ​​I use in Visual Studio if it could find something ready-made.

Instead, it whirred away for a minute and generated the code, CSS (Tailwind CSS) and markup for me. Boom!

The result is great, and the code is fine too. Everything is perfect.

Are you interested in this cookie banner?

We are using CookieBot for one of the clients. It’s EU compliant and has enough customization options for our case.

Here’s the October Plugin which I use for Cookie Banners: GitHub - OFFLINE-GmbH/oc-gdpr-plugin: October CMS plugin to make websites GDPR and ePrivacy compliant · GitHub

2 Likes

CCM19 is a great third-party solution. Based in Germany too.

We had to create a small custom plugin for this purpose. Just to have a full control over the how signals are going to GTAG manager from the very init of default consent till the event delayed hook to free up bytes for better LCP discovery.
Also in some projects the main Hero image had to be positioned (scaled) differently whenever gdpr banner is present or not.
On a page there might be a parts with small JS intersectionObserver with dataLayer push and custom events triggers at GTM, like this CMS admin and GTAG admin can create custom events.
Forgot to mention, there was a need to create agressive and less agressive gdpr banner, so was another reason to have them custom made and vary on a different Site groups.

A new version of this plugin looks interesting: Small GDPR plugin - October CMS
too - not so small anymore…

1 Like

To mention Small GDPR plugin - October CMS is awesome too. Works out of the box, and by just copying partials from component to theme//partials/customDGPR you may stylize everything you like. We were using it before a lot!