orestbida / cookieconsent

:cookie: Simple cross-browser cookie-consent plugin written in vanilla js
https://playground.cookieconsent.orestbida.com/
MIT License
3.68k stars 387 forks source link

[Docs]: Astro integration #626

Open dkorecko opened 5 months ago

dkorecko commented 5 months ago

What is the improvement/update you wish to see?

Hello, I'd love to see an implementation guide for using Astro. I've given it a few attempts and no matter what I do, I can't manage to get the modal to show up.

Link the related docs page, if it exists.

https://cookieconsent.orestbida.com/essential/getting-started.html

orestbida commented 5 months ago

@dkorecko check out the demo example on Stackblitz.

Bcdo commented 4 months ago

I am trying to follow the Astro demo, as well as I have looked through the documentation and GitHub issues, however, I struggle to make it work for the ga4 consent mode (non-GTM).

If I can get this working, I will happily PR update the documentation or Stackblitz demo for the Astro implementation.

dkorecko commented 2 months ago

@dkorecko check out the demo example on Stackblitz.

That works, thank you! Maybe it'd be a good idea to mention on this page https://cookieconsent.orestbida.com/essential/getting-started.html the demos for other languages as well?