Getting Started


Getting Help

If you have any questions or need help using this plugin, you are encouraged to register on the forum.

First Step

Before you can start using this plugin, you will need to have an AWS account. Once you have an account, locate your Access Key and Secret Key and input them in the Amazon Tools Settings page. The plugin does not require an Amazon Associates account to function, but without one you will not earn commission for any sales you generate. You can input you associate tag in the settings page.

ASINs

An ASIN is a ten character string used by Amazon to identify products. Amazon Tools uses ASINs to retrieve product information. You can locate a product's ASIN in the product URL. For example in this URL:
http://www.amazon.com/Kindle-Wireless-Reading-Display-Generation/dp/B002Y27P3M/
the ASIN is B002Y27P3M. If you're using Amazon Tools Quick Search to lookup products, the ASIN will be included in the search results.

Using Shortcodes

To use this plugin you will need to know how to use the amazon shortcode. You can find the shortcode documentation Here. You will need to use shortcodes to display production information in posts as well as create templates.

Shortcode Examples

Creating a product link
To create a link to a product use the amazon shortcode and specify the product's ASIN in the asin attribute, and 'link' in the get attribute.
<a href="[amazon asin="1439149038" get="link"]">Under the Dome by Stephen King</a>
Link with product title
<a href="[amazon asin="0385533853" get="link"]">[amazon get="title" length="30"]</a>
Notice that in the second shortcode, the ASIN is not specified. Once you specify an ASIN it will be used in every shortcode afterward, unless you specify a new ASIN. Also notice that the second shortcode has a 'length' attribute. This attribute is used to limit the number of characters displayed by the shortcode. When the length attribute cuts off part of the shortcode output it will append an ellipsis (…) to indiciate the text was cut short.
Product Ad From List
The following example will select a product at random from a list (you can create lists in the Amazon Tools Lists page) and display a template for the selected product. In this example, the list will be called 'books' and the template will be 'Simple Ad Unit' (one of the templates that comes with the plugin).
[amazon list="books" template="Simple Ad Unit" random="1"]

Creating Templates

The plugin comes with a few templates to get you started and serve as examples. However, it is likely that you will need to modify these templates or create new ones to better suit your theme and needs. Creating Templates Guide.

Show Off

Feel free to show others how you are using Amazon Tools by posting in the Forum.