Galletes.

Galletes

Miguel Menéndez

Javascript plugin allowing a website to comply with the European cookie law.

Forked by CUERRA from silktide/cookieconsent .

Features

  • Free and Open Source (GPLv3)
  • Only show to EU visitors
  • Opt in once for all sites
  • Implied or explicit consent
  • Works with do not track

Integration

Refer to the Cookie Consent website for detailed integration documentation and the simple configuration wizard to see what can be customized.

Basic usage

<link rel="stylesheet" type="text/css" href="galletes.css">
<script type="text/javascript" src="galletes.js"></script>

<script type="text/javascript">
// <![CDATA[
  cc.initialise({
    cookies: {
      social: {},
      analytics: {},
      advertising: {},
      necessary: {}
    },
    settings: {
      consenttype: "implicit"
    }
  });
// ]]>
</script>

Credits

Cookie Consent was created by Silktide .

Galletes was forked by CUERRA from silktide/cookieconsent .

Archive

Header image from freeimages/vhansen .

Comments

Found a bug? Do you think something could be improved? Feel free to let me know and I will be happy to take a look.