[WordPress] 外掛分享: XcooBee GDPR Cookie Manager

WordPress 外掛 XcooBee GDPR Cookie Manager 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「XcooBee GDPR Cookie Manager」是 2019-01-14 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2020-02-26,距離現在已有 1892 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.4.0 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

xcoobee |

外掛標籤

CCPA | GDPR | cookie | privacy | xcoobee |

內容簡介

ing most of the current cookie CCPA and GDPR notices for WordPress results only in displaying information without actively managing cookie creation and life-cycles. Your website is still responsible for handling cookies, fingerprinting, and Do-Not-Sell consent correctly. In contrast, the XcooBee Cookie Plugin serves as a true cookie-consent and life-cycle manager. It will help you implement CCPA advent and GDPR (European e-directive) premises correctly.

Moreover, the XcooBee Cookie Plugin allows other plugins to manage their cookies and scripts correctly by simply setting HTML-based tags for the cookies and scripts that require user consent to load. By doing so, your website will remain compliant while still being able to use your plugins.

The XcooBee Cookie Plugin Add-on integrates with the open-source Xcoobee Cookie Kit (XCK) to perform most of its functions fully. Further details on how the XcooBee Cookie Kit operates can be found on the documentation pages. The primary objective of the XcooBee Cookie Kit (XCK) and this plugin is to enable websites to manage their Cookie, Fingerprint and Do-Not-Sell consent more effectively, causing less annoyance to their users.

The XcooBee Cookie Plugin works independently of the XcooBee network. Still, a subscription allows you to override the visual style and add your own company branding. An XcooBee network subscription improves overall management for users and businesses but is not necessarily required.

With this plugin, you can:

- Use XcooBee pre-classification of cookies to present simplified and clear details of how you will use cookies

- Share your cookie policies

- Share your terms of service

- Share your privacy policies

- Determine cookie setter/unsetter scripts

- Obtain and manage fingerprint consent

- Allow users to manage consent (remove/add consent)

- Trigger removal scripts when needed

- Set timing and position of information display

- Display notification in different languages

- Display Do-Not-Sell option needed for CCPA

- Manage 3rd party scripts such as Google Analytics cookie creation

By subscribing to XcooBee, you can:

- Document your consent interactions

- Remote-manage user consent

- Document proper interactions and response time to user requests

- Set additional style and company branding

- Use crowd cookie intelligence

- Auto-manage CCPA Do-Not-Sell expiration

- Obtain smart consent pre-negotiated with XcooBee network

- Determine transparently whether a notification is necessary, depending on the country of origin

- Get user sentiment (their attitude about your site and services)

Note that the XcooBee Cookie Plugin is an add-on and requires installation of the XcooBee For WordPress plugin to function correctly.

Tutorial for Programmers and Plugin Developers

How can other Plugins Work with XcooBee Cookie Add-on

If you are a plugin developer who needs to use cookies or load scripts based on user consent, there is no need to develop your own. You can simply connect to the XcooBee infrastructure for cookies, and everything will be automatically managed for you.

原文外掛簡介

Most current cookie CCPA and GDPR notices for WordPress are just that: Overlays that display information but do not actively manage cookie creation and life-cycles. Your site is still responsible for handling cookies, fingerprinting and Do-Not-Sell consent correctly. In contrast to this, the XcooBee Cookie Plugin is a true cookie-consent and life-cycle manager. It will help you implement the premises of the CCPA advent GDPR (European e-directive) correctly.
In addition, the XcooBee Cookie Plugin makes it easy for other plugins to manage their cookies and scripts correctly by simply setting html based tags for the cookies and scripts they need to have user consent to load. This way you will be compliant and continue to use your plugins.
The XcooBee Cookie Plugin Add-on does most of its work by establishing an integration to the open source Xcoobee Cookie Kit (XCK).
Extensive details on how the XcooBee Cookie Kit operates can be found on our documentation pages.
The objective of the XcooBee Cookie Kit (XCK) and this plug-in is to enable websites to manage their Cookie, Fingerprint and Do-Not-Sell consent more effectively and with less annoyance to their users. The XcooBee Cookie Plugin can work in concert with the XcooBee network to improve overall management for users and businesses but that is not required. A subscription also allows override in the visual style and allows you to add your own company branding. However, the XcooBee Cookie Plugin does work independently of XcooBee network.
With this plugin you can:
– use XcooBee pre-classification of cookies to present simplified and clear details of how you will use cookies
– share your cookie policies
– share your terms of service
– share your privacy policy
– determine cookie setter/unsetter scripts
– obtain and manage fingerprint consent
– allow users to manage consent (remove/add consent)
– trigger removal scripts when needed
– set timing and position of information display
– display notification in different languages
– display Do-Not-Sell option needed for CCPA
– manage 3rd party scripts such as Google Analytics cookie creation
With subscription to XcooBee you can also:
– document your consent interactions
– remote manage user consent
– document proper interactions and response time to user requests
– set additional style and company branding
– use crowd cookie intelligence
– auto manage CCPA Do-Not-Sell expiration
– obtain smart consent, pre-negotiated with XcooBee network
– transparently determine whether notification is necessary depending on country of origin
– get user sentiment (their attitude about your site and services)
The XcooBee Cookie Plug-in is an Add-on. It requires the XcooBee For WordPress plugin to work correctly. You will need to install it first.
Tutorial for Programmers and Plugin Developers

How can other Plugins Work with XcooBee Cookie Add-on
If you are a plugin developer who needs to use cookies or load scripts based on user consent, there is no need to develop your own. You can simply connect to the XcooBee infrastructure for cookies and everything will be automatically managed for you.
Using PHP:
setting cookies
After you install the add-on you can set managed cookies in PHP using the exposed XcooBee special function xbee_cookie().
function header function xbee_cookie($action, $category, array $cookie)
Example use:
`

To set:
xbee_cookie(‘set’, ‘application’, [‘name’ => ‘cookieName’, ‘value’ => ‘cookieValue’, ‘days’ => 365]);
to remove:
xbee_cookie(‘unset’, ‘application’, [‘name’ => ‘cookieName’]);
`

When setting a cookie, the days are optional.
intercepting PHP calls
As an option the XcooBee Cookie plugin allows you to catch all non-managed calls to create cookies for your site and assign them to a consent category and manage them.
There is nothing you need to do except turn on the feature. This ensures compliance even when you have rogue plugins setting cookies you are not aware of through PHP.
Using HTML:
You can generate special HTML tags that the XcooBee Cookie Plugin will be able to use to determine your cookies and scripts automatically. The Cookie plugin will then set or remove based on user consent:
cookie tag
You can use tag to declare a cookie anywhere in the HTML DOM. The addition here is the category. Please classify according to XcooBee classification system: application, usage, statistics, or advertising
Example of two tags one declaring a necessary (application) cookie while the other is declaring a personalization (usage) cookie:
`

the_value_of_the_cookie
dark-blue
`
script tag
You can use the tag to declare a script to be loaded later after proper consent has been obtained. You should also consider an equivalent removal or cleanup script to be run should the consent be removed.
Example of google analytics script managed by XcooBee:
`

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-XXXXX-Y', 'auto');
ga('send', 'pageview');

`

XcooBee Cookie Kit (XCK) Details

The XCK forms the base of the XcooBee Cookie Plugin for WordPress and makes it easy to enable cookie consent on your website. It handles all user interaction to obtain consent and lets the website know which cookies and scripts can be used for each users while they visit your website. Similarly, your website can now be informed when users change their consent even when they are not visiting it.
The XCK is not just an information overlay. It is an active cookie and consent manager for your site.
The XCK is one of the most transparent and frictionless ways to manage cookies on your site. It will not pop-up, in, or otherwise hinder the user experience when it is not needed. Yet, at the same time, it provides full compliance with European e-directives and related GDPR rules.
Website owners can easily react to data-requests and report on privacy related requests if needed via the XcooBee network.
The XCK does not require a XcooBee connection to work for your website. You will still have access to the majority of user consent gathering but will not have central insight and consent management.
The XCK is responsive and will adjust easily to different screens including mobile uses.
About XcooBee
XcooBee is a privacy-focused data exchange network with a mission to protect the digital rights and privacy of consumers and businesses alike.
XcooBee offers a number of plugins and add-ons for users to pick and choose the tools they need to improve the privacy and GDPR compliance.
XcooBee For WordPress is our common plugin that you need to use with our other XcooBee WordPress add-ons. To get the most of the plugins and add-ons we recommend you obtain an API key. This can be obtained freely on the XcooBee network by upgrading to a developer account.

Why XcooBee?
XcooBee is the only network that tries to rewrite how individuals and companies interact. We enable end users to manage their consent while allowing companies fair use.
This is not only a good vision, but with the advent of the CCPA, GDPR, and similar laws many processes need better support.
Small and medium businesses do not have time to make tools or manage complex software. XcooBee aims to simplify this and make powerful tools available to WordPress sites as well as their customers. Most of these are available for free.
How XcooBee works?
We at XcooBee believe that privacy is not static and not the same for everybody.
We deliver tools, services, and techniques to allow individuals to control the exchange, distribution and management of their own information while allowing businesses fair use and compliance.
Tools we provide remove the complexity of compliance with CCPA and GDPR when using WordPress. All this while improving the convenience and trust of the end-customers. A paid subscription to XcooBee is optional but recommended if you wish to use all the features.
Built with developers in mind
We support XcooBee and all its add-ons with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to easily use and even extend our plugin.
Add-ons
WordPress.org is home to some amazing extensions for this plugin, including:

XcooBee For WordPress – this is the base plugin required by all add-ons
XcooBee Cookie
XcooBee Document
XcooBee Data Consent
XcooBee Subject Access Request

各版本下載點

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

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


1.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.1.0 | 1.2.0 | 1.3.0 | 1.3.2 | 1.3.3 | trunk |

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

  • XcooBee for WordPress 》XcooBee 是一個著重隱私的數據交換網絡,旨在保護消費者和企業的數字權利和隱私。, XcooBee 提供多個插件和附加組件,供用戶挑選需要改善隱私和(GDPR 和 CCP...。
  • XcooBee Subject Access Request SAR 》根據 GDPR(資料存取權)和 CCPA 的規定,您需要及時回應個人對於您系統中存儲的數據的存取請求。此類信息存取請求被稱為主體訪問請求(SAR),作為 WordPres...。
  • XcooBee Form 》自 GDPR 和 CCPA 開始施行以來,網站擁有者一直面臨著同樣的問題。我們該如何以符合隱私要求的方式要求使用者提供他們的數據,並且如何在其生命週期內管理這...。
  • XcooBee Document 》許多時候,您需要透過您的網站安全地接受和傳送文件。標準的上傳/下載模式往往很麻煩,而且容易不安全,尤其是當您的 WordPress 與許多其他站點共同託管時。...。

文章
Filter
Apply Filters
Mastodon