Dus als iemand ervaring heeft met cookie control help me dan want hij wil echt niet.
Hier is mn code voor de footer waar ik cookie control zette:
</div>
</div>
</div>
<div id="Footer">
<div class="content">
<center>Website gemaakt door Jasper De Moor - Eigendom van ©Craftopia NL 2010-2013</center>
</div>
</div>
<script src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>
<script src="scripts/cookieControl-5.1.min.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
cookieControl({
introText:'Deze website gebruikt cookies om informatie te bewaren op uw computer.',
fullText:'Beste,<br />Sommige cookies zijn essentieel van belang voor de website zonder die kan de website niet 100% werken dus bepaalde functies kunnen niet meer werken als je ze uitzet</p><p>Om de cookies te beheren kunt u ook naar <a href="http://www.civicuk.com/cookie-law/browser-settings" target="_blank">gaan</a>.</p><p>By using our site you accept the terms of our <a href="http://www.craftopianl.com/privacy.php">Privacy Policy</a>.</p>',
position:'left', // left or right
shape:'triangle', // triangle or diamond
theme:'dark', // light or dark
startOpen:true,
autoHide:6000,
subdomains:true,
protectedCookies: [], //list the cookies you do not want deleted ['analytics', 'twitter']
consentModel:'information_only',
onAccept:function(){ccAddAnalytics()},
onReady:function(){},
onCookiesAllowed:function(){ccAddAnalytics()},
onCookiesNotAllowed:function(){},
countries:'' // Or supply a list ['United Kingdom', 'Greece']
});
function ccAddAnalytics() {
jQuery.getScript("http://www.google-analytics.com/ga.js", function() {
var GATracker = _gat._createTracker('');
GATracker._trackPageview();
});
}
//]]>
</script>
</body>
</html>