This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AppStore Reviews Viewer

Description

This plugin allows you to use the shortcode ios_app_review to embed iOS app reviews and ratings directly into your blog.

What does it do?
The first time a page with the shortcode is loaded, the plugin will try to download the reviews from Apple’s servers. Then it will store them in a file and nicely display them on your page.
Every time someone opens the page, instead of downloading the reviews again, the plugin will read them from the cache file. If the cache file is too old, the plugin will try to download new reviews from Apple’s servers.

Check out some examples of what it produces here: http://www.gilthonwe.com (My iOS Apps section)

Screenshots

  • Some example
  • Another example

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the shortcode [ios_app_review id="1234"] (where “1234” is your application’s App Store ID) anywhere in a post or page.
  4. More options are available on the Settings page of the plugin

FAQ

Why do I see nothing?

You may not have any review for the app in the country you selected. If you have reviews and still see nothing, it is because the iTunesConnect API sometimes doesn’t work properly when trying to retrieve the Customer Reviews. That’s why this plugin caches them once it downloaded the most recent ones.

Reviews

September 3, 2016
Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected '[' in /home/content/07/13958207/html/buzzreviews/wp-content/plugins/appstore-reviews-viewer/appstore-review.php on line 92 I am getting an error Thanks
Read all 1 review

Contributors & Developers

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

Contributors

Changelog

1.2.3

Small fix

1.2.2

Small fix

1.2.1

Small fix

1.2.0

Fixed an issue with the missing app icon

1.1.0

Changed the layout to be more responsive on mobile devices

1.0.5

Bugfix with jQuery

1.0.4

Small fix

1.0.3

Fixed an issue with the cache directory not being created

1.0.2

Removed the fadeIn/fadeOut animation when there is only one review to display

1.0.1

Small fix with the link to the Settings page

1.0

  • Initial public release on WordPress.org