Skip to main content
Back to all guides

Setup

23 guides

Getting started guides for initial setup

Cookie Consent on Drupal: Klaro and the Modules

Drupal core has no cookie banner, so consent comes from a contrib module. In 2026 the default has shifted: EU Cookie Compliance is minimally maintained and points users to Klaro, which the new Drupal CMS adopted.

5 min read

WooCommerce Cookie Consent: The 2026 Setup Guide

WooCommerce's own cart and session cookies are strictly necessary and need no consent. The tracking that does need consent comes from the plugins you add: Google for WooCommerce, Meta pixels, abandoned-cart tools. Here's what to block, what to leave alone, and how not to break checkout.

5 min read

Cookie Consent on Webflow: No-Code and Custom Code

Webflow has no native, granular consent manager. Here's how to add a compliant cookie banner in 2026 using custom code, get the load order right so nothing tracks before consent, and wire up Consent Mode v2.

5 min read

Cookie Consent in Vue and Nuxt: Gating Scripts Right

A developer's guide to cookie consent in Vue and Nuxt apps in 2026: avoiding hydration mismatches, deferring third-party scripts until consent with Nuxt Scripts, and wiring nuxt-gtag to Consent Mode v2.

5 min read

Cookie Consent on Squarespace: Native Banner or CMP

Squarespace has a built-in cookie banner, but it doesn't block non-essential scripts before consent or keep an audit log. Here's what the native banner does, where it falls short, and how to add a real CMP with Code Injection.

5 min read

Cookie Consent on Shopify: Customer Privacy API Guide

How cookie consent actually works on Shopify in 2026: the built-in banner, the Customer Privacy API (setTrackingConsent, visitorConsentCollected), Google Consent Mode v2, and when to add a dedicated CMP.

5 min read

PWA Consent: Service Workers, Cache, and Push in Scope

The cookie rule was never only about cookies. A service worker's cache, its IndexedDB store, and a push subscription are all storage on the user's device, which means a PWA can trigger consent without setting a single cookie.

5 min read

Cookie Consent Across Multiple Brands and Domains

Running several brands or domains, the first question isn't technical, it's who the data controller is for each one. That answer decides whether you can share consent or must keep it separate. Here's how to structure a multi-property setup.

4 min read

Cookie Consent on Magento and Adobe Commerce

Adobe Commerce ships a native Cookie Restriction Mode, but it only shows a notice bar. It doesn't offer per-category choice, log consent, or signal Google Consent Mode. Here's how to configure it and close the gaps in 2026.

5 min read

Cookie Consent on Joomla: What Core Doesn't Do

Joomla ships privacy tools (a data-request dashboard and a Privacy Consent plugin), but none of it is a cookie banner. Core won't stop a single analytics cookie on page load. Here's how to add real consent.

5 min read

Cookie Consent on HubSpot: Banner Settings

HubSpot's native consent banner can do real opt-in blocking, but only for HubSpot's own cookies and the Google tags it manages. If cookies load before anyone clicks, the banner is almost certainly set to Notification.

5 min read

How to Block Scripts Before Consent

Prior blocking holds non-essential scripts until consent. CookieBeam automates this with a scanner-driven script map, a 5-layer runtime blocking engine, connection-level interception, and continuous drift detection.

9 min read

How to Add a Cookie Banner to Any Website

A cookie banner has three jobs: block non-essential trackers until the visitor decides, record the choice, and re-apply it. This guide walks through adding a working one to any site, from WordPress to hand-coded HTML.

4 min read

Ghost Cookie Consent: Code Injection Setup 2026

Ghost's built-in analytics is cookie-free and needs no banner. But the moment you add Google Analytics, a Meta pixel, Disqus, or an embed through Code Injection, you're setting third-party cookies. Here's how to add a compliant banner and block those tags until consent.

4 min read

Cookie Consent on Framer: Add a Compliant Banner

Framer's built-in cookie banner is basic and Google-only. Here is how to add a fully compliant consent banner in 2026 with custom code, place it so nothing tracks before consent, and connect Consent Mode v2.

5 min read

Cookie Consent on BigCommerce: Script Manager

BigCommerce is one of the few hosted platforms whose native banner really blocks scripts, if you register them in Script Manager and tag each with a consent category. The catch is everything that skips Script Manager.

5 min read

Cookie Consent on AMP Pages: amp-consent Explained

AMP won't run your normal CMP script. Consent on AMP goes through one component, amp-consent, plus a data-block-on-consent attribute on every tag you need to hold. Here's how the pieces fit together in 2026.

5 min read

How to Audit Your Website's Cookies: A Step-by-Step Guide

A hands-on guide to auditing the cookies and trackers on your website, from a manual DevTools pass to automated scanning, categorisation, and keeping the inventory accurate over time.

6 min read

How to Customize Your Cookie Banner Design

Make your CookieBeam consent banner match your brand. Customize colors, typography, layout, button styles, and positioning without writing code.

5 min read

How to Categorize Your Cookies in CookieBeam

A practical, step-by-step guide to assigning every cookie on your site to the right consent category in CookieBeam, from auto-classification to manual overrides.

4 min read

CookieBeam Quickstart: Set Up Your Cookie Banner in 5 Minutes

Get your GDPR-compliant cookie consent banner live in under 5 minutes. Follow this step-by-step CookieBeam setup guide, from account creation to your first live banner with automatic Google Consent Mode v2 integration.

19 min read

How Consent Signals Work in Server-side Tagging

Learn about How Consent Signals Work in Server-side Tagging

4 min read

Complete Banner Setup Guide

Learn how to set up your cookie consent banner from scratch, including installation, configuration, and testing.

1 min read
Setup Guides | CookieBeam