[WordPress] 外掛分享: Post Engagement – Posts, Comments, Products

WordPress 外掛 Post Engagement – Posts, Comments, Products 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Post Engagement – Posts, Comments, Products」是 2024-03-22 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2026-01-31,距離現在已有 26 天。
  • 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 有 3 人給過評分。
  • 論壇上目前有 2 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者

solankisoftware |

外掛標籤

favorites | post views | star rating | like dislike | comment rating |

內容簡介

```html
<!DOCTYPE html>
<html>
<body>

<h2>外掛總結:</h2>
<p>這款「喜歡不喜歡文章/產品」的外掛是一個互動工具,旨在讓網站使用者表達他們對內容的意見,包括文章、部落格文章和產品清單。它讓網站訪客能夠通過提供「喜歡」和「不喜歡」按鈕以及更細緻的評分系統來快速參與內容。這款外掛豐富了使用者體驗,提供了有價值的內容表現洞察,並透過讓使用者參與內容評估來培養社群。易於整合和自訂,是那些希望增強互動並有效收集使用者反饋的網站的必備補充。</p>

<h3>關鍵特點:</h3>
<ul>
<li>喜歡/不喜歡功能:使用者可以輕鬆表達對文章或產品的意見。這種二進制系統能夠進行快速互動。</li>
<li>評分系統:除了喜歡/不喜歡,使用者還可以留下更細緻的評分,通常是在一個範圍內(例如,1到5顆星)。這能更清晰地呈現使用者情緒。</li>
<li>使用者反饋迴圈:外掛應該向所有觀眾顯示喜歡、不喜歡和平均評分的數量,即時提供社群對文章或產品接受度的反饋。</li>
<li>反垃圾郵件機制:為了確保反饋的完整性,系統應包含防止垃圾郵件和操縱的功能,例如限制每個IP的投票次數或要求使用者註冊。</li>
<li>自訂選項:網站擁有者應該能夠自訂喜歡/不喜歡按鈕和評分系統的外觀,以匹配其網站設計。此外,應該有選擇這些按鈕出現的位置 (例如,在內容之前、之後或兩者)。</li>
</ul>

</body>
</html>
```
Hope this helps! Let me know if you need anything else.

原文外掛簡介

Post Engagement – Posts, Comments, Products is a lightweight, user-friendly plugin that lets users engage with posts, comments, and WooCommerce products using Like, Dislike, Star Rating, Post View Tracking, and Favorites (wishlist-like system) and ** Copy posts**.
Built with performance in mind, the plugin uses AJAX for seamless interaction and offers customization for labels, icon colors, display positions, view counters, tooltips, and more.

⚠️ Note: The product star rating system in this plugin is a custom-built functionality using its own database table, not the default WooCommerce or WordPress rating/comments meta. This ensures better performance and independent control over ratings.

🎯 Key Features
New in version 2.9:
– Fixed comments ajax ratiobar intant changed comment changed like dislike
– Fixed issue in ratiobar ajax when post like dislike instant
– Fixed copy posts button design
– Fixed some bugs in shortcodes
📋 Copy Posts Content (New in 2.8)
New in version 2.8:
– Added Copy Posts Content feature
– Admin option to enable/disable Copy Posts functionality
– Displays a Copy button on supported post types
– Copies full post content including images and formatting
– AJAX-based clipboard copy with no page reload
– [ldppp_copy_posts] → Copy post title and content as well images shortcode
New in version 2.7:
– Admin can now enable auto-display options for multiple features:
– Like/Dislike buttons
– Like/Dislike ratio/progress bar
– Star ratings
– Ratings progress bar
– Comments section
– Comments progress bar
– Post views / read count
– Add to Favorites
– Social share buttons

New shortcodes added for manual placement of elements:

[ldppp_social_share] → Displays social share icons.
[ldppp_favorite_heart] → Displays Add to Favorites heart icon.
[ldppp_post_view_count] → Displays post view / read count.
[ldppp_comment_like_dislike] → Like/Dislike UI for comments.
[ldppp_ratings_progress_bar] → Ratings ratio wrapper (5→1 rows).
[ldppp_posts_ratings] → Centered star-rating control.
[ldppp_like_dislike_ratio_bar] → Only the Like/Dislike ratio bar.
[ldppp_like_button] → Only the Like button.
[ldppp_dislike_button] → Only the Dislike button.
[ldppp_like_dislike] → Full Like/Dislike UI (buttons + ratio).

These features can be displayed automatically using admin checkboxes, or manually via shortcodes for precise placement anywhere on your site.
🔥 Code Optimization (Added in 2.6)

I have optimize code

🔥 Added set default options (Added in 2.5)

Introduced a new “Set Default Options” panel to automatically pre-configure recommended plugin settings.
Allows users to quickly apply optimal defaults with a single click.

🔥 Added user activity shortcodes for displaying engagement history (Added in 2.4)

[ldppp_user_history] – Shows all user activity (likes, dislikes, ratings, and comment votes).
[ldppp_user_likes] – Displays all liked or disliked posts/products by the user.
[ldppp_user_ratings] – Lists all user-given ratings with average rating details.
[ldppp_user_comment_votes] – Shows comment like/dislike history.
Added simple, responsive layout for displaying user activity lists.

🔥 New Admin columns functionality (Added in 2.3)

Admin columns (Likes, Dislikes, Ratings, Reads) now display only for selected post types.
Ratings column shows average rating instead of sum (e.g., 3.5/5).
Comment Likes/Dislikes columns can be enabled via backend option.
Fully supports WooCommerce products with proper column alignment.
Read count tracking added per post/product.
Default values displayed when no data exists; ratings rounded to 1 decimal.

🔥 Update Design (Added in 2.2)

Update uninstall file code and remove tables and options data when uninstall
Fixed ratings structure

🔥 Progress / Ratio Bars (Added in 2.1)

Added Like/Dislike ratio bars for posts and comments.
Added Rating ratio bar for star ratings.
Ratio bars visually show the percentage difference between likes/dislikes and rating scores.
Smoothly updates instantly when user interacts (AJAX powered).
Fully responsive and inherits theme styles for smooth integration.
Added admin settings for ratio bar options

🔗 Update Admin UI (Added in 2.0)

Admin settings now include a dedicated Social Share tab in the plugin settings page.
Added custom text field to display a label before the share icon (e.g., “Share this post:”).
Improved admin UI for better usability and tab navigation.
Bug fixes and minor improvements for like/dislike and ratings system.

🔗 Social Share Buttons (Added in 1.9)

Add share icon automatically after post/product content.
Modern popup showing popular share platforms (Facebook, X/Twitter, LinkedIn, WhatsApp, Telegram, Pinterest, Reddit, Tumblr, Email, Copy Link).
Admin setting to select which post types display the share button.
Uses Font Awesome/Dashicons for platform icons.
Works responsively on all devices.

❤️ Add to Favorites (Added in 1.8)

New: Added Shortcode: [ldppp_user_history] to display logged-in user’s interaction history.
New: Display user’s Likes and Dislikes with post type labels (Post, Product, Page, or CPT).
New: Show Ratings history with post/product title, rating value, and post type.
New: Show Comment Votes history including comment excerpt, related post link, post type, and user’s action (Like/Dislike).
Display a heart icon at the end of post content.
Users can add/remove posts to/from favorites with one click.
Supports all custom post types (CPTs).
Admin settings to:

Enable/Disable Favorites feature.
Select which post types display Favorites.
Customize label text for Favorites.
Set active and inactive heart icon colors.

Shortcode: [ldppp_user_favorites]

Display a logged-in user’s favorites list on any page or section.

Tooltip support for Favorites icon.

👍 Like / 👎 Dislike Buttons

Interactive Like and Dislike buttons for posts, comments, and products.
Choose how counts are displayed – Numbers or Percentages.
Customize labels and icon colors.
Optionally hide counts for Likes and Dislikes.
Dynamic option to select which post types display Like/Dislike.
Restrict voting to logged-in users only (optional).

⭐ Star Ratings System

Display 1–5 star rating on posts and WooCommerce products.
Custom product rating system using its own database table.
Option to hide star ratings on post detail pages.
Show average rating instantly with AJAX.
Restrict ratings to logged-in users (optional).

👁️ Post View / Read Tracking

Enable post view/read counter with anti-spam options.
Prevent multiple counts from the same IP.
Configure how much content (%) must be read before counting.
Configure how much time (seconds) must be spent before counting.
Choose how to display views – as icons or text.
Meta box inside post/product edit screen shows:

Likes
Dislikes
Views
Ratings
Favorites

⚡ AJAX-Powered Interaction

All actions (like/dislike/star/view/favorites) run without page reload.
Real-time updates for user feedback.

🛡️ Anti-Spam & Access Control

Restrict multiple votes/views/favorites via IP, cookies, or user login.
Allow/disallow guest voting or favorites.
Restrict features to logged-in users (optional).

🎨 Highly Customizable

Custom label text for Like/Dislike buttons (posts, products, comments).
Custom label text for Favorites.
Icon color controls for Like, Dislike, and Favorites (active/inactive).
Counter display type (Number or Percentage).
Position controls: before/after content or buttons.
View counter display as Icon or Text.
Fully responsive and theme-compatible.

💬 Comments Reactions

Enable comment Like/Dislike voting.
Custom label for comment buttons (e.g., “Was this comment helpful?”).
Restrict to logged-in users or allow guests.

🧰 Developer-Friendly

Clean, lightweight code.
Includes hooks and filters for developers.

Credits
Developed by Kirtikumar Solanki.
Donations welcome via PayPal.

各版本下載點

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

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


1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 2.6 | 2.7 | 2.8 | 2.9 | trunk |

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

  • WP Post Rating 》WP Post Rating 是一個簡單易用的外掛,用於為您的網站添加評分功能。此外掛允許訪客對您的文章和頁面進行評分。, 星級評分顯示如下:, * 在評論表單字段上方...。
  • Smartest Way To Design & Customize WordPress Comments & Comment Form – WP Comment Designer Lite 》wnload, please visit the Demo page or the Documentation page. For support, please contact AccessPress Themes Support. There is also a premium versi...。
  • Awesome Comment Rating 》Awesome Comment Rating 允許使用者在 WordPress 的文章、自定義文章或頁面的評論表單上提供星級評分。整合非常容易和簡單。, 星級評分會顯示為, , 五星評分...。
  • Free WordPress Plugin To Display Like/Dislike Comment Rating – Everest Comment Rating Lite 》示範 | 文件 | 支援, Everest Comment Rating Lite 是一個免費的 WordPress 外掛,提供喜歡和不喜歡的按鈕功能,還有預設 WordPress 評論的評分計數功能。按...。
  • deemly 》, 當人們互動時,信任是最重要的因素之一。deemly 通過一個整合的分數,讓使用者利用他們的整個網路聲譽。透過結合來自不同共享經濟平台的個人評分和評論,使...。

文章
Filter
Apply Filters
Mastodon