

The cookie banner as shown to visitors.
Wiwi Cookie Consent is a small, dev-friendly consent banner. Add your tracking scripts (Google Analytics 4, Meta Pixel, Google Ads, or anything else) through the settings page, and the plugin blocks them from running until a visitor actually consents to that category — nothing more, nothing less.
Built for typical brochure/marketing sites without visitor accounts or logins — not for membership sites, and not a full cookie-compliance suite. See “What it deliberately does not do” below for the exact boundary.
<template> element and only activated after consent, not just hidden with CSS.MutationObserver), which runs against this plugin’s zero-front-end-impact design goal. That stays your responsibility — self-host fonts, use privacy-enhanced embed modes, or click-to-load placeholders.This plugin does not connect to any external service on its own. It stores no data off-site, has no telemetry, and phones home to nothing. It is a consent gate, not a tracker.
Its purpose, however, is to let a site administrator add their own third-party tracking code and have it load only after a visitor consents. A third-party service is contacted only when both of these are true: (1) the administrator has configured that service (via a built-in quick-add template or by pasting equivalent code), and (2) a visitor has granted consent to the relevant cookie category. With no configuration, the plugin makes no external requests at all.
The services offered by the built-in quick-add templates are:
Google Analytics 4 / Google Ads (Google Tag — gtag.js)
Loaded from https://www.googletagmanager.com/gtag/js only when the administrator enters a Google Analytics Measurement ID (Analytics category) or a Google Ads Conversion ID (Marketing category) and the visitor consents to that category. Once loaded, Google’s script may set cookies and send the visitor’s IP address, page URL, and interaction events to Google to measure site usage and advertising conversions.
Terms of Service: https://policies.google.com/terms — Privacy Policy: https://policies.google.com/privacy
Meta Pixel (Facebook)
Loaded from https://connect.facebook.net/en_US/fbevents.js only when the administrator enters a Meta Pixel ID and the visitor consents to the Marketing category. Once loaded, Meta’s script may set cookies and send the visitor’s IP address, page URL, and events (e.g. PageView) to Meta to measure advertising effectiveness.
Terms of Service: https://www.facebook.com/legal/terms — Data Policy: https://www.facebook.com/privacy/policy/
The administrator may also paste any other tracking code of their choosing; in that case the external service contacted is whichever one that code refers to, and disclosing it is the site administrator’s responsibility.