Skip to content
Nicolas edited this page Oct 8, 2020 · 1 revision

Introduction :

Cette documentation existe également en français, pour y accéder cliquer ici

Tarteaucitron is a javascript library developed by the community allowing the management of cookies in accordance with the GDPR, it has a clear, responsive and easy to use interface.

It is possible to integrate it into its site by downloading files from the github repo, via a CDN, via an installation of an npm package, or even via a plugin for wordpress sites.

Why use tarteaucitron.js?

  • Disable all services by default
  • Display a banner on the first page viewed and a small one on the other pages
  • Display a panel to allow or deny each service one by one
  • Activate the services on the second page view if they are not refused
  • Store consent in a cookie for 365 days
  • Load the service when the user clicks on Allow (without reloading the page)
  • Incorporate a fallback system (display a link instead of the social button and a static banner instead of the advertisement)

Note: This documentation does not currently contain information for the wordpresse integration of the tarteaucitron plugin but it is relatively simple


Next page