Add a GDPR, ePrivacy and CCPA compliant cookie consent banner to your Carrd one-page site. CookieChimp installs as a single Embed widget in the page head.Documentation Index
Fetch the complete documentation index at: https://docs.cookiechimp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Custom code is available on Carrd Pro Standard, Plus and Pro plans. The free Carrd plan does not allow embedded scripts.
Copy your CookieChimp snippet
Log in to your CookieChimp dashboard and copy your website's JS snippet:Replace
abc123 with your website's unique CookieChimp ID.Add the snippet via a Carrd Embed widget
- Open your site in the Carrd editor.
- Click the + (Add) button and choose Embed.
- In the Embed settings, set Type to Code and Style to Head. Setting it to Head places the script in
<head>so it loads before the rest of the page. - Paste the CookieChimp snippet into the Code field.
- Click Done, then publish your Carrd site from the top toolbar.
The CookieChimp script needs to be the first script in the
<head> section so it can block other scripts before they run and set cookies without consent. If other scripts are added before, they may set cookies and other storage items before consent is granted.Block scripts & cookies
To stay compliant with GDPR and other privacy regulations, you need to actively block non-essential scripts and cookies until the user gives consent. See our Scripts Management Section for full details.
Allow users to update their preferences
CookieChimp provides a floating privacy icon (Privacy Trigger) that lets users manage cookie preferences at any time. Enable it in the banner settings.To open the preferences modal from a custom button or link, add the data attribute On Carrd, the simplest pattern is to enable CookieChimp’s built-in floating Privacy Trigger. If you want a “Cookie settings” link in your footer, add a Text element with an inline link and the
data-cc="show-preferencesModal":data-cc="show-preferencesModal" attribute via an Embed.Troubleshooting
- “Embed → Code” option is not available — you’re on the free Carrd plan. Upgrade to Carrd Pro to unlock custom code.
- Banner doesn’t appear on the published site — make sure your Carrd domain (both the
*.carrd.coURL and any custom domain) is allowed in Account Settings → Additional Domains in your CookieChimp dashboard. - Banner shows in preview but not after publish — Carrd caches published sites aggressively. Hard refresh (Cmd/Ctrl + Shift + R) and check on a fresh incognito window.
- Enable Debug mode from the CookieChimp dashboard and check the browser JS console for errors.
If you encounter any issues or need further assistance, please reach out to us via our chat.
Carrd cookie banner FAQ
Do I need Carrd Pro to use CookieChimp?
Do I need Carrd Pro to use CookieChimp?
Does CookieChimp work with Carrd's form submissions?
Does CookieChimp work with Carrd's form submissions?
Does CookieChimp support Google Consent Mode v2?
Does CookieChimp support Google Consent Mode v2?
Will CookieChimp affect my site's performance?
Will CookieChimp affect my site's performance?
Can I customize the cookie banner to match my brand?
Can I customize the cookie banner to match my brand?
Is CookieChimp free?
Is CookieChimp free?