Reputando Reviews Widget

描述

The Reputando Reviews Widget plugin allows you to showcase customer reviews collected via the Reputando platform directly on your WordPress site.

This is ideal for businesses who want to build trust by showing real customer feedback from various review channels in one unified widget. Whether you’re running an eCommerce site, local business, or a service company, this plugin helps you boost conversions by making reviews visible where they matter most.

You can easily embed reviews using a simple shortcode and customize how they look to match your site’s style.

Key Features

  • ✅ Display customer reviews from your Reputando account
  • 🔄 Automatically syncs new reviews
  • 🧩 Lightweight and easy to configure
  • 🔧 Simple shortcode to embed reviews anywhere
  • 🎨 Minimal and responsive design

SHORTCODE

Use the following shortcode to embed your reviews:

[reputando_reviews id="{id}"]

Replace {id} with your Reputando shortcode post ID.

Example:
[reputando_reviews id=”1234″]

Usage

  1. After activating the plugin, go to Reputando > Connect in your WordPress dashboard.
  2. Connect the plugin to your Reputando account to pull in your latest reviews.
  3. Then go to Reputando > Shortcodes to generate a shortcode with customized design settings.
  4. Copy the generated shortcode and paste it into any page or post where you want the reviews to appear.
  5. Save the page and view it on the front end to see your reviews live.

External Services

This plugin connects to the Reputando API (https://app.reputando.com) to fetch and manage business reviews.

The plugin sends the following data to the Reputando API:
– User credentials (email, password) for login and token generation.
– Business identifiers to retrieve and manage reviews.
– Review replies and publishing actions from the WordPress admin.

The API is required for the core functionality of this plugin — including viewing reviews, syncing them, and replying to them.

This service is provided by Reputando.
– Terms of Use: https://app.reputando.com/terms
– Privacy Policy: https://app.reputando.com/privacy

屏幕截图

  • Settings page to connect your Reputando account.
  • Layout selection options in the shortcode generator.
  • Review settings in the shortcode generator.
  • Styling options in the shortcode generator.

安装

  1. Upload the entire reputando folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).

OR

  1. Visit Plugins > Add New
  2. Search for “Reputando”
  3. Install and activate Reputando Reviews Widget

评价

此插件暂无评价。

贡献者及开发者

「Reputando Reviews Widget」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.2

  • Initial release

1.0.3

  • Correzioni minori

2.0

  • Aggiunto bottone di chiusura (X) al popup recensione in tutti i layout (griglia, lista, slider)
  • Aggiunto scroll interno al popup recensione — il testo lungo non fuoriesce più dal modal
  • Corretto trabocco contenuto nel popup slider: aggiunto max-height e overflow-y: auto su .reviewCardTop
  • Il modal ora blocca lo scroll della pagina sottostante quando è aperto
  • Sostituita la paginazione numerata con pulsante “Load more” (caricamento incrementale senza ricarica pagina)
  • Corretto: il widget Griglia ora rispetta il campo “Numero di recensioni” come limite totale
  • Corretto: il filtro per valutazione ora funziona anche se è impostato solo il limite inferiore o solo il superiore
  • Aggiunto supporto stelle mezze-stelle e stelle vuote in tutti i layout (griglia, lista, slider, badge)
  • Normalizzazione automatica scala 1-10 1-5 stelle per i canali Booking ed Expedia
  • Badge popup: le recensioni si adattano in altezza al contenuto (autoHeight carousel) — eliminati gli spazi bianchi su card brevi
  • Corretto flash visivo del popup Badge al caricamento pagina
  • Corretto: le icone dei canali ora si caricano correttamente per tutti i canali (mapping case-insensitive, supporto “Google Shopping”)
  • Corretto: variabile PHP $post->ID non definita nel handler AJAX paginazione (causava PHP notice)
  • Corretto: la funzione di query ora restituisce sempre un array a due elementi — eliminati PHP warning nel destructuring
  • Corretto: $channel non inizializzato nel primo loop del badge (dati JSON-LD schema errati)
  • Corretto: typo javascript::void(0) javascript:void(0) sui link “read more” nelle card
  • Corretto divide-by-zero nel calcolo della media stelle nel badge se non ci sono recensioni
  • Corretto: il contatore totalSlides nel badge ora mostra il numero reale di recensioni
  • Aggiunto mapping icone canali anche nell’admin (colonna Titolo nella lista recensioni)
  • Compatibilità WP Rocket: JS/CSS del plugin esclusi automaticamente da minificazione, concatenazione, Delay JS e Remove Unused CSS
  • Rimossi error_log() di debug rimasti nella produzione
  • Sostituiti attributi src="" vuoti nelle immagini popup con placeholder base64 (compatibilità Lazy Load WP Rocket)
  • Sostituiti tutti gli operatori ?? con || in JavaScript per compatibilità con minifier PHP-based