[WordPress] 外掛分享: Blue Cube Content Feedback

首頁外掛目錄 › Blue Cube Content Feedback
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
全新外掛
安裝啟用
尚無評分
3445 天前
最後更新
問題解決
WordPress 4.5+ v1.0 上架:2016-05-16

內容簡介

有時候,你需要知道你的網站用戶是否認為你的內容有用。這款外掛為你的網站內容提供了一個簡單的 YES / NO 回饋系統。用戶只需要點擊一個「是」或「否」的按鈕就行了,簡單易用!

如果要在特定頁面停用小工具,可以使用 ‘bc_show_content_feedback_widget’ 過濾器,方法如下:

add_filter('bc_show_content_feedback_widget', 'turn_off_content_feedback_widget');
function turn_off_content_feedback_widget($show_widget) {
global $post;
if ($post->ID == 198) {
$show_widget = false;
}
return $show_widget;
}

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Blue Cube Content Feedback」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Sometimes you need to know whether users of your website find the content useful or not. This plugin provides an easy YES / NO  feedback system for your website content. Users would only need to click on a ‘Yes’ or ‘No’ button, simple as that!
To disable the widget on any specific pages, you can use the ‘bc_show_content_feedback_widget’ filter like this:
add_filter('bc_show_content_feedback_widget', 'turn_off_content_feedback_widget'); function turn_off_content_feedback_widget($show_widget) { global $post; if ($post->ID == 198) { $show_widget = false; } return $show_widget; }

延伸相關外掛

文章
Filter
Apply Filters
Mastodon