GDPR Cookie Consent

GDPR Cookie Law GDPR Cookie Compliance Builder Example

GDPR Cookie Law – GDPR Cookie Compliance Plugin example – Basic

For the best user experience on the demo site, the cookies are automatically deleted. This way you can always see the notification toolbar, like below.
Basic
Example code
<link rel="stylesheet" href="https://gdprsolutions.net/gdpr-cookie-law/css/gdpr-cookie-law.min.css">
<script src="https://gdprsolutions.net/gdpr-cookie-law/js/jquery-3.3.1.min.js"></script>
<script src="https://gdprsolutions.net/gdpr-cookie-law/js/gdpr-cookie-law.min.js"></script>
<script>
$(document).ready(function () {
    $(document).gdprCookieLaw({
        moreLinkHref: 'http://your-domain.com/privacy-policy'
    });
});
</script>
Related options
Peoprty Possible Values Default Value Description
moreLinkHref http:/https://your-domain.com/privacy-policy null The href attribute of the ''More information'' link for your privacy policy on your website and/or the folder on the server that hosts your website.