View Single Post
Old 08-08-2013, 03:23 AM   #10
textmulch
Enthusiast
textmulch began at the beginning.
 
Posts: 29
Karma: 10
Join Date: May 2012
Device: Kindle Keyboard, iPad
Sure, if the Calibre record for a book has something like isbn:9780981531601 in the "IDs" field, you could optimize the search by using the ISBN:

Code:
<a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-isbn={{ book.isbn }}" target="_blank">View Book on Amazon</a>
This would still bring you to the search results, but with only one book listed (or none), instead of many.

To jump directly to the book would require the ASIN, as far as I know. Of course, you could add the ASIN in the IDs field like "amazon:0981531601", but BicBucStriim currently doesn't look for the other IDs.
textmulch is offline   Reply With Quote