Title: Caching Compatible Cookie Opt-In and JavaScript
Author: matthias.wagner
Published: <strong>May 8, 2020</strong>
Last modified: April 16, 2025

---

Search plugins

![](https://ps.w.org/caching-compatible-cookie-optin-and-javascript/assets/banner-
772x250.jpg?rev=2301253)

![](https://ps.w.org/caching-compatible-cookie-optin-and-javascript/assets/icon-
256x256.jpg?rev=2301253)

# Caching Compatible Cookie Opt-In and JavaScript

 By [matthias.wagner](https://profiles.wordpress.org/matthiaswagner/)

[Download](https://downloads.wordpress.org/plugin/caching-compatible-cookie-optin-and-javascript.zip)

 * [Details](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#description)
 * [Reviews](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#reviews)
 *  [Installation](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#installation)
 * [Development](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#developers)

 [Support](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/)

## Description

This lightweight plugin closes the gap between the annoying need for a cookie-banner
to opt-in to some scripts (third party tracking, …) and super fast websites enabled
by server-side caching plugins like WP Fastest Cache, W3 Total Cache and so on.

It is very simple:
 * A visitor makes his selection by clicking the buttons in the
cookie banner (use all cookies or use only necessary cookies) * The selection is
stored in a cookie * Now after every page load our JS checks the cookie and asynchronously
fetches the allowed scripts depending on the users selection * You can also place
shortcodes with inline scripts and html in your content with the same functionality
and inline-warnings if no optin was made * You can also place a shortcode to show
the visitor his decision and allow him to revoke that decision, which seems necessary
if you want to be gdpr compliant with your cookie solution

[Our documentation including information on action and filter hooks can be found here](https://www.notion.so/falkemedia/Caching-Compatible-Cookie-Opt-In-and-JavaScript-4375c9b364b04b51bbd396e1514f105b)

## Screenshots

 * [[
 * Various input fields for your scripts
 * [[
 * Use your individual texts and colors
 * [[
 * Banner style “Information”
 * [[
 * Banner style “Blocking”

## Installation

#### 1. Plugin Installation

 1. Upload plugin-folder to your “/wp-content/plugins/” directory.
 2. Activate the plugin through the Plugins-menu in WordPress.

#### 2. Plugin Setup

Scripts-Tab: Fill in the scripts you would like to execute
 Settings-Tab: Choose
your custom wording and styling

## FAQ

### Why another cookie notice plugin?

Many popular Cookie-Notice-Plugins will fail if you try to set them up together 
with server-side caching plugins. That is because they check the opt-in cookie in
PHP, which will be cached. This plugin works differently, since the whole logic 
happens in JavaScript. So everything can be cached server-side without any troubles
for the opt-in process.

### Where are the settings?

Look for “Cookie-Optin & JS” in your Settings-Tab in the WordPress dashboard.

### Why so many input fields?

This plugin will put your JavaScript code into the or section of your website. For
each section you can decide if you want to have code there all the time or only 
after opt-in. So this can be used as an all-in-one solution for placing website-
wide JavaScript used for tracking and so on in your website. Since this is done 
after page load it will also have a good impact on website speed.

### Is it possible to place inline JavaScript or HTML

Yes, we provide a shortcode for that which enables the same functionality as for
the head or body scripts.

### Is it possible to revoke the decision from the cookie banner?

Yes, we provide a shortcode which will display a button to revoke. Additionally,
you can define the name of cookies which you want to unset when a user clicks this
revoke button.

### What about multilingual sites?

So far we only support polylang. If you use polylang, you can translate the strings
which will be visible in the banner in the “Strings translations” settings from 
polylang. If you use any other plugin or want to change texts and settings programmatically,
you can use actions and filters like described in our [documentation](https://www.notion.so/falkemedia/Caching-Compatible-Cookie-Opt-In-and-JavaScript-4375c9b364b04b51bbd396e1514f105b)

### Do you have further questions?

We will do our best to answer them in the support threads.

## Reviews

![](https://secure.gravatar.com/avatar/f0df67b6089ea5a760543b3daead41c1311a84a070b76dec38f9478fcd800ca4?
s=60&d=retro&r=g)

### 󠀁[Works great, learned something new](https://wordpress.org/support/topic/works-great-learned-something-new/)󠁿

 [Janine](https://profiles.wordpress.org/janinemarie/) September 30, 2021

I appreciate the simplicity and thoughtfulness of this plugin. Thanks for making
it!

![](https://secure.gravatar.com/avatar/2f491f911861d08a249159be7ffccf5edf8b7c4a01e5579f02be54adda83de20?
s=60&d=retro&r=g)

### 󠀁[super simple](https://wordpress.org/support/topic/super-simple-73/)󠁿

 [matthias.wagner](https://profiles.wordpress.org/matthiaswagner/) May 8, 2020

i like it because i wrote it 😀

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/)

## Contributors & Developers

“Caching Compatible Cookie Opt-In and JavaScript” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ matthias.wagner ](https://profiles.wordpress.org/matthiaswagner/)

[Translate “Caching Compatible Cookie Opt-In and JavaScript” into your language.](https://translate.wordpress.org/projects/wp-plugins/caching-compatible-cookie-optin-and-javascript)

### Interested in development?

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

## Changelog

#### 0.0.11

 * XSS-related security fix. Thanks [SOPROBRO](https://patchstack.com/database/researcher/9b6c8f8f-33bf-41a9-8ff3-651418dddd41)
   for reporting.

#### 0.0.10

 * Fixed missing background for JavaScript-hint

#### 0.0.9

 * Added documentation, action and filter hooks

#### 0.0.8

 * Added the ccco-inline shortcode to place scripts and html everywhere in content

#### 0.0.7

 * Added functionality to unset cookies on revoke also from top-level-domain (like
   google analytics sets them)

#### 0.0.6

 * Added possibility to unset cookies on revoke

#### 0.0.5

 * Added shortcode to provide a revoke functionality

#### 0.0.4

 * Bugfix button style

#### 0.0.3

 * Initial public release

## Meta

 *  Version **0.0.11**
 *  Last updated **12 months ago**
 *  Active installations **20+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.0 or higher **
 * Tags
 * [cache](https://wordpress.org/plugins/tags/cache/)[caching](https://wordpress.org/plugins/tags/caching/)
   [cookie](https://wordpress.org/plugins/tags/cookie/)[fastest cache](https://wordpress.org/plugins/tags/fastest-cache/)
   [Optin](https://wordpress.org/plugins/tags/optin/)
 *  [Advanced View](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/)

## Contributors

 *   [ matthias.wagner ](https://profiles.wordpress.org/matthiaswagner/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.matthias-wagner.at)