>
Download This Plugin | |
Download Elegant Themes | |
Name | Amazon JS |
Version | 0.7.3 |
Author | makoto_kw |
Rating | 100 |
Last updated | 2014-08-07 05:07:00 |
Downloads |
37776
|
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 JS plugin added 3 kB of resources to the Home page and 3 kB of resources to the sample Post page.
Amazon JS plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Amazon JS plugin ads no tables to your Wordpress blog database.AmazonJS displays Amazon products on your WordPress posts and pages. AmazonJS adds a search form to WordPress post form. Then you can search Amazon products by keyword, ASIN or URL, and add shortcode or html to your post from results of search.
AmazonJS uses `amazonjs' shortcode and jQuery template to display Amazon products. View the work data at runtime, Javascript allows various representations. AmazonJS has some template to Amazon products for each Product Group, it can how to display the different Amazon products, such as books and music.
AmazonJS requires Amazon Product Advertising API in order to get Amazon product information from ASIN or keyword. Thus, you have to sign up Amazon Product Advertising API and specify your Access Key and Secret Access Key. And you must set your associate tags for Amazon Associates also.
AmazonJS adds a media link above an editor in the editing post page. The form that searches an Amazon product is shown when you click it. AmazonJS adds a simple html code (like WP-amazon) or an amazonjs
shortcode from form.
AmazonJS supports the `amazonjs' shortcode.
ex)
[amazonjs asin="B00005ED8E" locale="JP" tmpl="Small" title="D?N?A"]
US
, UK
, DE
, FR
, JP
, CA
, CN
, IT
or ES
Small
. if tmpl is empty, apply a template via Product Group of Amazon Product Advertising API.small
, medium
or large
.In first, AmazonJS converts <a/> tag from amazonjs
short code in server side. Second, in window.load, amazonjs.js
(it is added by plugin) will replace <a/> tag with formatted html to display Amazon Product by using jQuery template.