
內容簡介
WordPress外掛能為網站新增評價系統,包含詳細的評價資訊、管理面板可輕鬆更改評價,以及支援豐富片段的結構化資料,同時也提供自訂模板讓使用者進行完整客製化。使用時,可自動新增評價,也可以透過簡短代碼的方式新增。若想要加入其他文章的評價,則需輸入對應文章的ID。此外,還有許多其他的篩選器與事件可以進行客製化的調整。
問題:
1. 此外掛的功能是什麼?
2. 使用者可以如何新增評價?
3. 如何加入其他文章的評價?
4. 使用者可以進行哪些客製化調整?
5. 還有哪些其他的調整方式?
外掛標籤
開發者團隊
② 後台搜尋「Managed posts rating ★ Like button」→ 直接安裝(推薦)
原文外掛簡介
The Managed posts rating ★ Like button plugin is a rating system for your WordPress site with a simple “like” button and advanced admin panel.
This lightweight plugin empowers you to enhance user engagement by enabling rating functionality for your posts, pages, or any custom post type. You can automatically integrate the like button or use shortcodes to customize its placement.
Key Features
Lightweight.
Integrate the like button automatically or use shortcodes for custom placement.
Access a detailed logs page to track user interactions and ratings.
The chart page displays users’ voting activity.
Ability to allow only logged-in users to vote.
Ability to customize the maximum number of votes per post from one user.
Easy voting management.
Ability to rewrite the voting button template in your theme.
Usage
To automatically add the “like” button to your posts in the admin panel
– Go to the “MPRating” -> “Settings” page
– Change the “Display” select value to “Before Content” or “After Content”
– Save settings
For more advanced control, select the “Manually” value for the “Display” select and use the provided shortcodes in your post content or templates:
– [mpr-button] – Display the like button.
– [mpr-button id="XX" disabled="false"] – Display the like button for a specific post (replace “XX” with the post ID). Use the “disabled” attribute if you want to show the “like” button but disallow voting.
You can also display the voting button using the mpr_button function. The function parameters are similar to the shortcode.
mpr_button([‘id’ => 1, ‘disabled’ => false, ‘return’ => false ]);
Admin Panel
Visit the “MPRating” section in your WordPress admin dashboard to access the admin panel. From here, you can:
– View and manage user ratings.
– Customize the plugin settings to match your preferences.
