I want to get the Amazon API working where I can display a list of “currently reading…” books.
Basically I’m using this one: http://expressionengine.com/forums/viewthread/27320 ...
...which is based off the original: http://www.soveryposh.com/x/blog/entries/ee_amazon_api_plugin ...
...which can be found here: http://expressionengine.com/downloads/details/amazon_api/
so I have an associates ID and DevToken (which is now called an Access Key) created this in my sidebar and added this code:
{exp:amazon:asin}
{define_asin}014241011X{/define_asin}
<b><a href="{amazon_link}">{product_name}</a></b><br />
{if img_small_width > 5}{if img_small_height > 5}
<a href="{amazon_link}"><img src="{img_small}" alt="{title}" title="{title}" align="left"></a>
{/if}{/if}
{if amz_authors}<b>Author:</b> {amz_authors}<br />{/if}
{if amazon_price}<b>Price:</b> {amazon_price}<br />{/if}
{if release_date}<b>Release Date:</b> {release_date}<br />{/if}
{/exp:amazon:asin}
and ... nothing. Nothing shows up at all, not even an error. Any ideas? I realize the orginial work has been abandonded by it’s owner but can anyone shed some light on this sucker? OR, better yet, anyone currently using it that can help me?
