前言介紹
- 這款 WordPress 外掛「Post Rating and Review」是 2022-02-11 上架。
- 目前有 40 個安裝啟用數。
- 上一次更新是 2022-07-14,距離現在已有 1024 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
vote | rating | review | rate post | custom post |
內容簡介
「Post Rating and Review」外掛提供了連接訪客評論您創建的文章或文章類型(自定文章類型)的功能。您可以自己定義評分標準。
您可以使用以下 2 種方式使用此外掛:
全功能啟動(評分 + 評論):讓您的使用者評分並留下評論
僅啟用評分:當您希望使用者留下評分但不需要收集他們的意見反饋時
這些功能主要是使用短代碼實現,因此無需開發。 外掛已經集成了三個短代碼,可顯示三個不同的小工具:
「設置評分」小工具,讓訪客對文章進行評分
「顯示評分」小工具,可顯示文章的整體評分
「評分圖表」小工具,顯示文章的整體評分以及評分標準的統計
啟用評論管理將自動在單篇文章頁面的評論列表上方顯示「評分圖表」小工具,無需使用短代碼。 此外,您可以在同一頁面上集成其他小工具,例如在頁面頂部顯示「顯示評分」小工具。
此外掛還包括管理電子郵件通知的功能,以通知文章作者提交了一篇新的文章評論。
此外掛集成了 Schema.org 評分規範:當您顯示文章的整體評分(「aggregateRating」類型)時,將自動生成微數據。
重要一點:在此版本中,插件僅允許連接到您網站的訪客進行評分,這對於管理網站上的評論來說是最好的選擇。 但是,如果需要,將來的更新可能會集成非連接訪客的評分和評論管理。
我開發此外掛是為了自己的使用,然後盡可能使其可配置,以便讓其他人使用。 如果您缺少某些功能,請隨時與我聯繫。我不能保證能夠為您將其整合到未來的版本中,但試試也沒有妨!
外掛選項概述
您可以訪問和自定義以下參數:
評分小工具通用設置
評分最高值(整數):訪客可以分配的最高評分(通常為 5)
默認星星大小:小工具中顯示的星星的像素大小。可以在調用短代碼時修改此參數。
設定評分的步驟:訪客分配評分的精度(建議為 0.5 或 1)
星星的顏色:所有小工具中顯示的星星的顏色
小工具圖表條形的顏色:詳細評分圖表中的條形的顏色
懸停在小工具圖表條形上時的顏色:滑鼠移動到詳細評分圖表中的條形上時的顏色
突顯用戶擁有的評論的顏色:用於突顯設定過評分的連接用戶擁有的評論的邊框顏色
評分顯示設置
顯示星星後的整體評分:如果選擇是,短代碼整體評分(prar_display_rating_for_post)將在星星後以純文本顯示評分。
顯示評分人數後的星星:如果選擇是,短代碼整體評分(prar_display_rating_for_post)將在星星後顯示評分人數。
用戶評分下方顯示的文本:當連接用戶已經評分時,表示顯示在用戶評分下方的文字(短代碼 prar_set_rating_for_post)。例如,「您的評分是 {note}」中的 {note} 會被用戶給的評分替換。
原文外掛簡介
The “Post Rating and Review” plugin offers the possibility to connected visitors to review posts or types of posts that you have created (custom post types). You may define the rating scale yourself.
You can use the plugin in 2 ways:
Full activation of reviews management (rating + comment): to allow your users to rate AND leave a comment
Enabling rating only: when you want your users to leave a rating but you don’t need to collect their feedback
These features are mainly usable with shortcodes, so without development. Three shortcodes are integrated into the plugin allowing the display of 3 different widgets:
the “set rating” widget which allows a visitor to leave a rating for a post
the “display rating” widget which allows you to display the overall rating of a post
the “rating chart” widget which displays the overall rating of a post as well as a breakdown by rating scale
Enabling review management will automatically display the “rating chart” widget above the list of comments in a single post page without the need of a shortcode. Additionally, you can integrate other widgets on the same page if you wish (for instance, a widget “display rating” at the top of the page).
The plugin also includes functionalities to manage email notification to posts authors when a new review of their post is submitted.
This plugin integrates schema.org specifications on ratings: microdata will be automatically generated when you display the overall rating of a post (“aggregateRating” type).
An important point: in this first version, the plugin allows rating only for visitors connected to your site, which seems to us to be the best choice to manage reviews on a website. Nevertheless, a future update may integrate the management of ratings and reviews by non-connected visitors if needed.
I developed this plugin for my own use and then made it as configurable as possible so that it could be used by others. Do not hesitate to contact me if you are missing certain features. I can’t promise you that I will be able to integrate them into a future release for you, but it doesn’t hurt to ask!
Overview of plugin options
You can access and customize the following parameters:
Rating widget general settings
Rating max (integer): maximum rating that a visitor can assign (usually 5)
Default star size: size in pixels of the stars displayed in the widgets. This parameter can then be modified when calling a shortcode.
Step for rating set: precision for the visitor to assign a rating (I recommend 0.5 or 1)
Color for stars: color of the stars displayed within all widgets
Color for widget chart bar: color of the chart bar in the detailed rating chart
Color for widget chart bar (hover): color of the chart bar when cursor hovers in the detailed rating chart
Color to highlight user owned review: color of border to highlight connected user owned review
Rating display settings
Display overall rating after stars: if yes, the shortcode overall rating (prar_display_rating_for_post) will display the rating in plain text after the stars.
Display number of ratings after stars: if yes, the shortcode overall rating (prar_display_rating_for_post) will display the number of ratings after the stars.
Text displayed below user’s rating: indicates the text displayed below a user’s note when the user has already rated (shortcode prar_set_rating_for_post). The text {note} will be replaced by the rating given by the user.
Rating recording settings
Text displayed after rating update: this text will be displayed under the widget when the visitor validates his rating (shortcode prar_set_rating_for_post). After a few moments, this text will disappear and be replaced by the text defined in “text displayed below the user note” option field.
User can change rating after submission?: if yes, the visitor can modify his rating even after submission. If not, the visitor will be able to modify his note as long as he does not leave the page; if he leaves the page and then returns, the rating will no longer be editable.
Save overall rating and number of ratings in post meta? : if yes, the overall rating as well as the number of ratings will be updated in the meta of the post that the visitor rated. You can then choose the name of the fields that will be saved (meta_key in the postmeta table) and what type of meta you want to use (Meta WordPress as standard, ACF field if you use ACF and you have created a custom field to store these values ).
Reviews management settings
Enable review management? : if yes, the management of reviews will be activated. Then choose the type or types of post for which you want to activate this management of reviews. Then indicate which fields are mandatory for a visitor to be able to submit their review (N.B. at least one of the 2 fields must be selected as mandatory).
You can also indicate if a review author have the possibility to modify and/or delete its review (N.B. it applies until review has not been answered). Last, you can allow modifying review in WP backoffice by another user that review author.
Email notifications settings
Send an email to the post author when a new rating is submitted: useful when you do not use review management functionalities. Selecting “yes” will enable sending a notification email to the post author when a rating is submitted by a visitor through the plugin shortcode.
Send an email to the post author when a new review is posted: WordPress includes a notification email to post authors for new comments. If you select “yes”, WordPress standard email is customized and includes the rating submitted by the reviewer.
Tools
By clicking on the “Start database reset” button, all datas stored by the plugin will be erased. This can be useful in the development phase to test your site and dump the data from your tests before going live.
Rating Management Shortcodes
Three shortcodes display a Rating widget. You can integrate these shortcodes in several ways: in the Gutenberg editor, in the Classic Editor, in a widget or even directly in your templates.
You can also integrate several rating widgets on the same page: for example, if you integrate the shortcode at the top and bottom of the page, the validation of the rating with one of rating widgets will trigger the update of the other widgets present on the page.
1. Shortcode to give a rating
[prar_set_rating_for_post]
Optional parameters accepted in the shortcode:
post_id (numeric): id of the post that will be rated by the visitor. If the parameter is not specified, the plugin will use the active post.
size (numeric): size in pixels of the stars displayed. By default, uses the size defined in the plugin options.
step (numeric > 0 and 0 and
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Post Rating and Review」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.1.0 | 1.1.1 | 1.2.0 | 1.2.1 | 1.2.2 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | trunk |
延伸相關外掛(你可能也想知道)
Content Blocks (Custom Post Widget) 》Content Blocks 外掛可以透過捷徑在 widget 或內容區域中顯示特定自訂文章的內容。, 雖然您可以使用 WordPress 預設的文字 widget 來顯示內容,但使用本外掛...。
WP CSV Exporter 》這個外掛程式可以按照每篇文章類型將文章匯出為 CSV 格式。, 此外,它也支援文章的自訂欄位和自訂分類法。, 您還可以設定要下載的文章數量或日期範圍。, 如何...。
Advanced Post Manager 》這是一個針對開發者所設計的工具,可以透過添加 metadata、taxonomy 等資訊來協助加強自訂文章類型的列表功能。此外,也提供直觀的介面讓您可以添加及儲存複...。
Magical Posts Display – Elementor Advanced Posts widgets 》這個外掛可以輕鬆地生成文章輪播、文章旋轉木馬、文章表格、文章手風琴、文章選項卡、文章跑馬燈和文章類別和標籤篩選。此外掛能幫助您以多種形式展示您的內...。
CSV Import and Exporter 》WordPress外掛可以將帖子以CSV格式導出,並與自訂欄位和自訂分類相容。此外,還可以設定要下載的帖子數量或日期範圍。此外,還提供了一些篩選器,使您可以自...。
Display Custom Post 》這個外掛允許您在幾秒內在頁面上顯示您的部落格文章或自訂文章。您需要從下拉式清單中選擇文章類型,以及其他幾個設定(可選),然後它會為您提供類似 [dcp_s...。
Superior FAQ 》這個外掛可以建立常見問答集,並透過簡碼在任何頁面、文章和小工具區域列出它們。, 此外掛附帶實用的簡碼建立器,可協助您輕鬆設定不同的屬性。, 演示, 功能,...。
Ninja Footers 》Ninja Footers 是一個內部連結工具,讓您為所有 WordPress 文章添加自定義和可點擊的頁尾。, 文章頁尾應該是任何 WordPress 博客設計的重要組成部分。透過添...。
Export All Post Meta 》這個外掛可讓你輕鬆地從後台或前台,透過一個點擊,將文章匯出為 CSV 檔案。該外掛能支援自訂文章類型、自訂分類和自訂欄位。你可以透過「工具」>>「匯出文章...。
Post Auto Vertical Scrolling 》使用此外掛,您可以在任何文章或自訂文章類別中觀看自動垂直向上滾動,就像新聞標題一樣。完全掌控您的 WordPress 網站,建立任何您可以想像的短代碼 - 無需...。
Live Search and Custom Fields LITE – Advanced Filter 》這是一個進階的 WordPress 濾鏡外掛,可以幫助您在網站上創建令人驚艷的篩選器。搜尋和篩選 WordPress 帖子、自訂帖子、WooCommerce 產品、稅類和 LSCF 自訂...。
Delete Duplicate Data 》透過單一點擊即可刪除重複的文章、頁面、附件和自訂文章。, 您可以刪除以下重複資料。, , 文章, 頁面, 自訂文章, 附件, 類別, 分類法, 自訂類別, , 您可以永...。
Custom Bulk Actions 》目前 WordPress 還不支援自訂的批次操作功能。詳情請參考 codex。使用此外掛可以輕鬆新增批次操作。, 此外掛的解決方案來自於這裡:http://www.skyverge.com/...。
Simple Long Form 》Simple Long Form 可以幫助你建立易於操作的一頁式滾動網頁,而無需任何編程知識。簡單易用但同時也提供可自定義的 Bootstrap 元件,Bootstrap.js 亦提供模板...。
WP Reading List 》WP Reading List(或簡稱 WPRL)是一個外掛,旨在幫助組織和展示您最近閱讀的書籍、雜誌、文章或其他任何內容。此外掛允許使用者顯示他們已經閱讀、附加文字...。