Hello folks,
I need to have a cookie consent in my site (Europe) but I c’ant find nothing for free…
Can someone help me?
There’s a limited free plan here: Pricing - Compliance Solutions | iubenda
I’ve used this. It’s free and open source. https://www.osano.com/cookieconsent
- click on “download open source”
- then when you get on the next page click “start coding”.
- from there you can configure your consent banner
- then copy and paste the code into webflow.
Hi @Fausto
Unfortunately, I’m afraid the solution from the video is not enough for GDPR compliancy.
You script needs to manage tracking tags such as Google Analytics, Facebook Pixel etc…
Better use Osano or Iubenda, I use https://www.cookiehub.com/prices and pretty happy with it. The free plan does not have consent logging which is usually preferable for big clients, but they also have a v2 (beta) for 5 € a month.
looks like it has changed - I assume that UI customisation functionality is now for the paid version only?
Now we can only download the code or install throguh NPM (which chatGPT tells me webflow can’t natively do).
So I’m a bit stuck at the moment with how to get this up and running… reading through all their documentation.
My coding is a little rusty so I’m only really stuck with how to link to their hosted code to customise it.
Like is their code web hosted?
Can I just src= “an osano URL” in the custom code embed + below that customise the banner?
I don’t want to download their code files and hard code them into each individual webflow website, because of maintenance or changes - I know their hosted code will be maintained and updated by the community.
Like if I get 500 websites delivered, and something changes, I dont want to have to go back and manually change 500 websites, you know, that’s why I just want to link my custom code script to an osano URL… just stuck there…