Display Goodreads.com reviews for ISBNs or IDs you specify on any page or post.
GoodReviews serves a very specific requirement. It was primarily developed to enable an author or a bookseller to display Goodreads title information and reader reviews on a WordPress site. Goodreads is a social network for book lovers that enables members to rate and review books.
As of version 1.0.4 of Goodreviews, you can use the Goodreads ID instead of the ISBN to retrieve title information from Goodreads. Replace the isbn parameter in the shortcode with grid and use the Goodreads ID number instead of an ISBN.
GoodReviews offers two ways to control the height and width of its elements. You can either create custom Cascading Style Sheets (CSS) in your theme, or you can specify height, width, and border values in the shortcode. To use the shortcode method, include one or all of the following parameters in the shortcode:
For example, to display the book information and reviews in 500x500 elements with a bordered iframe reviews element, you could issue the following shortcode:
[goodreviews isbn="0000000000000" height="500" width="500" border="On"]
As of version 1.1.0, you can completely disable the default styles by providing a valid URL to an alternate stylesheet in the Alternate Stylesheet URL field on the GoodReviews Settings page. If you have previously altered your theme CSS to modify GoodReviews CSS elements for a previous version of GoodReviews, you should provide a URL to a blank stylesheet file in the Alternate Stylesheet URL field.
In versions 1.0.5 and earlier, you can disable the default styles per-shortcode by issuing the grstyle="off" parameter within the shortcode. However, the grstyles parameter does not disable the default CSS in the Reviews element.
As of version 1.1.0, you can customize the look of the book info, buy info, and reviews elements by supplying the URL to an alternate stylesheet on the Settings page. You can also use the following shortcode parameters:
For example, issuing the following shortcode will style the GoodReviews elements with white text on black background along with blue stars and red links. The header above the reviews frame will be "My Reviews."
[goodreviews isbn="0000000000000" grbackground="000" grtext="fff" grstars="00f" grlinks="f00" grheader="My Reviews"]
You can use the grnumber parameter to control the number of reviews that are displayed on each page of reviews. By default, 10 reviews per page are displayed. The following code would configure GoodReviews to return 20 reviews per page instead:
[goodreviews isbn="0000000000000" grnumber="20"]
You can configure GoodReviews to return only the reviews that meet a minimum star rating. By default, the plugin returns all reviews, regardless of star rating. The following code would configure GoodReviews to return only reviews that have a 3-star rating or higher:
[goodreviews isbn="0000000000000" grminimum="3"]
Issue the shortcode with the cover parameter to select the Goodreads large cover image, small cover image, or no cover image at all. For example, to use the large cover image (which is the default), you would issue the following shortcode:
[goodreviews isbn="0000000000000" cover="large"]
To use the small cover image, you would issue the following shortcode:
[goodreviews isbn="0000000000000" cover="small"]
To turn off the cover completely, you would issue the following shortcode:
[goodreviews isbn="0000000000000" cover="off"]
Please be aware that, at this time, turning off the cover only works if you're using the default CSS supplied with GoodReviews.
Yes, as of version 1.0.4. By default, the author photo is not displayed. You can enable the display of either the large version or the scaled version of your Goodreads author photo by issuing the shortcode with the author parameter. For example, to show the large version of your author photo, you could use the following shortcode:
[goodreviews isbn="0000000000000" author="large"]
To use the small version of your author photo, you could use the following shortcode:
[goodreviews isbn="0000000000000" author="small"]
You can turn off the book information element by issuing the shortcode with the bookinfo parameter set to off. For example:
[goodreviews isbn="0000000000000" bookinfo="off"]
You can turn off the book buying links by issuing the shortcode with the buyinfo parameter set to off. For example:
[goodreviews isbn="0000000000000" buyinfo="off"]
Because the main point of GoodReviews is to display reviews, no shortcode parameter yet exists to turn off the reviews iframe.
This is a mystery to me. The GoodReviews plugin uses what the Goodreads API returns for a given ISBN. Therefore, if the information is in the API feed, GoodReviews will display it. Unfortunately, sometimes the information for some titles/editions appears to be excluded from the API feed even if it is present on the Goodreads link for that title.
No, nor should you. Turning off the Goodreads credits is a violation of their API Terms and Conditions.
Ensure that you enter the shortcode in TEXT/HTML mode, not VISUAL mode.
Requires: 3.3 or higher
Compatible up to: 3.5.1
Last Updated: 2013-3-13
Downloads: 1,732
Got something to say? Need help?