前言介紹
- 這款 WordPress 外掛「Collect Reviews」是 2024-01-10 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2025-02-12,距離現在已有 81 天。
- 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
WPForms | woocommerce | Google Reviews | customer reviews | reviews collection |
內容簡介
- Collect Reviews是一個功能強大的WordPress外掛程式,旨在簡化從各種平台(如Google或Facebook)收集評論以促進業務增長的過程。
- 這個外掛程式可以自動從顧客那裡收集評論,適用於網店、服務型業務或內容驅動型網站。
- 目前,這個外掛程式支援與WooCommerce、Easy Digital Downloads和WPForms外掛程式的整合,可以自動收集評論。
- 它的工作原理如下:
- 評論請求電子郵件:在購買或表單提交後,外掛程式會向顧客發送評論請求電子郵件。
- 評分選擇:評論請求電子郵件包含一個星星小工具,允許顧客選擇1到5的評分,表示他們的滿意度或經驗水平。
- 积极评分的重定向:如果顧客選擇了積極的評分(例如4或5顆星),他們將被重定向到您的網站,您可以建議他們在特定平台(如Google)上發表評論。這個中介步驟確保透明度,通知顧客關於重定向到外部平台的事項,而不是直接從電子郵件中重定向他們。
- 负面評分的私密反饋:如果顧客選擇了負面評分,他們將不會被告知在Google或其他平台上發表評論的選項。相反,他們將被重定向到網站上的評論表單,使他們能夠私下向網站擁有者提供反饋。這將幫助網站擁有者直接解決顧客提出的任何擔憂或問題,防止負面評論出現在公共評論平台上。
- 外掛程式可以通過界面手動發送評論請求給任何電子郵件地址。
- 外掛程式的源代碼可在GitHub上找到:https://github.com/collectreviewswp/collect-reviews
- 管理區域是使用React構建的,源代碼也可在GitHub上找到:https://github.com/collectreviewswp/collect-reviews/tree/main/react-app
- 創建React App用作構建工具。要開始開發,請在react-app目錄中運行npm run start。Webpack開發服務器以writeToDisk模式運作。
- 資產/應用目錄中的所有文件都是由Create React App生成的。要構建應用程序,請在react-app目錄中運行npm run build。
- 詳細資料請參閱Create React App文檔:https://create-react-app.dev/docs/getting-started/
使用HTML標籤的項目符號(bulleted list)來呈現資料:
- Collect Reviews是一個功能強大的WordPress外掛程式,旨在簡化從各種平台收集評論以促進業務增長。
- 外掛程式可以自動從顧客那裡收集評論,適用於網店、服務型業務或內容驅動型網站。
- 目前,外掛程式支援與WooCommerce、Easy Digital Downloads和WPForms外掛程式的整合,可以自動收集評論。
- 外掛程式的工作原理包括評論請求電子郵件、評分選擇、積極評分的重定向和負面評分的私密反饋等步驟。
- 使用外掛程式界面可以手動發送評論請求給任何電子郵件地址。
- 外掛程式的源代碼可在GitHub上找到。
- 管理區域是使用React構建的,源代碼也可在GitHub上找到。
- 創建React App用作構建工具,可以在react-app目錄中運行相應的指令進行開發和構建。
- 資產/應用目錄中的所有文件都是由Create React App生成的。
- 更多詳細資料請參閱Create React App文檔。
原文外掛簡介
Collect Reviews is a powerful WordPress plugin designed to streamline the process of collecting reviews on various platforms like Google or Facebook to grow your business. Whether you’re running an online store, a service-based business, or a content-driven website, the Collect Reviews plugin allows you automatically collect reviews from your customers. E.g. after purchase in your store or some form submission.
Collect reviews automatically
Currently, the plugin supports integrations with WooCommerce, Easy Digital Downloads, and WPForms plugins to collect reviews automatically.
How it works
Review Request Email: After the purchase or form submission the plugin sends a review request email to the customer.
Rating Selection: The review request email contains a stars widget, allowing the customer to select a rating from 1 to 5, indicating their level of satisfaction or experience.
Redirect for Positive Ratings: If the customer chooses a positive rating (e.g., 4 or 5 stars), they are redirected to your website, where you suggest leaving a review on a specific platform, such as Google. This intermediate step ensures transparency by informing the customer about the redirection to an external platform instead of directly redirecting them from the email.
Private Feedback for Negative Ratings: If the customer chooses a negative rating, they are not informed about the option to leave a review on Google or any other platform. Instead, they are redirected to a review form on the website, enabling them to provide feedback privately to the website owner. This helps the website owner address any concerns or issues raised by the customer directly, preventing negative reviews from appearing on public review platforms.
In summary, the plugin sends review request emails, customers rate their experience, positive ratings are directed to leave reviews on external platforms, negative ratings provide private feedback.
Collect reviews manually
You can always send review requests manually to any email addresses from the plugin interface.
Development
Plugin source code is available on GitHub.
Admin area is built with React. The source code is available on GitHub.
Create React App is used as a build tool. To start development run npm run start in the react-app directory. The Webpack development server works in writeToDisk mode.
All files in the assets/app directory are generated by Create React App. To build the app run npm run build in the react-app directory.
Check Create React App documentation for more details: https://create-react-app.dev/docs/getting-started/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Collect Reviews」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | trunk |
延伸相關外掛(你可能也想知道)
Customer Reviews for WooCommerce 》iews and ratings prominently on your product pages. With Customer Reviews for WooCommerce plugin, you can enhance standard WooCommerce reviews with...。
Real Testimonials – Testimonial Slider, Carousel, Grid | Collect Customer Reviews and Video Testimonial with Testimonial Form | Social Proof Reviews and Review Slider 》y customization with customizable styles and layouts., The Real Testimonials™ plugin provides a wide range of features that are highly customizable...。
Photo Reviews for WooCommerce 》Photo Reviews for WooCommerce 是一款 WooCommerce 的最佳評論外掛,可幫助你發送評論提醒郵件、允許顧客張貼包括產品圖片在內的評論,並向顧客發送帶有 Woo...。
ReviewX – WooCommerce Product Reviews with Multi-Criteria, Reminder Emails, Google Reviews, Schema & More 》e search engine with rich snippets., Premium Features:, 🌟Review Images Gallery: The premium version of the ReviewX plugin offers a review images g...。
Customer Reviews Collector for WooCommerce 》自動收集客戶評價, 使用我們的系統,快速簡單地在 Google、Facebook、Yelp、Trustindex 和其他各種平台上收集評價。, 在我們的自動邀請系統中,電子郵件完全...。
A WordPress Testimonial Plugin to Showcase Testimonial Slider, Testimonial Grid and More: Solid Testimonials 》「GS Testimonial Slider」是一款 WordPress 外掛程式,會產生一個客戶推薦的自訂文章型別,可以透過簡碼shortcode在網站的任何位置顯示。該插件功能簡單卻強...。
Kiyoh / Klantenvertellen 》展示來自 KiyOh 或 Klantenvertellen.nl 的客戶評論, 因為這個外掛是針對荷蘭的評論系統,所以只有荷蘭語版本。, En dan gewoon in het Nederlands…, ...。
Easy Testimonial Slider and Form 》這是一個美觀且具有響應式設計的 WordPress 博客和網站的見證輪播和提交見證表格的外掛。管理員可以管理任意數量的客戶見證,並且可以設置見證表格標籤,並且...。
Builder for WooCommerce product reviews shortcodes – ReviewShort 》預設情況下,WooCommerce 商品評論僅顯示在商品詳細資料頁面。, 使用這個 WooCommerce 評論短碼生成器,您可以在任何地方並且美觀地查看商品評論。例如在您的...。
Customer Reviews for WooCommerce 》想要提高你的 WooCommerce 銷售額嗎?使用 WooCommerce 客戶評論小工具,可以實現!使用此免費工具,收集更多評論,建立品牌忠誠度。, 我們正在開發新的外掛...。
Trustami Badge for Customer Reviews and Google Stars 》Trustami – 一個徽章集結您所有的客戶評論!, Trustami會以標準化且使用者友好的格式收集、分析和呈現使用者分散在社交媒體上的數據,以填補線上交互中的信任...。
Merchant Center Reviews for Woocommerce 》總結:透過 Merchant Center Reviews for WooCommerce 外掛,您可以自動收集客戶對您商店的評論,並從 Google 直接獲取。透過整合 Google Customer Reviews ...。
TRUSTist REVIEWer 》TRUSTist REVIEWer 外掛在您的網站上新增了一個小工具。, , 透過在 Google 自然搜尋結果中獲得星星評分,吸引更多點擊和銷售。, 整合您在 Google、Facebook ...。
Review for Discount for WooCommerce 》WooCommerce Reviews for Discount 購物車外掛可讓您為顧客的評論和推薦提供折扣優惠。正面評論是推動再次購買、附加銷售和新銷售的最強大工具。, 當您的客戶...。
Mail Mage 》輕鬆創建營銷自動化,例如恢復被拋棄的 WooCommerce 購物車、發送 WooCommerce 復盤提醒郵件以及許多其他類型的 WooCommerce 跟進郵件。, 通過選擇和配置何時...。