Title: Caching Compatible Cookie Opt-In and JavaScript
Author: matthias.wagner
Published: <strong>2020 年 5 月 8 日</strong>
Last modified: 2025 年 4 月 16 日

---

搜尋外掛

![](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

 由 [matthias.wagner](https://profiles.wordpress.org/matthiaswagner/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/#developers)

 [技術支援](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/)

## 外掛說明

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)

## 螢幕擷圖

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

## 安裝方式

#### 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

## 常見問題集

### 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.

## 使用者評論

![](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/) 2021 年 9 月 30 日

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/) 2020 年 5 月 
8 日

i like it because i wrote it 😀

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Caching Compatible Cookie Opt-In and JavaScript〉的開發相關
工作。

參與者

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

[將〈Caching Compatible Cookie Opt-In and JavaScript〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/caching-compatible-cookie-optin-and-javascript)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/caching-compatible-cookie-optin-and-javascript/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/caching-compatible-cookie-optin-and-javascript/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/caching-compatible-cookie-optin-and-javascript/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/caching-compatible-cookie-optin-and-javascript/)。

## 變更記錄

#### 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

## 中繼資料

 *  版本 **0.0.11**
 *  最後更新 **1 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/)
 * 標籤:
 * [cache](https://tw.wordpress.org/plugins/tags/cache/)[caching](https://tw.wordpress.org/plugins/tags/caching/)
   [cookie](https://tw.wordpress.org/plugins/tags/cookie/)[fastest cache](https://tw.wordpress.org/plugins/tags/fastest-cache/)
   [Optin](https://tw.wordpress.org/plugins/tags/optin/)
 *  [進階檢視](https://tw.wordpress.org/plugins/caching-compatible-cookie-optin-and-javascript/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/caching-compatible-cookie-optin-and-javascript/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.matthias-wagner.at)