Actions

Navigation

Code

HTML
<!-- Load Bootstrap 5 before cookie-warn to trigger auto-detection (no jQuery needed) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>

<script
  id="cookieScript"
  data-lang-en="{
    'text': 'We use cookies to improve your experience.',
    'more_text': 'Privacy policy',
    'more_link': 'https://example.com/privacy',
    'accept_text': 'Accept all',
    'accept_selected_text': 'Save settings',
    'reject_text': 'Necessary only',
    'categories': {
      'necessary':  {'label': 'Necessary',  'description': 'Required for the site to function.', 'required': true},
      'analytics':  {'label': 'Analytics',  'description': 'Help us understand how visitors use the site.'},
      'marketing':  {'label': 'Marketing',  'description': 'Used for personalised ads and content.'}
    }
  }"
  data-callback="cookieWarnCallback"
  src="cookie-warn.min.js">
</script>

<!-- Buttons automatically use: btn btn-outline-secondary btn-sm -->