[WordPress] 外掛分享: Custom Cookie Message

WordPress 外掛 Custom Cookie Message 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Custom Cookie Message」是 2016-10-30 上架。
  • 目前有 20 個安裝啟用數。
  • 上一次更新是 2020-09-01,距離現在已有 1706 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.9 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

hosam87 | killua99 | kylegard | melindrea | johansylvan | angrycreative | eliaschalhoub | victorcamnerin | johannaelmesioo |

外掛標籤

cookie | custom | consent | message | cookie bar |

內容簡介

安裝並啟用此外掛後,預設內容和樣式會自動顯示。

自訂 Cookie 訊息支援多語言,您只需像處理其他字串一樣翻譯 Cookie 訊息字串即可。在 WPML 或 Polylang 等外掛中,Cookie 訊息字串會像其他字串一樣出現,可立即進行翻譯。
自訂 Cookie 訊息也支援多站台,可自訂訊息位置、內容和樣式。設定可在 "設定" > "Cookies" 中找到。

功能

我們有預設的 Cookie 清單,讓使用者可自行刪除,您也可以使用此篩選器來擴充清單:

add_filter( 'default_advertising_list_filters', 'add_som_cookies_name_to_default_list' );

/**
* 擴充廣告 Cookie 清單
* @param $default_cookies
*
* @return array
*/
function add_som_cookies_name_to_default_list( $default_cookies ){
$default_cookies[] = 'cookie_name';

return $default_cookies;
}

預設 Cookie 清單如下:

_ga,_gid,_hjIncludedInSample,_hjid,1P_JAR,APISID,CONSENT,HSID,NID,SAPISID,SEARCH_SAMESITE,SID,SIDCC,SSID,UULE

原文外掛簡介

Installing and activating the plugin will automatically make it appear with the default content and styling.
Custom cookie message is compatible with multilanguages where all you have to do is translate the strings of the cookie message as you would with any other strings. In plugins such as WPML or Polylang the cookie message strings show up just as other strings and are ready to be translated.
Custom cookie message is also compatible with multisites. The location of the message is customizable as well as the content and styling. The settings can be found under settings -> cookies.
Features
We have a list of cookies by default so the customers can delete them if they want to, and you can expand this list using this filter:
add_filter( 'default_advertising_list_filters', 'add_som_cookies_name_to_default_list' );

/**
* To expand advertising cookies list
* @param $default_cookies
*
* @return array
*/
function add_som_cookies_name_to_default_list( $default_cookies ){
$default_cookies[] = 'cookie_name';

return $default_cookies;
}

Default cookies list:
_ga,_gid,_hjIncludedInSample,_hjid,1P_JAR,APISID,CONSENT,HSID,NID,SAPISID,SEARCH_SAMESITE,SID,SIDCC,SSID,UULE

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Custom Cookie Message」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.5.1 | 1.5.2 | 1.5.3 | 1.6.1 | 1.6.2 | 1.6.3 | 1.6.4 | 1.6.5 | 1.6.6 | 2.0.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.1.0 | 2.1.1 | 2.1.2 | 2.1.3 | 2.1.4 | 2.1.5 | 2.1.6 | 2.1.7 | 2.1.8 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.2.6 | 2.2.7 | 2.2.8 | 2.2.9 | 2.3.1 | 2.3.2 | 2.3.3 | 2.3.4 | 2.3.5 | 2.3.6 | 2.3.7 | 2.3.8 | 2.3.9 | 2.4.0 | 2.4.1 | 2.4.3 | 2.4.5 | 2.4.6 | 2.4.7 | 2.4.8 | 2.4.9 | trunk | 2.2.10 | 2.4.10 |

延伸相關外掛(你可能也想知道)

  • Cookie Notice & Compliance for GDPR / CCPA 》Cookie Notice 提供簡單易定制的網站橫幅,以協助你的網站遵守歐盟 GDPR cookie 法律以及 CCPA 法規下的某些cookie同意要求,並與 Cookie Compliance 無縫集...。
  • Complianz – GDPR/CCPA Cookie Consent 》Complianz 是一款支援 GDPR、ePrivacy、DSGVO、TTDSG、LGPD、POPIA、APA、RGPD、CCPA/CPRA和PIPEDA 的插件,提供基於Cookie掃描結果的條件Cookie通知和自定義...。
  • WP Consent API 》WP Consent API 是一個外掛,可以標準化插件之間同意的同意類別溝通。它需要使用 Cookie 標語插件和至少一個支援 WP Consent API 的其他插件。, , 有了這個插...。
  • WPConsent – Cookie Consent Banner for Privacy Compliance (GDPR / CCPA) 》總結:WPConsent 是將可自訂的cookie同意橫幅添加至您的WordPress網站的最簡單方式。您可以自訂橫幅以符合您的網站品牌,並配置外觀。它還具有自動腳本阻止功...。
  • Cookie-Script.com 》Cookies Script 可協助您遵循歐洲Cookie法和GDPR法規。製作自己的Cookie信息彈出視窗,無需編程技能即可完成。您甚至可以免費使用它。, , (づ。◕‿‿◕。)づ https...。
  • Axeptio – Cookie Banner – GDPR Consent & Compliance with a friendly touch 》Axeptio 是一個獨特、多次被模仿的 cookie 同意小工具外掛程式,它將確保您獲得使用者同意並妥善告知他們的權利。, 非常容易安裝和配置,Axeptio 只需幾分鐘...。
  • Pressidium Cookie Consent 》。
  • Termageddon 》輕鬆將 UserCentrics 同意解決方案整合到您的網站中。, 此外掛還允許僅在使用者或管理員登錄時顯示同意解決方案。, 從 v1.1.0 開始,此掛件可以使用 MaxMind ...。
  • Designil PDPA Thailand 》Designil PDPA Thailand: All-in-one solution for PDPA Consent Popup on WordPress, Designil PDPA Thailand’s mission is to provide the reliable and af...。
  • Cookie Law Bar 》這是一個簡單且輕量化的 cookie 法 WordPress 外掛程式,用於顯示你的網站使用 cookie 的相關資訊,非常適合實施歐盟的 cookie 法!, 線上示範:http://demo....。
  • Cookie Information – Cookie Banner with Consent Mode v2 》, 這個GDPR和ePrivacy cookie同意解決方案外掛程式會輕鬆地在您的網站上實作Cookie Information’s Consent Solution。, 該外掛程式會在WordPress安裝中...。
  • Flexible Cookies 》- 我們的免費外掛不僅讓您以專業且符合規範的方式顯示Cookie欄,還能掃描網站的Cookie並添加適當的類別。, - 您可以按照自己的需要自訂Cookie欄的外觀,使其...。
  • Cookie Notice & Consent 》, Cookie Notice & Consent 讓您輕鬆收集 Cookie 使用者的同意。, 您可以定義不同的 Cookie 種類並顯示在通知橫幅中。, 事先準備的主題模板讓非技術性的...。
  • Cookielay 》Cookielay:輕鬆管理 cookies 的方式, 使用 Cookielay,您可以符合隱私政策的方式輕鬆管理您網站的 cookies。將 cookies 加入、分配給群組,並定義允許或封鎖...。
  • CookieCode 》CookieCode 可以幫助您的網站遵守 GDPR 和電子隱私規定,直到訪客同意之前,阻止追蹤和分析 Cookie。 , 此外,我們的網路爬蟲會自動更新您網站的 Cookie 聲明...。

文章
Filter
Mastodon