Descripción
Webstudio GDPR is a complete GDPR and ePrivacy compliance solution for WordPress websites. Designed for Slovak, Czech and international markets.
Key features:
- Granular consent — visitors can individually accept or decline categories: necessary, analytics, marketing and functional cookies
- Script Manager — automatically blocks and conditionally loads scripts (Google Analytics 4, Facebook Pixel, Google Tag Manager, etc.) based on granted consent
- Quick templates — add GA4, Facebook Pixel, GTM or Google Ads with a single click
- Setup wizard — guided onboarding on first activation: site type, data processing, company details — done in under 2 minutes
- Privacy policy page generator — creates or updates a page with a complete legal privacy policy template adapted to your site type (e-shop, SaaS, blog, firm)
- Consent audit log — every consent is recorded in the database (session ID, IP, user-agent, policy version); exportable to CSV
- 4 banner positions — bottom-left, bottom-right, center with overlay, full-width bottom bar
- Appearance customisation — button colors, border-radius, text colors — all configurable from the admin dashboard
- Automatic re-consent — when company details change, the policy version is bumped and visitors are asked for consent again
- Public JavaScript API —
wsgdprApi.openSettings(),wsgdprApi.getConsent(),wsgdprApi.hasConsent('analytics') - Re-open button — floating shield icon in the corner of the screen
- Multilingual — Slovak (primary), Czech, English
The banner is lightweight (vanilla JS, no dependencies), WCAG-friendly and loads asynchronously.
External services
This plugin does not connect to any external service on its own. However, it provides a Script Manager that allows site administrators to load third-party scripts based on visitor consent. These scripts are added manually by the administrator and may include:
Google Analytics 4 / Google Tag Manager
If the administrator adds a GA4 or GTM script via the Script Manager, the browser will connect to Google’s servers (www.googletagmanager.com, www.google-analytics.com). This happens only after the visitor grants consent for the selected cookie category. Data sent is determined by the script configured by the administrator.
* Terms of service: https://marketingplatform.google.com/about/analytics/terms/us/
* Privacy policy: https://policies.google.com/privacy
Facebook / Meta Pixel
If the administrator adds a Facebook Pixel script, the browser will connect to Meta’s servers (connect.facebook.net). This happens only after the visitor grants consent for the selected cookie category.
* Terms of service: https://www.facebook.com/legal/terms
* Privacy policy: https://www.facebook.com/privacy/policy/
Google Ads
If the administrator adds a Google Ads Conversion Tracking script, the browser will connect to Google’s servers. This happens only after the visitor grants consent for the selected cookie category.
* Terms of service: https://policies.google.com/terms
* Privacy policy: https://policies.google.com/privacy
The plugin itself does not send any data to external servers. All consent data is stored locally in the WordPress database.
Instalación
- Upload the
webstudio-gdprfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress admin
- A setup wizard will appear automatically — follow the 3 steps to configure your site type, data processing and company details
- The wizard will generate your privacy policy page automatically
- On the Script Manager tab, add scripts that should be blocked without consent
- Done — the cookie banner is live on your website
Preguntas frecuentes
-
Is the plugin free?
-
Yes, the plugin is completely free and open source (GPLv2+).
-
What does the setup wizard do?
-
On first activation, a guided wizard walks you through 3 steps: choosing your site type (e-shop, SaaS, blog, firm), selecting what data you process (contact forms, newsletter, accounts, payments, analytics tools), and entering your company details. Based on your answers, the plugin generates a personalised legal privacy policy. You can skip the wizard and configure everything manually in the admin settings.
-
Does the plugin ensure GDPR compliance?
-
The plugin provides technical tools for GDPR compliance (granular consent, audit log, script blocking). Legal responsibility for correct configuration and the content of the privacy policy always rests with the website operator. We recommend consulting your settings with a lawyer.
-
How does script blocking work?
-
Scripts added in the Script Manager will not load until the visitor grants consent for the relevant cookie category. Once consent is given, the scripts are dynamically activated without a page reload.
-
Yes. On the Appearance tab in the admin you can set colors, button border-radius and banner position. Changes are immediately reflected in the live preview.
-
What is the consent audit log?
-
For every consent granted or declined, the plugin stores a record in the database containing an anonymised IP address, session identifier, user-agent, consent details and policy version. The log can be exported to CSV format.
-
How does automatic re-consent work?
-
If you change company details (e.g. email, address, company ID), the plugin automatically bumps the policy version. Visitors who consented to the previous version will be asked for consent again.
-
Which scripts do the quick templates support?
-
Google Analytics 4 (GA4), Google Tag Manager (GTM), Facebook / Meta Pixel, Google Ads Conversion Tracking. Additional scripts can be added manually.
-
Does the plugin work with page builders (Elementor, Divi, Beaver Builder)?
-
Yes. The banner is rendered directly via the WordPress
wp_footerhook and is not dependent on any specific page builder. -
Does the plugin support WP Multisite?
-
The plugin is currently tested on standard WordPress installations. WP Multisite support is not guaranteed in this version.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Webstudio GDPR” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
- Initial release
- Setup wizard for guided onboarding on first activation
- Privacy policy generator with conditional legal text (SK + CS, auto-detected from WordPress locale)
- Cookie banner with granular consent (necessary, analytics, marketing, functional)
- Script Manager with quick templates for GA4, GTM, Meta Pixel, Google Ads
- Consent audit log with CSV export
- Appearance customisation (colors, position, border-radius)
- Automatic re-consent on policy version bump
- Public JavaScript API (
wsgdprApi)