Goodreads Developers discussion
examples / showcase
>
if isbn exists?
date
newest »


You can use the http://www.goodreads.com/api#book.rev... api call and cache whether or not we have reviews. Do it in bulk for many ISBNs at once.
Other people using this widget are living with the extra space, or are using the above method.
Im using the book review widget to display book reviews in my online store. I'm using the sample here
http://www.goodreads.com/api/reviews_...
But i use a variable for the ISBN number.
Everything works fine except if the ISBN doesnt exist at Goodreads database. It leaves a blank space.
What i want is fairly simple but im not a programmer. I need something like
IF ISBN exists
then show the widget
else
do nothing
any help is appreciated :)