Description
Rewind Review Sync for Google Maps and Elementor pulls real Google Maps reviews into WordPress and stores each one as a post. From there you can display them two ways: with the bundled Google Reviews widget (works with free Elementor), or by building your own Loop Grid template using the plugin’s dynamic tags (requires Elementor Pro).
Reviews are fetched through the Apify platform, an external third-party service you connect with your own account. See the “External services” section below for exactly what is sent and when.
Key features
- Automatic sync — reviews refresh on a configurable schedule using WordPress Cron (default: every 24 hours)
- Manual sync — trigger a fresh fetch at any time from the plugin’s admin screen
- Bundled Elementor widget — slider, grid and list layouts with full style controls, no Elementor Pro required
- Loop Grid ready — every review field is available as an Elementor dynamic tag for your own templates
- Place-level data — the overall average rating and total review count are stored and available as tags
- No bundled libraries — built entirely on the WordPress HTTP API, WP-Cron and native Elementor APIs
Available dynamic tags
All tags appear under the Google Reviews group in the Elementor dynamic tags picker:
- Review Rating (1-5) — text and number categories
- Reviewer Photo — image category
- Review Date — text category, relative or formatted
- Reviewer Profile URL — text and URL categories
- Place Average Rating — text and number categories
- Total Review Count — text and number categories
The reviewer’s name and the review body are stored as the post title and post content, so use Elementor’s built-in Post Title and Post Content dynamic tags for those.
Requirements
- WordPress 6.5 or later
- PHP 7.4 or later
- Elementor 3.5 or later for the review widget
- Elementor Pro for Loop Grid and dynamic tags
- A free Apify account
Elementor is a hard requirement and is declared through the Requires Plugins header, so WordPress will not activate this plugin until Elementor is installed and active.
How it works
- Reviews are fetched from Google Maps by running the
compass~google-maps-reviews-scraperactor on Apify - Each review is saved as a post of the
rewind_reviewcustom post type - Review metadata (rating, photo, date, profile URL) is stored in post meta
- Place-level data (average rating, total count) is stored as a site option
- Everything is exposed to Elementor as a widget and as dynamic tags
External services
This plugin relies on the Apify platform (https://apify.com) to retrieve Google Maps reviews. It does not work without it.
What the service is used for: running the Google Maps Reviews Scraper actor, which collects the public reviews for the business URL you configure and returns them to your site.
What data is sent, and when: the Google Maps URL you enter in the plugin settings, and your Apify API token for authentication. Nothing else is transmitted — no site URL, no user data, no analytics, no telemetry. Data is sent only when you click Sync Now, or when the scheduled automatic sync runs. No request is made until you have entered your own Apify token and saved it.
Where the data goes: https://api.apify.com/
Using this plugin means your use of Apify is governed by their terms:
- Apify Terms of Service: https://docs.apify.com/legal/general-terms-and-conditions
- Apify Privacy Policy: https://docs.apify.com/legal/privacy-policy
No data is sent to any other third-party service.
Installation
- Upload the
rewind-review-sync-for-google-mapsfolder to/wp-content/plugins/, or install the plugin through the WordPress plugins screen - Activate the plugin through the Plugins menu in WordPress
- Go to Google Reviews Settings
- Enter your Google Maps URL — open the business in Google Maps on desktop and copy the full URL from the address bar
- Enter your Apify API Token — find it at https://console.apify.com under Account Integrations
- Click Save Settings, then click Sync Now
- In Elementor, either drop in the Google Reviews widget, or add a Loop Grid, set its query post type to Google Review, and build your template with the Google Reviews dynamic tags
FAQ
-
Do I need a paid Apify account?
-
No. Apify’s free tier includes monthly credit and does not require a credit card. For most sites a daily sync stays comfortably within it.
-
How do I get my Google Maps URL?
-
Open Google Maps on desktop, search for the business, and copy the full URL from the browser address bar. It looks like
https://www.google.com/maps/place/Business+Name/.... -
Where do I find my Apify API token?
-
Log in at https://console.apify.com, go to Account Integrations, and copy your personal API token.
-
How often does the plugin sync?
-
Every 24 hours by default, via WordPress Cron. Change it under Google Reviews Settings Auto-Sync Interval, with a minimum of one hour. You can also sync manually at any time with the Sync Now button.
-
Can I use this without Elementor Pro?
-
Yes. The bundled Google Reviews widget works with the free version of Elementor. Loop Grid and dynamic tags are Elementor Pro features, so those parts require Pro.
-
Do I need Elementor at all?
-
Yes. Elementor is declared as a dependency, so WordPress will not let you activate this plugin without it. Once synced, the reviews are stored as ordinary posts, so any theme or plugin can also read them.
-
The average rating or review count shows 0. Why?
-
These come from the place-level fields in the Apify response for each sync. Click Sync Now to refresh. If they stay at 0, the actor’s response may not include place-level fields for your particular URL.
-
What happens to existing reviews when I sync again?
-
They are updated in place, matched on the Google review ID. No duplicates are created.
-
What is removed when I delete the plugin?
-
Deleting the plugin removes its settings, its scheduled sync, and the synced review posts. Those reviews are a cache of data held by Google rather than content you authored, and reinstalling plus running one sync restores them.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Rewind Review Sync for Google Maps and Elementor” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rewind Review Sync for Google Maps and Elementor” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
rewind_reviewcustom post type synced from Apify- Google Reviews Elementor widget with slider, grid and list layouts
- Six Elementor dynamic tags: Review Rating, Reviewer Photo, Review Date, Reviewer Profile URL, Place Average Rating, Total Review Count
- Configurable auto-sync interval via WordPress Cron, plus a manual sync button
