Cookies consent

Hi,
How can i add, and manage, a cookies consent on tha app?
Is there a specific plugin for that on Weweb?
I’m using Xano for the backend, is there a snippet for that?
Thanks!
Ran

1 Like

Hi, no specific plugin. You can build the popup and display it yourself. You can use the localstorage to store a variable containing the response of your user.

What type of cookies you’re using ? Be aware you don’t need consent if there are strictly necessary (session/authentication purpose for example)

Hi there, I am digging out this thread as I am facing a similar need, I am using the google GTM plugin and would like to implement a cookie consent modal to allow our users to select/unselect specific scripts running in order to be GDPR compliant. For the modal I have seen this cookieconsent library but wasn’t able to get it working (Getting Started | CookieConsent).

That being said the issue to tackle would be able to dynamically authorize or prevent GTM from running.

Any advices @Alexis ?

The best way to handle this is to use an external tool like CookieBot

1 Like

This is what @Joyce suggested during office hours too so I will skip the hassle and take that route, thank you both

1 Like

Hello!

I’m re-opening this thread because I am trying to implement CookieBot in weweb but for some reason it’s not working. My understanding is that I should paste the script into the Head section of the “custom code” of the page.

Does anyone know if my assumption is right? If it is, I don’t know why it’s not showing in the published page…

From here, I have an additional question - do I need to include it in ALL pages or just the home page?

If anyone could provide some kind of guid it’d be awesome. As you all know cookies in the EU are a big pain :slight_smile:

Thanks!

Hi @garcilaso, I am experimenting with Osano at the moment and it seems to work: the script tag has to be copied into the custom code Head section:
image

And yes from what I understand you need to add it for each page

Hope this helps, curious about hearing about other experiences with Osano, Cookiebot, Axeptio…

Did someone figure how to prevent GTM plugin to load until user consents ?
Because just adding a consent banner won’t prevent the script to load.

Hey there, got the same problem. Any solutions how to prevent the loading of the GTM plugin?