Add a GDPR, ePrivacy and CCPA compliant cookie consent banner to your Bubble.io app. CookieChimp installs from Bubble’s SEO/metatags settings — no plugin install, no workflow changes.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.
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 to your Bubble app
- Open your app in the Bubble editor.
- In the left sidebar, click Settings.
- Go to the SEO / metatags tab.
- Scroll to the Script/meta tags in header field.
- Paste the CookieChimp snippet there. Bubble injects everything in this field into the
<head>of every page your app renders. - Click outside the field to save, then Deploy your app to live.
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 In Bubble, you can attach a workflow to a button that triggers HTML with
data-cc="show-preferencesModal":data-cc="show-preferencesModal", or simply enable CookieChimp’s built-in floating Privacy Trigger for a no-code solution.Troubleshooting
- Banner doesn’t appear — make sure both your
bubbleapps.iosubdomain and any custom domain are listed in Account Settings → Additional Domains in your CookieChimp dashboard. - Banner shows in development but not in live — Bubble requires you to Deploy to live after editing Settings. Verify the snippet exists on the live version, not just the development version.
- Banner appears twice — you’ve likely added the snippet both in SEO / metatags and on an individual page’s HTML element. Remove the duplicate.
- 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.
Bubble cookie banner FAQ
Does CookieChimp work with single-page Bubble apps?
Does CookieChimp work with single-page Bubble apps?
Can I capture consent records in my Bubble database?
Can I capture consent records in my Bubble database?
Yes — CookieChimp stores consent records on its own backend with a proof-grade audit trail. If you also need a copy inside Bubble, you can listen to CookieChimp’s callback events and write to your Bubble database from a custom workflow.
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?