“Snippet pasted in 3 minutes, regulator audit clean, score on/sprawdzfor all domains — 100/100. I tweak banner config from the panel and it propagates by itself.”GDPR + Consent Mode v2
for WordPress in 5 minutes.
Download the plugin from our marketplace, upload it in WordPress admin, paste the install key. No theme edits, no risk that the next theme update overwrites your changes.
Download the plugin
Sign up at cjakciasteczko.pl, add your domain, grab cjakciasteczko.zip from the Integrations panel. ~7 KB — everything you need plus the installer.
WordPress
v1.0.1CJakCiasteczko WordPress plugin. GDPR consent banner + Consent Mode v2.
Upload the plugin in WordPress
In WP admin: Plugins → Add new → Upload plugin → pick the .zip → Install → Activate. Standard WP flow, also works on Multisite.
Paste the install key
Generate it in the CJakCiasteczko panel (your domain → Settings → Install key), paste in Settings → CJakCiasteczko. The plugin verifies once and shows ✓.
Banner is live
Open your site in incognito. Banner appears. Look, colours, copy — all changed from our panel. Propagation in 60 seconds, no deploy on your end.
We use cookies for analytics and to improve your experience. Accept?
What it looks like for a real customer
What the plugin does under the hood
- ①
Injects 2 lines in head
wp_head hook at priority 1 — before any Google tag, GTM, or other plugin. First line sets gtag('consent', 'default', { ...denied }). Second loads cjakciasteczko.js async.
- ②
Verifies the key once on save
Server-to-server wp_remote_post to /api/v1/install/verify. Success = the plugin knows your domain, stores it in wp_options. Treat the key like a password — don't commit it.
- ③
Pulls config from the panel
The script fetches theme/layout/copy from our API (cached 60s in visitor localStorage). You edit in the panel — it propagates to your sites in a minute. The plugin doesn't know config details.
- ④
Hash-chain audit
Every consent record stores prevHash + thisHash (SHA-256) in our DB. During a regulator inspection you have hard proof a specific visitor accepted X at moment Y.
- ⑤
Subscription gates the banner
Every visitor asks our backend whether your domain has an active subscription. If not — the banner stays silent, GCM stays denied. Honest billing: don't pay, the plugin's there but injects nothing.
5 minutes to GDPR compliance.
30 days free, no card. Plugin works from WordPress 5.8 + PHP 7.4.