=== Plugin Name === Contributors: kliehm Donate link: http://learningtheworld.eu/2007/amazon-machine-tags/ Tags: amazon, api, web services, post, sidebar, tags, tagging, tag, links, machine tags, associate Requires at least: 2.3 Tested up to: 2.3.1 Stable tag: 1.0 The plugin checks for machine tags with ISBN or ASIN numbers, gets the product data from Amazon, and displays it in the sidebar. == Description == 1. Identifies any tag in the [machine or triple tag](http://en.wikipedia.org/wiki/Machine_tag) form book:isbn=1234567890 or amazon:asin=1234567890. Works with native tags from WordPress 2.3 and later, Bunny’s Technorati Tags, and Jerome’s Keywords. 1. Gets the item information and a thumbnail image from the Amazon Web Services API. 1. Displays the item(s) in the sidebar with a link to the visitor’s best match (if the [ip2country](http://priyadi.net/archives/2005/02/25/wordpress-ip-to-country-plugin/) plugin is installed) or a default Amazon shop. You can edit the HTML output in a XSLT file. 1. If you are an Amazon Associate for that locale, your Associate ID is included automatically. == Installation == 1. Upload the whole `amtap` folder into the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Get an Amazon Web Services [Access Key](http://docs.amazonwebservices.com/AWSECommerceService/2007-06-13/GSG/GettinganAWSAccessKeyID.html). 1. Create a `wp-content/cache/` directory with permissions set to 755. 1. Edit `amtap-blog.css` if you like. 1. Put `` in your sidebar. 1. If you want to use tags in a blog article, write `[amtap book:isbn=1234567890]` or `[amtap amazon:asin=1234567890]`. 1. Use machine tags.