前言介紹
- 這款 WordPress 外掛「Smart Cookie Kit」是 2015-11-30 上架。
- 目前有 4000 個安裝啟用數。
- 上一次更新是 2023-10-06,距離現在已有 576 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.6 以上版本才可以安裝。
- 有 40 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
shark986 |
外掛標籤
GDPR | banner | cookie | ePrivacy | cookie law |
內容簡介
!!! 外掛版本 2.2 支援 Gutenberg 的翻譯
!!! 外掛版本 2.1 全面支援 WPML 和 Polylang,可輕鬆管理文字翻譯 !!!
!!! 外掛版本 2 符合 GDPR 規定 - 使用者偏好的 Cookie 名稱現在為「CookiePreferences-[wp_install_dir]」!!!
與其他外掛一樣,智慧型 Cookie Kit 封鎖 cookie 直到訪客接受它們,但它會以非同步方式(不刷新當前頁面)解鎖它們:此邏輯提高了服務器性能,改善了用戶體驗,更重要的是,使該外掛與快取外掛兼容!!
針對專注於行銷的網站,此外掛封鎖標準腳本和轉換/重新行銷腳本(包括「noscript」標籤)。
為什麼我決定創建這個外掛?
有很多 cookie 管理外掛...但:
許多工作在伺服器上,直接修改一些程式碼部分的輸出:如果有快取系統,它將快取用戶“觸發”快取創建的版本(如果用戶未接受 cookie 則使用修改后的腳本,或者如果接受了 cookie 則使用原始腳本),並向所有訪問者提供該版本,而不考慮他們的接受情況。
問題:無法使用快取系統。
當用戶接受 cookie 時,需要打開另一個頁面才能使原始腳本正常運作。很多外掛已經邁出了一步,使訪問頁面自動刷新,但網頁服務器必須再次工作,以提供“正確”的頁面,這可能會在速度較慢的連接(考慮到移動設備),沒有快取頁面的沉重頁面,具有外部資源的頁面(Youtube 影片,廣告,社交插件等)中成為一個嚴重問題。是否曾經發生過您開始閱讀某些內容或跳轉到底部搜索感興趣的內容,而由於刷新而將頁面滾動回頂部?!
問題:更糟的服務器性能和用戶體驗。
許多讓您指定包含 cookie 政策的頁面(在橫幅中鏈接該頁面),但通常它們也在該頁面中顯示 cookie 橫幅。
這不是太大的問題,我知道,但這是個細節!😉
我尋找不會直接在輸出中從服務器解鎖 cookie 的外掛,以允許使用快取系統;此外,我希望“事情”更快,更流暢,無需頁面刷新和沉重負載。
我的研究結果不太令人滿意(對我來說),所以我決定自己編寫外掛!
其主要功能如下:
它可以識別和自動修改腳本、iframe 和圖像以封鎖它們(阻止發生在服務器輸出中)。
它允許您標記要封鎖的代碼。
僅在必要時顯示 cookie 橫幅。
標語包括鏈接到您的 cookie 政策頁面,在該頁面中不顯示橫幅!
一旦用戶接受政策(或當政策已被接受時),它會通過 JavaScript 解鎖和運行腳本,而無需刷新頁面。由於是通過 JavaScript,即使有活動的快取系統,也會解鎖!
支援
請在 WordPress 官方支援區域發表文章:https://wordpress.org/support/plugin/smart-cookie-kit
如有問題,支援或建議,請發送郵件至:info[-at-]nicolamodugno[-dot-]it
原文外掛簡介
!!! Version 2.2 of plugin is compatible with Gutenberg for translations
!!! Version 2.1 of plugin is fully compatible with WPML and Polylang to easly manage texts translations !!!
!!! Version 2 of plugin is GDPR compliant – Cookie name for user preferences is now “CookiePreferences-[wp_install_dir]” !!!
Like others plugin, Smart Cookie Kit blocks cookies until the visitor accepts them, but it unlocks them asyncronously (without refreshing the current page): this logic increases server performance, improve user experience, and, more important, makes the plugin compatible with cache plugins!!
Thinked for marketing-oriented sites, this plugin blocks standard scripts and conversion/remarketing scripts (including the “noscript” tag too).
Why I decided to create this plugin?
There are a lot of plugins for cookies management… But:
Many work on the server, modifying some code portions directly in the output: if is there a cache system, it will cache the page in the version for the user that “fired” the cache creation (with modified scripts if the user has not accepted cookies, or with the original scripts if the cookies were accepted), and that version will be served to ALL visitors, regardless of their acceptance.
The problem: it is not possible use cache systems.
When user accepts cookies, it is necessary to open another page to have original scripts working. A lot of plugin have done a step forward, making an automatic refresh of the visited page, but web servers have to work again to serve the “correct” page and this may be a serious problem with slow connections (think to mobile devices), heavy pages (without cached pages!!), pages with external resources (Youtube videos, Ads, Social Plugins, …). Has it ever appened that you start reading some content or jump below to search content of interest and the page scrolls back on the top because of a refresh?!
The problem: worst server performance and user experience.
Many lets specify a page that contains cookie policy (to link that in the banner), but often they show the cookie banner in that page too.
This is not a big problem, I know, but it is a detail! 😉
I searched for a plugins that would not unblock cookies directly in the output from the server, to permit the use of cache systems; more over, I would like “things” faster and smoother without page refreshes and heavy loads.
My research had not satisfactory results (for me), so I decided to write my own plugin!
The main functionality are the following:
It recognises and modify automatically scripts, iframes and images to block them (the block happens directly in the output from the server).
It permits you to tag code to block.
It shows the cookie banner only if it is necessary.
It includes in the banner the link to your cookie policy page, and it does not show the banner in that page!
Once the user accepts the policy (or when policy is already accepted), it unblocks and run scripts via javascript, without a page refresh. Being via javascript, the unblock happens even if there are active cache systems!
Support
Please write on the WordPress official support area: https://wordpress.org/support/plugin/smart-cookie-kit
For questions, support or suggestions, you could write to: info[-at-]nicolamodugno[-dot-]it
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Smart Cookie Kit」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.3 | 1.0.4 | 1.1.0 | 1.1.1 | 1.2.0 | 1.2.1 | 1.2.2 | 1.2.4 | 1.2.5 | 2.0.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.1.0 | 2.1.1 | 2.1.2 | 2.1.3 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.3.0 | 2.3.1 | 2.3.2 |
延伸相關外掛(你可能也想知道)
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通知和自定義...。
OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. 》, 使用 Google 的字型服務,怎麼可能與 GDPR 不符呢?事實上,當使用者的瀏覽器要求字型時,他們的 IP 會被 Google 記錄並用於分析。, — Lifehacker, , OMG...。
GDPR Cookie Compliance – Cookie Banner, Cookie Consent, Cookie Notice – CCPA, DSGVO, RGPD 》使用這個強大且易於使用、廣受支持及完全免費的 WordPress 插件,讓你的網站符合與歐盟一般資料保護規範(GDPR)、加州消費者隱私法(CCPA)、德國數字化服務...。
iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + more 》p>iubenda 外掛是一個全方位、極易使用、由專業律師撰寫文字的合規解決方案,可快速掃描您的網站並自動配置,以適合您的特定設置。它支援 GDPR(DSGVO、RGPD...。
Cookie Information | Free GDPR Consent Solution 》這個外掛可以幫助你在符合 GDPR 條例的旅程中,提供免費的 Cookie 彈出視窗、同意記錄等功能。, 您知道嗎?如果您擁有一個商業網站,為了避免巨額罰款和消除...。
Termly – GDPR/CCPA Cookie Consent Banner 》Termly 的 GDPR Cookie Consent Banner 是 WordPress 中最簡便、有效、且流行之 cookie 同意外掛之一。透過 Termly 所提供之自訂 cookie 同意橫幅及 cookie ...。
Real Cookie Banner: GDPR & ePrivacy Cookie Consent 》這是一款專為 WordPress 網站設計的 Cookie 欄位和同意管理外掛程式,操作簡單且能依法合規。, 透過 Real Cookie Banner 的同意管理功能,您可以根據 GDPR 及...。
Local Google Fonts 》將使用的 Google 字體儲存在您的伺服器上,讓您的網站更符合 GDPR 條例 💯。, 約有 5,000 萬*個網站使用 Google Fonts,而在 2022 年一家德國法院裁定使...。
Disable and Remove Google Fonts | GDPR & DSGVO friendly 》透過停用佈景主題和外掛所載入的 Google 字型,提升前端表現。本外掛會儘可能地移除 Google 字型,但有些需要進行額外步驟,請參考這裡的詳細說明:從 WordPr...。
Usercentrics Cookiebot – Cookie Banner & Privacy Compliance for GDPR/CCPA/Google Consent Mode 》Cookiebot Consent Management Platform (CMP) 是一個易於使用且全自動的 WordPress Cookie 橫幅。它可符合 GDPR、LGPD、CCPA 及其他隱私法規,並通過讓網站...。
EU Cookie Law for GDPR/CCPA 》EU Cookie Law 是輕量、優雅且強大的解決方案,可遵循歐洲的 Cookie 法律、GDPR和CCPA,並提供彈出式選項以在接受前鎖定腳本。, 包括各種自定義選項,可完美...。
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner 》WP AutoTerms 外掛可以協助你滿足 WordPress 網站可能需要遵循的各種法律要求,例如 CCPA 或 GDPR 法律,以及 Amazon 合作夥伴計劃要求有關聯連結披露聲明等...。
Contact Form 7 Image CAPTCHA, WPForms Image CAPTCHA, Contact Form 7 Spam Image CAPTCHA, WPForms Spam Image CAPTCHA, GDPR 》在你的Contact Form 7表單中添加一個SVG圖像驗證和蜜罐。這個驗證符合GDPR要求,因為圖像是內嵌的SVG格式,所以這個外掛程序不會像Google的ReCAPTCHA那樣通過...。
Disable Emojis (GDPR friendly) 》這個外掛可以禁用 WordPress 的新表情符號功能,符合 GDPR。, 注意:表情符號仍將正常工作,而內建支援表情符號的瀏覽器中,表情符號也將正常顯示。這個外掛...。