[WordPress] 外掛分享: GDPR Visitor Consent

WordPress 外掛 GDPR Visitor Consent 的封面圖片。

前言介紹

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

外掛協作開發者

nateconley | brandondove | jeffreyzinn |

外掛標籤

GDPR | privacy | scripts |

內容簡介

允許使用者控制載入哪些腳本。

腳本以群組方式(必需、行銷、分析等)分類。 您也可以鎖定一個群組,以使使用者無法停用該群組中的腳本(像 WordPress 或 Stripe Cookies 一樣)。

我們強烈建議您對您的網站進行審核,以查找可能正在追踪使用者的腳本。 追踪使用者的腳本可能包括:分析腳本、CRM腳本、追踪像素等。

使用簡碼[gdpr_visitor_consent]創建用戶偏好頁面。 使用此簡碼,使用者可以在以後更改其 GDPR 喜好設定。

開發者 API

您可以使用篩選器gdprvc_third_party_script( $scripts );在管理螢幕中的下拉選單中添加您的腳本。

範例(PHP):

function add_third_party_script( $scripts ) {

$scripts[] = array(
'slug' => 'third-party-script',
'label' => 'Script Label',
);

return $scripts;

}
add_filter( 'gdprvc_third_party_scripts', 'add_third_party_script', 10, 1 );

然後,您可以在瀏覽器中使用 JavaScript API 來控制前端的腳本:

範例(JavaScript):

window.gdprvc_is_accepted( 'slug' );

// 返回true/false

您還可以使用我們的輔助函數來解析包含

Safari
✓ 管理員編輯
✓ 前端功能
✓ 前端樣式

Edge
✓ 管理員編輯
✓ 前端功能
✓ 前端樣式

IE11
✘ 管理員編輯
✓ 前端功能
✓ 前端樣式

IE10
✘ 管理員編輯
✓ 前端功能
✘ 前端樣式

IE9
✘ 管理員編輯
✓ 前端功能
✘ 前端樣式

原文外掛簡介

Allow users to have control of what scripts are loaded.
Scripts are grouped together (Required, Marketing, Analytics, etc). You can also lock a group, so that a user cannot disable a script within that group (think WordPress or Stripe cookies).
We strongly encourage you to perform an audit of you site to find out what scripts may be tracking users. Scripts that track users could include such things as: analytics scripts, CRM scripts, tracking pixels, and more.
Use the shortcode [gdpr_visitor_consent] to create a user preferences page. Using this shortcode, a user can change their GDPR preferences at a later date.
Developer API
You can add your script in a dropdown in the admin screen using the filter gdprvc_third_party_script( $scripts );
Example (PHP):
function add_third_party_script( $scripts ) {

$scripts[] = array(
'slug' => 'third-party-script',
'label' => 'Script Label',
);

return $scripts;

}
add_filter( 'gdprvc_third_party_scripts', 'add_third_party_script', 10, 1 );

You can then use the JavaScript API in the browser to control your scripts on the front-end
Example (JavaScript):
window.gdprvc_is_accepted( 'slug' );

// returns true/false

You can also use our helper function to parse your script containing

function your_wp_head() { // Check for GDPR Visitor Consent Plugin if ( function_exists( 'gdprvc_parse_script' ) ) { echo gdprvc_parse_script( 'your script as a string', 'slug' ); return; } // Echo normally if plugin is not active echo 'your script as a string'; }

Browser Compatibility Chrome ✓ Admin Editing ✓ Front-end functionality ✓ Front-end styles Firefox ✓ Admin Editing ✓ Front-end functionality ✓ Front-end styles Safari ✓ Admin Editing ✓ Front-end functionality ✓ Front-end styles Edge ✓ Admin Editing ✓ Front-end functionality ✓ Front-end styles IE11 ✘ Admin Editing ✓ Front-end functionality ✓ Front-end styles IE10 ✘ Admin Editing ✓ Front-end functionality ✘ Front-end styles IE9 ✘ Admin Editing ✓ Front-end functionality ✘ Front-end styles

各版本下載點

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

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


1.0.0 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | trunk |

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

  • 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 的其他插件。, , 有了這個插...。
  • Termly – GDPR/CCPA Cookie Consent Banner 》Termly 的 GDPR Cookie Consent Banner 是 WordPress 中最簡便、有效、且流行之 cookie 同意外掛之一。透過 Termly 所提供之自訂 cookie 同意橫幅及 cookie ...。
  • Statify 》Statify 提供了一個簡單明瞭且節省空間的網站瀏覽次數查詢功能。它是隱私友好的,因為它既不使用 Cookies,也不使用第三方。, 一個互動圖表後面會顯示參照來...。
  • Usercentrics Cookiebot – Cookie Banner & Privacy Compliance for GDPR/CCPA/Google Consent Mode 》Cookiebot Consent Management Platform (CMP) 是一個易於使用且全自動的 WordPress Cookie 橫幅。它可符合 GDPR、LGPD、CCPA 及其他隱私法規,並通過讓網站...。
  • Koko Analytics 》Koko Analytics 是一款針對 WordPress 的隱私友好型分析外掛程式。它不使用任何外部服務,所以您的訪客資料永遠不會與任何第三方公司分享。, 此外,它不會收...。
  • Force Login 》這款 WordPress 外掛能夠輕鬆地透過設定需要登入來隱藏您的網站,讓訪客必須先進行登入才能查看網站。只需按下開關,就能完成。, 讓您的網站在還未公開之前保...。
  • WP DSGVO Tools (GDPR) 》一站式解決方案, 作為 WP GDPR 的使用者,您只需要完成兩個簡單的任務:, , 選擇使用的服務, 填寫幾個輸入欄位, , WP GDPR 其他所有事項都會處理:, , 創建 c...。
  • Restricted Site Access 》此外掛能限制訪客的存取權限,只有登入或從特定IP地址存取的訪客才能訪問您的網站;同時,還能將被限制的訪客引導至登入頁面、重新導向、顯示訊息或頁面等功...。
  • Statify – Extended Evaluation 》這個外掛程式評估了使用隱私友好的Statify外掛所收集的數據。Statify僅儲存每個頁面瀏覽的日期、引薦人和目標網址。, 這個外掛程式根據以下標準進行評估:, ,...。
  • WP Hide Post 》這個外掛強在幫助你完全控制文章的顯示方式。在 WordPress 網誌上,一般加入的文章會顯示在首頁中,通常是第一篇位置,也會同樣顯示在分類、標籤、存檔頁面等...。
  • PublishPress Permissions: Control User Access for Posts, Pages, Categories, Tags 》或標籤,你會看到一個名為「權限:編輯此內容」的方塊,它允許你為每個用戶角色、個別用戶或用戶群組設置「啟用」或「拒絕」的權限。你還可以設置所有訪客和...。
  • Plausible Analytics 》Plausible Analytics 是一個簡單、開源、輕量且注重隱私的網站分析工具,是 Google Analytics 的替代品。, , Plausible Analytics 不使用 cookies,完全符合 ...。
  • Lazy Load for Videos 》這個外掛改善了頁面加載時間,提高了你的 Google PageSpeed 指數。它與 oEmbed 配合使用,可以將嵌入的 YouTube 和 Vimeo 視頻替換為可點擊的預覽圖片。, 通...。

文章
Filter
Apply Filters
Mastodon