Jump to content

javascript ?


Recommended Posts

can anyone tel me please how and where i put the javascript below

 

tnxs in advance

 

 

<script src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>

<script src="/PATH_TO_COOKIE_CONTROL/cookieControl-5.1.min.js" type="text/javascript"></script>

<script type="text/javascript">//<![CDATA[

cookieControl({

introText:'<p>Wij gebruiken cookies om [het gebruik van onze webwinkel te faciliteren/ het inloggen op onze website te vergemakkelijken/ uw instellingen en voorkeuren te onthouden]. U kunt deze cookies uitzetten via uw browser [of via uw profielpagina] maar dit kan het functioneren van onze website negatief aantasten.</p><p>This site uses some unobtrusive cookies to store information on your computer.</p>',

fullText:'<p>Some cookies on this site are essential, and the site won\'t work as expected without them. These cookies are set when you submit a form, login or interact with the site by doing something that goes beyond clicking on simple links.</p><p>We also use some non-essential cookies to anonymously track visitors or enhance your experience of the site. If you\'re not happy with this, we won\'t set these cookies but some nice features of the site may be unavailable.</p><p>To control third party cookies, you can also adjust your <a href="browser-settings" target="_blank">browser settings</a>.</p><p>By using our site you accept the terms of our <a href="http://shop.pc-allin.nl/cms.php?id_cms=2">Privacy Policy</a>.</p>',

position:'right', // left or right

shape:'triangle', // triangle or diamond

theme:'light', // light or dark

startOpen:true,

autoHide:6000,

subdomains:true,

protectedCookies: [], //list the cookies you do not want deleted ['analytics', 'twitter']

consentModel:'implicit',

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>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...