>
Download This Plugin | |
Download Elegant Themes | |
Name | Amazon Link |
Version | 3.2.4 |
Author | Paul Stuttard |
Rating | 88 |
Last updated | 2014-09-10 11:40:00 |
Downloads |
96425
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Amazon Link plugin added 2 kB of resources to the Home page and 2 kB of resources to the sample Post page.
Amazon Link plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Amazon Link plugin ads no tables to your Wordpress blog database.This plugin is used to quickly add Amazon products links to your WordPress posts and pages. The product links can be simple text links, thumbnail images, full-size images, complex templates or full-blown Amazon flash widgets.
The product links that can be for any of the Amazon domains (UK, US, Brazil, Canada, China, Germany, Spain, France, Italy, India and Japan).
The content of the product links can be statically entered by the Author (when the link is created), or dynamically refreshed when displayed using data from the Amazon site that is most appropriate for the nationality of the reader.
The product links to be displayed can be specified when the link is created, using the built in Amazon search widget, or dynamically generated by searching the content of the site.
All product links will contain the Amazon affiliate ID of the site author and will be the relevant one for that locale. This allows you to collect commission on any products purchased through the links.
[amazon]
shortcode used to generate product linksTo quickly add a simple text link add the following lines into an entry (page, post or text widget): [amazon asin=<ASIN Number>&text=<link text>]
Where ASIN Number is the unique amazon number used to identify products e.g. "1405235675". The Link Text is simply what you want to be shown for the link, e.g. "Mr. Good".
To utilise one of the templates simply specify the template option with the name of the template to use. For example: [amazon asin=<ASIN Number>&title=<link text>&thumb=<image url>&template=thumbnail]
.
To take full advantage of the plugin features it is recommended that you have an Amazon Web Services account, and enter the Access Key ID and Secret Access Key in the Amazon Link Settings page. Once your AWS account settings are entered the plugin can be configured to dynamically fill in the templates with live information from the appropriate Amazon site. Alternatively you can use the Amazon Search tool on the Page/Post edit screen to find Amazon products and let the plugin pre-fill the Amazon Link shortcode with all the details needed to create the appropriate template.
To generate a list of products relevant to the content of your site use the 'cat' option, to specify where the plugin should search for Amazon product links. This option can be either 'local' to search the current page content or a list of category ids to search specific sections of your site. For example I use this feature to provide friends and family some ideas for presents. This feature also needs access to the Amazon Web Service API and uses the 'CartSimilarities' feature to generate the list of items.
This is created by either putting the line amazon_recommends(<Category>,<Number of Posts>)
in your template. Or putting the line [amazon cat=<Category>&last=<Number of Posts>]
within a post or page. Where 'Category' is a list of category ids to search within (e.g. as expected by the 'cat' argument of query_posts function. The 'last' parameter is the number of posts to search through.