Title: Consentify Script
Author: Consentify
Published: <strong>November 24, 2025</strong>
Last modified: Settember 2, 2026

---

Search plugins

![](https://ps.w.org/consentify-script/assets/banner-772x250.png?rev=3612504)

![](https://ps.w.org/consentify-script/assets/icon-256x256.png?rev=3612504)

# Consentify Script

 By [Consentify](https://profiles.wordpress.org/consentify/)

[Telechargiada](https://downloads.wordpress.org/plugin/consentify-script.1.3.zip)

 * [Details](https://roh.wordpress.org/plugins/consentify-script/#description)
 * [Reviews](https://roh.wordpress.org/plugins/consentify-script/#reviews)
 *  [Installation](https://roh.wordpress.org/plugins/consentify-script/#installation)
 * [Development](https://roh.wordpress.org/plugins/consentify-script/#developers)

 [Support](https://wordpress.org/support/plugin/consentify-script/)

## Descripziun

**Consentify** adds a fully customizable, GDPR-compliant cookie consent banner to
your WordPress site with no coding required.

Most cookie consent plugins are either too expensive, too complex, or too ugly. 
Consentify is built for developers, freelancers, and agencies who want compliance
without sacrificing design or performance.

**Why Consentify?**

 * Free plan available, one domain, no time limit, no watermark on paid plans
 * Beautiful, fully customizable banner, colors, text, position, animation
 * Blocks tracking scripts (Google Analytics, Meta Pixel, etc.) until consent is
   given
 * Stores a consent log with timestamps and policy version, GDPR audit trail included
 * Banner available in 40 languages; automatic per-visitor language switching on
   paid plans
 * Manage multiple domains from one dashboard, ideal for agencies

**How it works**

 1. Create a free account at [consentify.app](https://www.consentify.app)
 2. Add your domain and configure your banner using the visual editor
 3. Copy your public token and paste it into this plugin’s settings
 4. Done, your GDPR-compliant banner is live

**Who is Consentify for?**

 * WordPress site owners who need GDPR compliance fast
 * Freelancers managing cookie consent for multiple clients
 * Agencies who want one dashboard for all client sites

**Free plan includes:**
 * 1 domain * 5,000 pageviews/month * Full banner customization*
Consent log and documentation

[Get started free at consentify.app ](https://www.consentify.app)

### External Services

This plugin connects to Consentify (https://www.consentify.app) to load and run 
the cookie consent banner script.

**What data is sent and when:**
 When your site loads, WordPress requests the Consentify
JavaScript file from: https://www.consentify.app/api/gateway?token=YOUR_TOKEN

The public token in the URL identifies your domain. No personal visitor data is 
sent by the plugin itself. The Consentify script records visitor consent decisions(
timestamp, policy version, hashed IP) in accordance with Consentify’s privacy policy.

**Legal documentation:**
 – Terms of Service: https://www.consentify.app/tos – Privacy
Policy: https://www.consentify.app/privacy – Data Processing Agreement (DPA): https://
www.consentify.app/dpa

## Maletgs dal visur

[⌊A GDPR-ready cookie banner for any website, live in minutes⌉⌊A GDPR-ready cookie
banner for any website, live in minutes⌉[

A GDPR-ready cookie banner for any website, live in minutes

[⌊Start free forever, scale with volume pricing as you grow⌉⌊Start free forever,
scale with volume pricing as you grow⌉[

Start free forever, scale with volume pricing as you grow

[⌊Scan your site for free to see what runs before consent⌉⌊Scan your site for free
to see what runs before consent⌉[

Scan your site for free to see what runs before consent

[⌊Track consent activity and pageview usage from your dashboard⌉⌊Track consent activity
and pageview usage from your dashboard⌉[

Track consent activity and pageview usage from your dashboard

## Installaziun

 1. Upload the plugin to `/wp-content/plugins/` or install directly via the WordPress
    plugin directory.
 2. Activate the plugin via **Plugins** in WordPress.
 3. Go to **Settings  Consentify Script** and enter your public token.
 4. Save and verify that the banner displays correctly on your site.

Your public token is available in your [Consentify dashboard](https://www.consentify.app/dashboard)
after adding your domain.

## FAQ

### Do I need a Consentify account?

Yes. Create a free account at [consentify.app](https://www.consentify.app), add 
your domain, and copy your public token into the plugin settings.

### Is Consentify free?

Yes, the free plan covers one domain with up to 5,000 pageviews per month, full 
banner customization, and a consent log. Paid plans are available for more domains
and higher traffic.

### Does this plugin work with Google Analytics and Meta Pixel?

Yes. You can configure Consentify to block Google Analytics (GA4), Meta Pixel, Google
Tag Manager, Hotjar, and other tracking scripts until the visitor gives consent.

### Is the consent log GDPR-compliant?

Yes. Consentify stores each consent decision with a timestamp, policy version, and
hashed IP address, giving you a full audit trail without storing personally identifiable
information.

### Can I use this for multiple WordPress sites?

Yes. Each site needs its own public token (one per domain). Paid plans let you manage
multiple domains from a single dashboard.

### Does the banner work with caching plugins?

Page caching is fine. The script is loaded externally and all consent logic runs
client-side, so W3 Total Cache, WP Super Cache, LiteSpeed Cache and similar work
without any configuration.

Script optimisation is different. If your optimisation plugin has a „Delay JavaScript
execution“ option (WP Rocket, LiteSpeed Cache, Perfmatters, NitroPack and others
offer one), it holds every script back until the visitor first interacts with the
page. The consent banner then does not appear until someone clicks, and embedded
content such as YouTube or Vimeo has already loaded before consent was asked for.
Add `consentify.app` to that feature’s exclusion list. The same applies to „Combine
JavaScript“ options.

### Can visitors change their consent after accepting?

Yes. Add a button or link anywhere on your site with the ID `revoke-consent-btn`
and Consentify will automatically attach the revoke logic to it.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Consentify Script” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Consentify ](https://profiles.wordpress.org/consentify/)

[Translate “Consentify Script” into your language.](https://translate.wordpress.org/projects/wp-plugins/consentify-script)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/consentify-script/),
check out the [SVN repository](https://plugins.svn.wordpress.org/consentify-script/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/consentify-script/)
by [RSS](https://plugins.trac.wordpress.org/log/consentify-script/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3

The consent script is now printed as the first script in the page head, ahead of
analytics, tag manager and pixel plugins. Previously it was enqueued, which left
it further down the head on many sites, so trackers could load and set cookies before
the banner had a chance to hold them back. The script tag now also matches the one
the Consentify dashboard hands out for other platforms. Corrected the free plan 
limits and the supported language count in this readme, and documented how to exclude
the script from „Delay JavaScript execution“ features.

#### 1.2

The settings page now links to your Consentify dashboard with the platform pre-selected,
so onboarding is quicker.

#### 1.1

Loads the consent banner from the Consentify gateway endpoint. Updated plugin branding
and assets.

#### 1.0

Initial release.

## Meta

 *  Version **1.3**
 *  Last updated **avant 2 emnas**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/consentify-script/)
 * Tags
 * [consent management](https://roh.wordpress.org/plugins/tags/consent-management/)
   [cookie banner](https://roh.wordpress.org/plugins/tags/cookie-banner/)[cookie consent](https://roh.wordpress.org/plugins/tags/cookie-consent/)
   [GDPR](https://roh.wordpress.org/plugins/tags/gdpr/)[privacy](https://roh.wordpress.org/plugins/tags/privacy/)
 *  [Advanced View](https://roh.wordpress.org/plugins/consentify-script/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/consentify-script/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/consentify-script/reviews/)

## Contributors

 *   [ Consentify ](https://profiles.wordpress.org/consentify/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/consentify-script/)