Title: Smart Reviews Display
Author: Seventh Sky
Published: <strong>September 10, 2025</strong>
Last modified: April 9, 2026

---

Search plugins

![](https://ps.w.org/smart-reviews-display/assets/banner-772x250.png?rev=3359433)

![](https://ps.w.org/smart-reviews-display/assets/icon-256x256.gif?rev=3372935)

# Smart Reviews Display

 By [Seventh Sky](https://profiles.wordpress.org/7thskysoftware/)

[Download](https://downloads.wordpress.org/plugin/smart-reviews-display.1.0.5.zip)

 * [Details](https://test.wordpress.org/plugins/smart-reviews-display/#description)
 * [Reviews](https://test.wordpress.org/plugins/smart-reviews-display/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/smart-reviews-display/#installation)
 * [Development](https://test.wordpress.org/plugins/smart-reviews-display/#developers)

 [Support](https://wordpress.org/support/plugin/smart-reviews-display/)

## Description

Smart Reviews Display lets you showcase reviews from multiple sources including 
WordPress.org, Yelp, and Google Reviews. Choose from responsive grid (masonry), 
list, or carousel displays with full reviewer details and smart caching.

#### Key Features

 * **Multiple Review Sources**: WordPress.org plugins/themes, Yelp business reviews,
   Google Places reviews, and custom reviews
 * **Custom Reviews System**: Create up to 10 custom reviews with full control over
   content, ratings, and clickable links
 * **Review Grouping**: Organize custom reviews into categories (testimonials, product-
   reviews, etc.)
 * **Responsive Layouts**: Masonry grid, list, and carousel (3 reviews on desktop,
   2 on tablet, 1 on mobile)
 * **Smart Management**: Dashboard with add/edit/delete review displays, custom 
   reviews management, internal vs display titles
 * **Rich Content**: Avatars, star ratings, descriptions, aggregate ratings, contextual
   fields, and review links
 * **ID-Based Shortcodes**: Simple `[smart_reviews id="123"]` format that auto-updates
 * **Gutenberg Blocks**: Full block editor support with live preview
 * **Smart Caching**: Configurable cache management and TTL controls
 * **Upgrade Integration**: Clear upgrade path to Pro version for unlimited custom
   reviews
 * **Security First**: WordPress coding standards compliance with proper sanitization
 * **Lightweight Frontend**: Optimized CSS/JS with no bundled frontend libraries

### Usage

#### Dashboard Management

 1. Go to **Smart Reviews Display**  **Dashboard**
 2. Click **“Add New Review Display”** to create a new configuration
 3. Fill in the form:
 4.  * **Internal Title**: For backend management (e.g., “WooCommerce Reviews”)
     * **Display Title**: Shown on frontend (e.g., “What our customers say”)
     * **Description**: Optional description text
     * **Review Source**: WordPress.org, Yelp, Google Reviews, or Custom
     * **Slug/ID**: Plugin slug, Yelp business ID, Google Place ID, or leave empty 
       for Custom
     * **Review Group**: Select specific group for Custom reviews (optional)
     * **Type**: Plugin/Theme (WordPress.org only), Business (Yelp), Place (Google),
       or Custom
     * **Layout**: Grid (masonry), List, or Carousel
     * **Display Options**: Show title, show aggregate rating
 5. Save and use the generated shortcode or block

#### Custom Reviews Management

 1. Go to **Smart Reviews Display**  **Custom Reviews**
 2. Click **“Add Review”** to create a new custom review
 3. Fill in the custom review form:
 4.  * **Source**: WordPress, Google, or Yelp (for styling consistency)
     * **Username**: Reviewer’s name
     * **Profile Photo URL**: Optional profile photo (default avatar used if empty)
     * **Review Date**: When the review was written
     * **Review Text**: The actual review content
     * **Review Link**: Optional clickable link to original review
     * **Star Rating**: 1-5 star rating
     * **Review Group**: Group name for organization (e.g., “testimonials”, “product-
       reviews”)
     * **Business ID/Place ID**: Required for Google and Yelp sources
 5. Save the review and use it in your review displays
 6. **Note**: Free version supports up to 10 custom reviews. Upgrade to Pro for unlimited
    reviews.

#### Gutenberg Block

Search for “Smart Reviews” in the block editor. You can either:
 * **Use ID**: Select
a saved review display by ID * **Configure Manually**: Set all options directly 
in the block

#### Shortcode Usage

**New ID-based format (recommended):**
 [smart_reviews id=”123″]

**Custom reviews examples:**
 [smart_reviews source=”custom” layout=”grid” title
=”Customer Testimonials”]

    ```
    [smart_reviews source="custom" group="testimonials" layout="grid" title="Customer Testimonials"]
    ```

**Yelp example:**
 [smart_reviews source=”yelp” business_id=”your-business-id” type
=”business” layout=”grid”]

**Google Reviews example:**
 [smart_reviews source=”google” place_id=”your-place-
id” type=”place” layout=”carousel”]

### External services

This plugin can connect to external services depending on which review source you
choose. No external requests are made for Custom reviews created and stored inside
your own WordPress site.

#### WordPress.org

If you use WordPress.org as the review source, the plugin fetches review feeds/pages
and plugin rating data from WordPress.org so it can display reviews and aggregate
ratings.

It sends the selected plugin or theme slug in the request URL and includes your 
site’s home URL in the standard WordPress user-agent header when reviews are fetched,
refreshed, or re-cached.

Terms and policies: https://codex.wordpress.org/WordPress_Policies
 Privacy policy:
https://wordpress.org/about/privacy/

#### Google Maps Platform (Places API)

If you use Google Reviews as the source and enter a Google API key, the plugin sends
the configured Google Place ID to the Google Places API so it can fetch reviews,
rating totals, place name, and related place URLs.

Requests are made when the reviews are first fetched and again whenever the cache
expires or you manually clear the plugin cache. Google also receives your site’s
home URL in the standard WordPress user-agent header.

Terms of service: https://developers.google.com/maps/terms
 Privacy policy: https://
policies.google.com/privacy

#### Yelp Fusion API

If you use Yelp as the review source and enter a Yelp API key, the plugin sends 
the configured Yelp business ID to the Yelp Fusion API so it can fetch business 
reviews, rating totals, business name, and related Yelp URLs.

Requests are made when the reviews are first fetched and again whenever the cache
expires or you manually clear the plugin cache. Yelp also receives your site’s home
URL in the standard WordPress user-agent header.

Terms of service: https://www.yelp.com/developers/api_terms
 Privacy policy: https://
terms.yelp.com/privacy/en_us/20260101_en_us/

## Screenshots

 * [[
 * Dashboard with review management interface
 * [[
 * Add/Edit review display modal
 * [[
 * List layout with descriptions
 * [[
 * Carousel layout with edge-positioned navigation

## Installation

#### From WordPress Admin Dashboard

 1. Log in to your WordPress admin dashboard
 2. Navigate to **Plugins**  **Add New**
 3. Search for “Smart Reviews Display”
 4. Click **Install Now** and then **Activate**
 5. Go to **Smart Reviews Display**  **Dashboard** to manage review displays

#### Manual Installation

 1. Download the plugin files
 2. Upload the `smart-reviews-display` folder to `/wp-content/plugins/` directory
 3. Activate the plugin through the **Plugins** screen in WordPress
 4. Go to **Smart Reviews Display**  **Dashboard** to manage review displays

## FAQ

### What review sources are supported?

WordPress.org (plugins/themes), Yelp business reviews, Google Places reviews, and
custom reviews.

### How do I get started quickly?

Use the new ID-based shortcode `[smart_reviews id="123"]` after creating a review
display in the dashboard.

### What are custom reviews?

Custom reviews allow you to create up to 10 of your own reviews with full control
over content, ratings, and links. Perfect for testimonials, case studies, or showcasing
specific feedback.

### How do I create custom reviews?

Go to **Smart Reviews Display**  **Custom Reviews**, click “Add Review”, fill in
the details (username, text, rating, optional link), and save. Use groups to organize
them.

### Can I group custom reviews?

Yes! Assign each custom review to a group (e.g., “testimonials”, “product-reviews”).
When creating a review display, select “Custom” as source and choose a specific 
group.

### Can custom reviews be clickable?

Yes! Add a review link when creating custom reviews. Users can click on the review
to visit the original source or any URL you specify.

### What’s the limit for custom reviews?

Free version supports up to 10 custom reviews. Upgrade to Smart Reviews Pro for 
unlimited custom reviews.

### Can I show aggregate ratings?

Yes, for WordPress.org plugins and all external sources (Yelp, Google). Themes don’t
have aggregate ratings on WordPress.org.

### How often are reviews updated?

Reviews are cached with transients. Control TTL and clear cache in **Smart Reviews
Display**  **Cache Management**.

### Can I customize the appearance?

Yes. The plugin uses responsive masonry grid, list, and carousel layouts. Carousel
shows 3 reviews at once on desktop, 2 on tablet, and 1 on mobile. Override with 
custom CSS.

### What’s the difference between Internal Title and Display Title?

Internal Title is for backend management only. Display Title appears on the frontend(
optional).

### Do I need API keys for Yelp/Google?

Yes, you’ll need to configure Yelp Fusion API and Google Places API keys in the 
settings.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Smart Reviews Display” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Seventh Sky ](https://profiles.wordpress.org/7thskysoftware/)
 *   [ Mishal Fatima ](https://profiles.wordpress.org/mishalfatima684/)

“Smart Reviews Display” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/smart-reviews-display/contributors)
for their contributions.

[Translate “Smart Reviews Display” into your language.](https://translate.wordpress.org/projects/wp-plugins/smart-reviews-display)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/smart-reviews-display/),
check out the [SVN repository](https://plugins.svn.wordpress.org/smart-reviews-display/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/smart-reviews-display/)
by [RSS](https://plugins.trac.wordpress.org/log/smart-reviews-display/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.5

 * Removed the frontend powered-by credit footer from public review displays.
 * Replaced automatic remote avatars with local fallback initials to avoid third-
   party frontend requests.
 * Added plain-language external service disclosures for WordPress.org, Google, 
   and Yelp.
 * Updated WordPress compatibility metadata to tested up to 6.9.

#### 1.0.4

 * **Security Enhancement**: Improved input sanitization and validation across all
   review sources
 * **Bug Fixes**: Fixed caching issues and improved error handling for external 
   API calls

#### 1.0.3

 * **Security Enhancement**: Improved input sanitization and validation across all
   review sources
 * **Bug Fixes**: Fixed caching issues and improved error handling for external 
   API calls

#### 1.0.2

 * **Custom Reviews System**: Added ability to create up to 10 custom reviews with
   full CRUD operations
 * **Custom Reviews Management**: New admin page for managing custom reviews with
   add/edit/delete functionality
 * **Review Grouping**: Added group/category system for organizing custom reviews
 * **Review Links**: Custom reviews can now include clickable links to original 
   review sources
 * **Upgrade Integration**: Added upgrade button linking to Pro version when 10 
   review limit is reached
 * **Database Schema**: Added review_link and review_group fields to custom reviews
   table
 * **Frontend Integration**: Custom reviews now display properly with group filtering
   support
 * **Carousel Enhancement**: Updated carousel to show 3 reviews at once with full-
   width layout
 * **UI Improvements**: Minimized gap between username and stars for better visual
   hierarchy
 * **Center Alignment**: Username and stars now center-aligned with avatar image
 * **Responsive Design**: Maintained original review card widths while showing 3
   reviews on desktop
 * **Migration Support**: Automatic database migrations for existing installations

#### 1.0.1

 * **New Features**: Added Yelp and Google Reviews integration with API support
 * **Dashboard Revamp**: Complete admin interface with add/edit/delete review displays
 * **ID-Based Shortcodes**: Simple `[smart_reviews id="123"]` format that auto-updates
 * **Enhanced UI**: Internal vs Display titles, descriptions, contextual type fields
 * **Carousel Fix**: Navigation arrows positioned at container edges

#### 1.0.0

 * Initial submission
 * Shortcode and block for WP.org reviews (plugins/themes)
 * Grid, list, and carousel layouts
 * Reviewer avatars, stars, numeric rating, date, and content
 * Optional aggregate rating display (plugins)
 * Settings page (defaults, cache)

## Meta

 *  Version **1.0.5**
 *  Last updated **1 month ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/smart-reviews-display/) and [Spanish (Spain)](https://es.wordpress.org/plugins/smart-reviews-display/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/smart-reviews-display)
 * Tags
 * [google](https://test.wordpress.org/plugins/tags/google/)[ratings](https://test.wordpress.org/plugins/tags/ratings/)
   [reviews](https://test.wordpress.org/plugins/tags/reviews/)[testimonials](https://test.wordpress.org/plugins/tags/testimonials/)
   [Yelp](https://test.wordpress.org/plugins/tags/yelp/)
 *  [Advanced View](https://test.wordpress.org/plugins/smart-reviews-display/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/smart-reviews-display/reviews/)

## Contributors

 *   [ Seventh Sky ](https://profiles.wordpress.org/7thskysoftware/)
 *   [ Mishal Fatima ](https://profiles.wordpress.org/mishalfatima684/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/smart-reviews-display/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://7thskysoftware.com/smart-reviews-display)