Probleempje met cookie control
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:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
</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>
</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>
Graag in het vervolg bij code, [code] [/code] tags gebruiken.[/modedit]
Gewijzigd op 12/06/2013 14:31:12 door Bas IJzelendoorn
Code (php)
1
protectedCookies: [], //list the cookies you do not want deleted ['analytics', 'twitter']
te veranderen na:
Gewijzigd op 12/06/2013 15:03:44 door Landleven Tips