Title: CookiePeak &#8211; Consent Banner
Author: flobamedia
Published: <strong>2026 年 8 月 9 日</strong>
Last modified: 2026 年 8 月 24 日

---

搜尋外掛

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

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

# CookiePeak – Consent Banner

 由 [flobamedia](https://profiles.wordpress.org/flobamedia/) 開發

[下載](https://downloads.wordpress.org/plugin/cookiepeak.0.4.9.zip)

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

 [技術支援](https://wordpress.org/support/plugin/cookiepeak/)

## 外掛說明

CookiePeak – Consent Banner is the official WordPress client for the CookiePeak

consent management product at https://cookiepeak.com, operated by FloBa Media (https://
www.floba-media.de). CookiePeak is our own product name and domain.

Connect your site to CookiePeak and ship a customized cookie consent banner with

one click (OAuth or Website ID).

#### Features

 * Early script loading in the document head (before most tracking plugins)
 * OAuth connect with your CookiePeak account
 * Shortcode [cookiepeak_settings] for privacy policy / footer links
 * Optional custom CDN URL for banner.js
 * Google Consent Mode v2 support
 * GDPR / CCPA oriented workflows

#### External services

This plugin relies on external services. Details below are also listed so site
 
owners know what is contacted and why.

#### CookiePeak (required for banner functionality)

Service: CookiePeak consent management (https://cookiepeak.com), operated by
 FloBa
Media.

What it is used for:
 * Loading the consent banner script (banner.js) and banner
configuration * Optional OAuth connection from wp-admin to manage websites * Receiving
consent log events and aggregated page-view counts used by CookiePeak

What data is sent and when:
 * Frontend (when a Website ID is configured and the
banner is enabled): the site loads banner.js and fetches banner configuration for
that Website ID * When a visitor saves consent choices: consent categories/choices
and a hashed session identifier are sent to the CookiePeak API (raw IP addresses
are not stored) * Aggregated page-view counts for usage metering * OAuth in wp-admin:
authorization code / token exchange and API calls to list or create websites; access
and refresh tokens are stored in the WordPress database (not publicly)

Legal / privacy links (operator):
 * Service: https://cookiepeak.com * Privacy policy:
https://www.floba-media.de/datenschutz * Legal notice (Impressum / operator terms):
https://www.floba-media.de/impressum

Without a Website ID (and with the banner disabled) the plugin does not call
 CookiePeak
on the public frontend.

#### Third-party scripts already on your WordPress site

This plugin does not embed or call Google Tag Manager, Google Analytics, Meta
 Pixel,
or similar services by itself. If your theme or other plugins already output those
scripts, CookiePeak may rewrite their script tags so they only run after the matching
consent category is granted. Any data those third-party scripts transmit is controlled
by those providers and by your own site setup, not by CookiePeak initiating those
connections.

#### Setup

 1. Install and activate the plugin
 2. Go to Settings  CookiePeak and connect via OAuth, or enter your Website ID
 3. Done – the banner is injected on frontend pages automatically

## 安裝方式

 1. Upload the plugin ZIP under Plugins  Add New  Upload Plugin
 2. Activate the plugin
 3. Open Plugins  CookiePeak  Settings (or Settings  CookiePeak)

## 常見問題集

### Where do I find my Website ID?

In the CookiePeak dashboard under Websites  [Your domain]  Embed script.

### Does it work with caching plugins?

Yes. The script is enqueued in the head and works with common caching plugins.
 
After updates you can purge page caches from Settings  CookiePeak.

### Can I use my own CookiePeak instance?

Yes. Under Settings  CookiePeak  Advanced you can set a custom app URL.

### How do I link cookie settings?

Use the shortcode [cookiepeak_settings] on your privacy page or in the footer.

### What data is sent to CookiePeak?

See the “External services” section above. Consent events and page views go to
 
the CookiePeak API; IP addresses are not stored (see the operator privacy policy).

### Which languages does the plugin support?

The plugin is internationalized (text domain: cookiepeak). On WordPress.org,
 translations
are delivered via translate.wordpress.org. The consent banner language is configured
in the CookiePeak dashboard.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈CookiePeak – Consent Banner〉的開發相關工作。

參與者

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

[將〈CookiePeak – Consent Banner〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/cookiepeak)

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

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

## 變更記錄

#### 0.4.9

 * Tested up to WordPress 7.1

#### 0.4.8

 * Plugin Review: prefixed shortcode cookiepeak_settings
 * Explicitly close output buffer on shutdown
 * Expand External services documentation in readme
 * Do not ship bundled .po/.mo (wordpress.org translation system)
 * Display name: CookiePeak – Consent Banner (official cookiepeak.com plugin)

#### 0.4.7

 * Fix fatal TypeError in OAuth redirect: cookiepeak_settings_url() now accepts 
   query arg arrays

#### 0.4.6

 * Plugin Check: remove hidden .gitkeep, set script version, max 5 tags
 * Multilingual admin UI: English source + German (de_DE) translations
 * load_plugin_textdomain for DE/EN based on WordPress site language

#### 0.4.5

 * Verified against WordPress 7.0.2 (Tested up to: 7.0)
 * Re-checked Plugin Check findings before release

#### 0.4.4

 * Plugin Check fixes: cookiepeak_ / COOKIEPEAK_ prefixes
 * Enqueue banner.js via wp_enqueue_script (no hardcoded script tags)
 * Remove HEREDOC, improve sanitization / i18n
 * Settings link on the Plugins screen
 * English readme + Tested up to 7.0
 * Document CookiePeak as external service

#### 0.4.3-beta

 * Author: FloBa Media (product name remains CookiePeak)

#### 0.4.2-beta

 * Plugin folder, ZIP and admin slug: CookiePeak / cookiepeak
 * Display names fully switched to CookiePeak

#### 0.4.1-beta

 * Default app URL: cookiepeak.com
 * Migration from cookies.floba-media.de  cookiepeak.com
 * Hourly banner.js cache busting

#### 0.3.2-beta

 * Beta versioning (0.x)
 * Consent unlock after accept (boot stub)
 * Output-buffer blocking + cache purge on update

## 中繼資料

 *  版本 **0.4.9**
 *  最後更新 **5 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/cookiepeak/)
 * 標籤:
 * [banner](https://tw.wordpress.org/plugins/tags/banner/)[CMP](https://tw.wordpress.org/plugins/tags/cmp/)
   [consent](https://tw.wordpress.org/plugins/tags/consent/)[cookie](https://tw.wordpress.org/plugins/tags/cookie/)
   [GDPR](https://tw.wordpress.org/plugins/tags/gdpr/)
 *  [進階檢視](https://tw.wordpress.org/plugins/cookiepeak/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/cookiepeak/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/cookiepeak/reviews/)

## 參與者

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

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/cookiepeak/)