TWDH Business Review Display for Google

Описание

TWDH Business Review Display for Google connects directly to the Google Places API and pulls your business reviews into WordPress automatically. A 24-hour cache system keeps your site fast, and because everything renders server-side, it works with any page builder and theme.

Features (Free)

  • Display up to 5 Google reviews
  • Grid and list layouts
  • Star ratings with reviewer profile photos
  • Filter by minimum star rating
  • Show or hide relative review dates
  • 24-hour automatic review caching
  • Works with any theme or page builder
  • No third-party subscription required

Shortcode

[twdh_google_reviews]

Shortcode Attributes

  • layoutgrid or list (default: grid)
  • count — 1 to 5 (default: 5)
  • min_rating — 1 to 5 (default: 1)
  • show_dateyes or no (default: yes)
  • show_photoyes or no (default: yes)

Examples

[twdh_google_reviews]
[twdh_google_reviews layout="list" count="3" min_rating="4"]
[twdh_google_reviews show_photo="no" show_date="no"]

External Services

This plugin communicates with two external services:

  1. Google Places API (api.maps.google.com / maps.googleapis.com) — used to fetch your business reviews and rating. Called when the shortcode is rendered and results are not yet cached. Data is cached for 24 hours. Google Privacy Policy

  2. TWDH License Server (thewebdesignhub.com/api/public/plugins/verify-license) — used to validate your license key if you enter one in Settings. Only called when you activate a license; result is cached for 24 hours. No personal data is sent beyond your site’s domain and the license key you provide. Privacy Policy

Установка

  1. Upload the plugin folder to /wp-content/plugins/, or install via the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen.
  3. Navigate to Settings Google Reviews and enter your credentials.
  4. Add [twdh_google_reviews] to any page, post, or widget area.

Getting a Google Places API Key

  1. Go to Google Cloud Console
  2. Create or select a project
  3. Enable the Places API under APIs & Services Library
  4. Create an API key under APIs & Services Credentials
  5. Restrict the key to the Places API for security

Finding Your Place ID

Use the Place ID Finder — search for your business name and copy the Place ID (it starts with ChIJ).

Часто задаваемые вопросы

Do I need a paid Google plan?

The Places API requires a Google Cloud billing account, but Google provides a generous monthly free credit ($200/month) that covers millions of API calls. For most small businesses, usage stays well within the free tier.

Why do I only see 5 reviews?

The Google Places API returns a maximum of 5 reviews per request. This is a Google limitation for the standard Details endpoint.

Reviews aren’t updating — why?

Reviews are cached for 24 hours. Go to Settings Google Reviews and click Clear Reviews Cache to force a refresh.

Does this work with Elementor / Divi / Gutenberg?

Yes. Add the shortcode [twdh_google_reviews] anywhere you can embed a shortcode — pages, posts, widgets, and most page builder text/shortcode blocks.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«TWDH Business Review Display for Google» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «TWDH Business Review Display for Google» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • Initial release