today I got angry again about GDPR and decided to code with o3
I am not sure if it will be ready for use just yet. for now I am just testing stuff. dynamicly blocking scripts are not easy to implement.
biggest features I want to implement; having a simple cookie banner, ability to customize easily. since I know some css I will keep settings simple and if I need more I will just write css depending on client needs.
most importantly consent mode v2 stuff.
far as I know legally as long as we block the analytics scripts before the user accepts the banner this will cover the 99.99% of the websites. there are some edge cases like if your site makes money from advertisement/adsense and similar system or if you have lets say airbnb like website and you collect users/peoples data and earn money β¦etc you need advance cookie banner and compliance but like I said this is literaly the 0.001% of the sites. I dont care about those sites and will ignore it completely.
I only need a working and blocking script cookie banner thats it and most of us only need this as well.
will I publish this on w .org? maybe we will seeβ¦
sinanisler, Thank you very much for your contribution. If i am using a multi-language website, can I use polylang to display different kind of languages? Thanks alot
sure yes
I tested with wpml it worked fine wpml can find the strings to translate
but I would recommend using the snn-brx theme instead of this independent repo
my child theme has the latest cookie banner and have alot lot lot new features
but if you really really want to you can implement this cookie banner on your own child theme easily as well or as a snippet if you know what you are doing.
here uptodate cookie banner code you can run this as snippet alone it should be just fine
only thing is it will add itself under snn setting page but that page doesnt exist you have to solve that