Descrizione
UnlimitCookie is a professional, lightweight, and unrestricted solution for compliance with GDPR, LSSI-CE, and international privacy laws. It runs entirely on your server—no external services, no traffic limits, no paid upgrades.
Main features:
* Local Consent Logging: Stores proof of consent in your own database (anonymized IP).
* Automatic Script & Iframe Blocking: Blocks third-party scripts (Analytics, Pixels, YouTube, Maps, etc.) until consent.
* Consent Renewal: Forces re-acceptance on policy changes.
* Visual Style Editor: Customize banner text, colors, links from admin.
* Revocation Button: Users can change preferences anytime.
* Export/Import Settings: Easy JSON transfer between sites.
* Optimized for performance with minimal server impact.
Ideal for sites with high traffic that want full control without paying per visit.
Installazione
Upload the unlimitcookie folder to the /wp-content/plugins/ directory, or install the plugin directly from the WordPress plugin repository by searching for “UnlimitCookie”.
Activate the plugin through the ‘Plugins’ menu in WordPress.
Navigate to the UnlimitCookie menu in the sidebar to configure:
Banner text and content
Analytics & marketing scripts
Colors, links, and visual styles
Other privacy & compliance settings
The banner will appear automatically on your site until visitors give consent.
FAQ
-
Does it have traffic limits?
-
No. The plugin is 100% self-hosted on your server, so there are no traffic limits, visitor caps, or paid upgrades based on usage.
-
Does it comply with Spanish LSSI-CE and EU GDPR?
-
Yes. It includes:
Explicit reject button with equal visibility to “Accept”.
No pre-checked non-essential cookies.
Local consent logging with anonymized IP for audit purposes.
Granular consent options (necessary, analytics, marketing).
Easy revocation and policy change re-consent. -
How to block more scripts or iframes?
-
Add them manually in the admin under “Scripts de Analítica” or “Scripts de Marketing”, or extend the blocker patterns in public/class-unlimitcookie-blocker.php (regex section).
-
Yes, currently you can customize text, main color, secondary button colors, save button color, background color, text color, and overlay color from the admin. More visual controls (borders, position, fonts) can be added in future updates.
-
What happens when I update the privacy policy?
-
If you change the policy version number in the admin, existing users will be prompted to re-accept consent (banner reappears and scripts are blocked until new acceptance).
-
Yes, delete your browser cookies for the site or open an incognito window. The banner will appear on first visit or after consent is cleared.
-
Does it support multilingual sites?
-
Yes, the plugin uses WordPress translation system (text domain unlimitcookie). Translate via .po/.mo files or plugins like Loco Translate.
-
Can I add my own custom scripts that should never be blocked?
-
Yes, scripts enqueued via wp_enqueue_script() from your theme or plugins are not affected unless they match the blocker patterns.
-
Yes, after the first consent, the cookie icon appears in the bottom-left corner so users can reopen preferences anytime.
-
Does it affect page speed or Core Web Vitals?
-
The plugin is lightweight and has minimal impact. Blocking is done efficiently in most cases, and there are no external calls or heavy assets.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“UnlimitCookie: Total GDPR, LSSI & Privacy Compliance” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“UnlimitCookie: Total GDPR, LSSI & Privacy Compliance” è stato tradotto in 2 lingue. Grazie a chi traduce per il contributo.
Traduci “UnlimitCookie: Total GDPR, LSSI & Privacy Compliance” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.3
Fixed script enqueue: Moved inline scripts to wp_add_inline_script() with dummy handle for user-added analytics/marketing scripts.
Improved output buffer handling: Ensured ob_start() is properly closed in blocker class.
Code standards: Removed direct tags from PHP output to comply with WordPress guidelines.
Added sanitization callbacks to all register_setting calls for security.
1.0.2
Fixed script enqueue: Moved inline scripts to wp_add_inline_script() and used dummy handle for user-added analytics/marketing scripts.
Closed ob_start() properly using shutdown hook in blocker class.
Removed direct tags in PHP output to comply with WordPress coding standards.
1.0.1
Added proper prefixes to all functions, classes, options, constants, and DB table to avoid naming collisions.
Closed output buffer properly in blocker.
Moved inline scripts to enqueued files with wp_enqueue_script and wp_add_inline_script.
1.0.0
Initial release.
