Hi Nick,
Thanks for trying the plugin!
First thing to note is that ASIN (B00HRUSWHY) is not available in the US (it is in the UK) so that might be the problem…
However some more info on how the plugin works:
For the plugin to work fully you need to register with the Amazon Web Service: Advertising API and enter your API Keys into the plugin AWS Public/Secret key settings.
Doing this enables the plugin to retrieve product information from the Amazon Web servers (e.g. the URL to the product thumbnail).
If you do not want to do this then you either have to provide the data it needs manually in the shortcode, or use templates that do not need product data.
As you have found, simple links do not need data from the Amazon server so the shortcode below should just work:
[amazon asin=B000A7DVR2&text=The Big Lebowski]
Or if you provide the data manually in the shortcode you can use more templates, for example the shortcode below will produce a thumbnail:
[amazon asin=B000A7DVR2&template=thumbnail&title=Big Lebowski&thumb=https://ecx.images-amazon.com/images/I/51YVZZH6DNL.SY115.jpg]
Some templates (the Amazon JavaScript widgets) do not need any data, these include:
- carousel
- iframe image
- mp3 clips
- my favourites
[amazon asin=B000A7DVR2&template=iframe image]
Hope this helps!
Paul