Review Chaser gives you two ways to put your live Google rating on your own site. One is a snippet that loads the reviews in a frame, which works anywhere. The other is this plugin, which renders them into the page as ordinary HTML, so they are part of your content and inherit your theme’s typography. On WordPress, the plugin is the better of the two.
Download
SHA-256 bde874a51fea13050c2b08942a024c1fe11780964dadedc5f0ac5a1578f5cb76
Check it before you install: shasum -a 256 the-file.zip. We are asking you to upload a zip into a server that runs your business; the least we can do is give you the number to check it against.
[review_chaser slug="your-page-name"] into any page. Your page name is shown in your Review Chaser settings.Add visible="2" to open the first two and put the others behind a “read the others” toggle. Every review is still written into the page: the folded ones are inside a standard <details> element, so they are in the document, in the accessibility tree, findable by your browser’s find-on-page, crawlable, and openable with no JavaScript.
An earlier version had a limitattribute that cut the list short. We removed it. Showing three of Google’s five is not a layout preference, it is hiding two, and hiding reviews is the practice this product exists to refuse. A page saved with the old attribute keeps working and now folds those reviews away instead of dropping them.
The plugin is not on wordpress.org yet, so it checks our own version file and offers updates in the normal place on your Plugins screen. That check is a plain request for a static file. It sends the version it is running and nothing else: no site address, no domain, no email, no counter. We cannot tell one installation from another with it.
What it touches, and what it does not
$_GET, $_POST, $_COOKIE, $_SERVER or any visitor data.eval, no third-party libraries.It never makes your page wait on us
The feed is cached in your own site. A page render serves the cached copy immediately and refreshes it in the background; it does not hold the page open while it talks to us. If Review Chaser is slow, or down, your page renders at its normal speed with the last copy it had. Only the very first render of a page after installing fetches while you wait, under a two second limit, and it renders nothing rather than stalling if that fails.
It never hides a review
Every review Google returns is written into your page. The visibleattribute controls how many are open to begin with; the rest sit inside a expandable section, still in the page, still findable by search and by the browser’s own find-on-page, and openable without JavaScript. There is no setting that removes one, and there is not going to be.
limit attribute is replaced by visible, which folds reviews away instead of dropping them. Updates now appear on your Plugins screen.[review_chaser] shortcode and the block, rendering your live Google rating and reviews into the page.