BubbleCookieBanner
GDPR-compliant cookie consent banners for your Bubble app.
Overview
BubbleCookieBanner gives your Bubble app a polished cookie consent experience without dragging in a heavy third-party SDK. Consent state is persisted in localStorage so the banner only appears once.
Features
- Accept / Reject / Customize buttons
- Optional preferences panel by category
- Consent persisted in localStorage
- Bottom-bar or floating-card placement
- Custom copy and policy link
- Brand-matched colors
GDPR note
The widget supports the standard GDPR consent pattern (granular opt-in per category, explicit reject, persisted choice). Pair it with a privacy policy that lists the cookies you set.
How to use
- 1
Go to rsvpscale.in/tools/bubblecookiebanner
Open the live builder.
- 2
Write your banner copy
Short message + link to your privacy policy.
- 3
Pick categories and placement
Configure which categories to surface and where the banner appears.
- 4
Click "Get Embed Code"
Builder generates the iframe snippet.
- 5
Copy the iframe snippet
One click copy.
- 6
Paste into Bubble HTML element
Drop, paste, ship.
Embed code example
<iframe
src="https://rsvpscale.in/embed/cookiebanner?c=<your-config>"
style="width: 100%; border: 0;"
loading="lazy"
></iframe>
<script src="https://rsvpscale.in/embed.js" async></script>