Create your free cookie banner
Use our setup wizard and have your banner ready to use in minutes.
Color scheme
Position
Background
Cookie icon
The cookie icon is shown after the banner is closed, allowing users to change their preferences.
Position
Color scheme
Consent types
Override the event fired to window.dataLayer when consent changes. Leave blank to use the default stcm_consent_update.
Prompt text (Advanced)
We use cookies on our site to enhance your user experience, provide personalized content, and analyze our traffic.
Accept button
Reject button
Preferences button
Accessible labels are used to describe each button audibly, e.g. for partially-sighted users.
Preferences text (Advanced)
We respect your right to privacy. You can choose not to allow some types of cookies. Your cookie preferences will apply across our website.
Save button
Credit button
Installation instructions
Step 1: Add this HTML to your page, inside the <head> tag. The CSS and JS load from jsDelivr CDN — no files to host yourself.
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" id="silktide-consent-manager-css" href="https://cdn.jsdelivr.net/gh/silktide/consent-manager@v2.0.0/silktide-consent-manager.css" integrity="sha384-IO1E/jCrQXyH5rwcI0SXP7OXw47JFqQNDQcKhbFvqnL2IunBxxwE2Ne5XyAmCqKs" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/gh/silktide/consent-manager@v2.0.0/silktide-consent-manager.js" integrity="sha384-j4NIMOecmtzMWe9GJADIIe5hTlHG63aiTQ/2XorW10RNyQJg+IU+xwFVDy45wBah" crossorigin="anonymous"></script>
<script>
window.silktideConsentManager.init({
consentTypes: [
{
id: 'essential',
label: 'Essential',
description: 'These cookies are necessary for the website to function and cannot be switched off.
',
required: true,
},
],
});
</script>
Step 2 (optional): Prefer to self-host? Download the bundle and replace the CDN URLs with paths to where you place the files.
Step 3: Consult our documentation for advanced configuration options and how to setup with Google Consent Mode.
Subscribe to updates
Our cookie banner code will receive updates from time to time. Sign up to be notified so you can download the new version. No spam, we promise.