Cookie Banner notification

Hi there. I need some pro looking cookie notice banner for my website.
Payed or free. Any ideas?

I like to use this one:

2 Likes

Replying to save easily find this comment in the future. This is really exciting - I have been searching for something like this for awhile!

Would love to hear if anyone else has got it working for their site. After a long search (old thread here), I went with/currently use CookieYes.

1 Like

Hey!

I’d like to use the Cookie Consent too instead of CookieYes.
But I am not a developer - so can anyone help me how to set it up?

I don’t know where to place the .js file and where to place to code in the tag.
In Code Injection is only the footer and header available.

I am really confused and everything I already tried, didn’t work. Can anyone help?

Thanks!

I haven’t used it, but try this:

In the code injection header:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css">

In the code injection footer:

<script src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.umd.js">

<script>
CookieConsent.run({
    // your config. goes here (required)
});
</script>

See this page for what goes in the config:

oh, thanks! It works!
Only issue… it is not shown as wide as it should be. it is much thinner. how can i influence that?

You’ll need to read the docs :)

1 Like

That’s what I do since yesterday all the time.
I think it’s too complicated, I should stick with another and easier plugin.
Thank you.

Looks like you just need a little css to get it to be a little wider. I’m not sure I’d start over in that situation, but you do you! :)

1 Like