Javascript plugin allowing a website to comply with the EU cookie law.
- Free to use and modify
- Only show to EU visitors
- Opt in once for all sites
- Implied or explicit consent
- Works with do not track
Refer to the Cookie Consent website for detailed integration documentation and our simple configuration wizard to see what can be customized.
<link rel="stylesheet" type="text/css" href="cookieconsent.css"/>
<script type="text/javascript" src="cookieconsent.js"></script>
<script type="text/javascript">
// <![CDATA[
cc.initialise({
cookies: {
social: {},
analytics: {},
advertising: {},
necessary: {}
},
settings: {
consenttype: "implicit"
}
});
// ]]>
</script>
Created by Silktide.