🍪

CookieVJ
Cookie Notice & Consent Banner

Lightweight GDPR & CCPA compliant cookie consent banner for WordPress
Easy setup · Fully customizable · Developer friendly

100% Free & Open Source
<15KB Lightweight
GDPR Compliant
5★ Code Quality

Everything You Need for Cookie Compliance

Simple, effective, and compliant cookie consent management

Easy Setup

Configure your cookie banner in minutes with an intuitive settings page. No coding required.

GDPR & CCPA Ready

Built-in compliance features to help you meet GDPR and CCPA requirements effortlessly.

Fully Customizable

Choose colors, positions, button text, and messages. Make it match your brand perfectly.

Mobile Responsive

Looks great on all devices. Optimized for mobile, tablet, and desktop.

Lightweight

Less than 15KB. Minified assets ensure zero impact on your website's performance.

Translation Ready

Fully translatable with all strings in WordPress i18n functions. Works in any language.

Cookie-Based Storage

Uses proper browser cookies with 365-day expiration. Industry standard approach.

Developer Friendly

Clean OOP code, WordPress standards, hooks & filters. Well documented.

Multiple Positions

Display banner at bottom, left, or right. Choose what works best for your site.

See It In Action

Beautiful, customizable cookie consent banner

🍪 We use cookies to ensure you get the best experience on our website.

Bottom Full Width

Bottom Left

Bottom Right

Quick Installation

Get up and running in 3 easy steps

1

Install Plugin

Download from WordPress.org or search "CookieVJ" in your admin panel

2

Configure Settings

Go to Settings → CookieVJ and customize your banner

3

You're Done!

Your cookie consent banner is now live and compliant

Extensible with Hooks & Filters

Clean, well-documented code following WordPress standards

// Change cookie expiry to 30 days
add_filter( 'cookievj_cookie_expiry', function() {
    return 30;
});

// Customize banner message
add_filter( 'cookievj_banner_message', function( $message ) {
    return 'Your custom cookie message here';
});

// Modify settings
add_filter( 'cookievj_settings', function( $settings ) {
    $settings['bg_color'] = '#your-color';
    return $settings;
});

Ready to Get Started?

Join thousands of WordPress sites using CookieVJ for cookie compliance