Title: RicReviews
Author: Riccardo
Published: <strong>27 de febrer de 2026</strong>
Last modified: 27 de febrer de 2026

---

Cerca extensions

![](https://ps.w.org/ricreviews/assets/icon-256x256.png?rev=3471304)

# RicReviews

 Per [Riccardo](https://profiles.wordpress.org/riccardolorenzi/)

[Baixa](https://downloads.wordpress.org/plugin/ricreviews.1.0.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/ricreviews/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/ricreviews/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/ricreviews/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/ricreviews/#developers)

 [Suport](https://wordpress.org/support/plugin/ricreviews/)

## Descripció

RicReviews is a free and open-source WordPress plugin that displays Google Places
reviews on your website using a simple shortcode. The plugin fetches reviews from
Google Places API (New) and displays them beautifully on your WordPress site.

#### Key Features

 * **Easy Integration**: Display reviews anywhere on your site with a simple shortcode
 * **Automatic Updates**: Reviews are automatically fetched and updated via configurable
   WordPress cron (daily, weekly, or monthly)
 * **Smart Caching**: Built-in caching system to improve performance
 * **Customizable**: Choose your primary color and theme (light/dark)
 * **Flexible Display**: Control the number of reviews and sorting options
 * **Multilingual Support**: Fetch reviews in multiple languages and filter by language
   in shortcode
 * **Debug Logging**: Optional debug logging for troubleshooting API issues
 * **Secure**: Follows WordPress coding standards and security best practices

#### How It Works

 1. **Initial Fetch**: When you save settings, the plugin fetches reviews from Google
    Places API
 2. **Database Storage**: Reviews are stored in a custom database table for fast retrieval
 3. **Caching**: Reviews are cached using WordPress transients for 24 hours
 4. **Automatic Updates**: WordPress cron job automatically fetches new reviews based
    on your configured frequency
 5. **Display**: Shortcode retrieves reviews from cache/database and displays them

#### Important Note

Google Places API returns a maximum of 5 reviews per place per API call. This is
a hard limit imposed by Google, not a limitation of this plugin. Each API call returns
up to 5 reviews, and the plugin performs automatic fetches based on your configured
frequency (daily, weekly, or monthly). Over time, you may accumulate more reviews
in the database as Google updates the “5 most helpful reviews” for your place.

If you configure multiple languages, each language requires a separate API call,
potentially allowing you to collect more reviews (up to 5 per language).

For more information, see [Google’s Review Policy Documentation](https://developers.google.com/maps/documentation/places/web-service/policies#review-policy).

#### Service Information

This plugin acts as an interface to Google Places API (New). By installing and configuring
this plugin, you consent to the use of Google Places API service. Please review 
[Google Places API Terms of Service](https://developers.google.com/maps/documentation/places/web-service/policies)
before use.

## Instal·lació

#### Step 1: Install the Plugin

 1. Upload the `ricreviews` folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

#### Step 2: Get Your Google Places API Key

 1. Go to [Google Cloud Console](https://console.cloud.google.com/google/maps-apis)
 2. Create a new project or select an existing one
 3. Enable **Places API (New)** (Important: The legacy Places API is no longer available
    for new projects)
 4. Go to [Credentials](https://console.cloud.google.com/google/maps-apis/credentials)
    and create an API key
 5. (Optional) Restrict your API key to Places API only for better security

#### Step 3: Find Your Place ID

 1. Go to [Google Maps](https://www.google.com/maps) and search for your business
 2. Click on your business in the search results or on the map
 3. In the business information panel, scroll down to find the Place ID (format: `ChIJN1t_tDeuEmsRUsoyG83frY4`)
 4. Alternatively, use Google’s [Place ID Finder tool](https://developers.google.com/maps/documentation/places/web-service/place-id#find-id)

#### Step 4: Configure the Plugin

 1. Navigate to **Settings > RicReviews** in your WordPress admin
 2. Enter your Google Places API Key
 3. Enter your Place ID
 4. Configure display options:
 5.  * **Additional Languages** (Optional): Enter comma-separated language codes (e.
       g., “en,fr,de”) to fetch reviews in multiple languages
     * **Enable Debug Logging**: Toggle debug logging for troubleshooting (requires
       WP_DEBUG enabled)
     * **Enable Automatic Updates**: Toggle automatic fetching of reviews
     * **Update Frequency**: Select how often to fetch reviews (Daily, Weekly, or Monthly)
     * **Number of Reviews**: Select how many reviews to display (5, 10, 15, or 20)
     * **Sort By**: Choose sorting method (Most Recent, Oldest First, or Highest Rating)
     * **Primary Color**: Pick a color for the reviews display
     * **Theme**: Choose between Light or Dark theme
 6. Click **Save Settings**

The plugin will automatically fetch reviews when you save the settings.

## PMF

### Do I need a Google Places API key?

Yes, you need a Google Places API (New) key with Places API enabled. You can get
one from [Google Cloud Console](https://console.cloud.google.com/google/maps-apis).
The API key is required for the plugin to fetch reviews from Google Places API.

### How do I find my Place ID?

You can find your Place ID using Google Maps or Google’s [Place ID Finder tool](https://developers.google.com/maps/documentation/places/web-service/place-id#find-id).
The Place ID is a unique identifier for your business location on Google Maps.

### How many reviews can I display?

Google Places API returns a maximum of 5 reviews per place per API call. This is
a hard limit imposed by Google, not a limitation of this plugin. Each API call returns
up to 5 reviews, and the plugin performs automatic fetches based on your configured
frequency. Over time, you may accumulate more reviews in the database as Google 
updates the “5 most helpful reviews” for your place.

### Can I fetch reviews in multiple languages?

Yes! You can configure multiple languages in the plugin settings by entering comma-
separated language codes (e.g., “en,fr,de”). The plugin will make separate API calls
for each language and merge the results, avoiding duplicates. You can also filter
reviews by language using the `language` attribute in the shortcode.

### How do I use the shortcode?

Simply add `[ricreviews]` to any page, post, or widget. You can also use attributes
to customize the display:

 * `limit`: Number of reviews to display (default: from settings)
 * `order_by`: Sort method – `time` (most recent), `time_asc` (oldest first), or`
   rating` (highest rating)
 * `order`: Sort direction – `ASC` or `DESC` (default: `DESC`)
 * `language`: Language code to filter reviews (e.g., `"it"`, `"en"`, `"fr"`). If
   not specified, uses WordPress locale

Example: `[ricreviews limit="5" order_by="rating" language="en"]`

### How often are reviews updated?

Reviews are automatically fetched and updated via WordPress cron based on your configured
frequency (Daily, Weekly, or Monthly). You can enable or disable automatic updates
from the plugin settings. You can also manually trigger a fetch by saving your settings
or using the “Fetch Reviews Now” button in the admin panel.

### Does the plugin track users?

No, the plugin does not track users. The plugin only makes API calls to Google Places
API to fetch reviews, and this requires explicit configuration by the site administrator.
No user data is collected or tracked.

### What are the system requirements?

 * WordPress 5.0 or higher
 * PHP 7.4 or higher
 * Google Places API (New) key with Places API enabled
 * A valid Google Place ID

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«RicReviews» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

 *   [ Riccardo ](https://profiles.wordpress.org/riccardolorenzi/)

“RicReviews” s’ha traduït a 1 configuració regional. Gràcies als [traductors](https://translate.wordpress.org/projects/wp-plugins/ricreviews/contributors)
per les seves aportacions.

[Traduïu «RicReviews» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/ricreviews)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/ricreviews/), baixeu-
vos el [repositori SVN](https://plugins.svn.wordpress.org/ricreviews/), o subscriviu-
vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/ricreviews/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/ricreviews/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.1

 * fix security issues

#### 1.0.0

 * Initial release
 * Display Google Places reviews via shortcode
 * Automatic review updates via WordPress cron
 * Multilingual support
 * Customizable colors and themes
 * Built-in caching system
 * Debug logging support
 * Responsive design

## Meta

 *  Versió **1.0.1**
 *  Darrera actualització **fa 2 mesos**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 5.0 o posterior **
 *  Provada fins a **6.9.4**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idiomes
 * [Dutch](https://nl.wordpress.org/plugins/ricreviews/) i [English (US)](https://wordpress.org/plugins/ricreviews/).
 *  [Traduïu a la vostra llengua](https://translate.wordpress.org/projects/wp-plugins/ricreviews)
 * Etiquetes
 * [google places](https://ca.wordpress.org/plugins/tags/google-places/)[ratings](https://ca.wordpress.org/plugins/tags/ratings/)
   [reviews](https://ca.wordpress.org/plugins/tags/reviews/)[shortcode](https://ca.wordpress.org/plugins/tags/shortcode/)
   [testimonials](https://ca.wordpress.org/plugins/tags/testimonials/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/ricreviews/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[Your review](https://wordpress.org/support/plugin/ricreviews/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/ricreviews/reviews/)

## Col·laboradors

 *   [ Riccardo ](https://profiles.wordpress.org/riccardolorenzi/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/ricreviews/)