Description
What is Amazon Product Feeder?
Amazon Product Feeder (APF) is a Plugin from Susanta’s Lab, which creates shoppable amazon products content on your blog page/post using a shortcode.
More interestingly, as APF plugin uses the RSS feeds from Amazon, your page content will always changes with source at Amazon. So every time a search engine will crawl you site/page will get an updated site/page.
It makes your Amazon Associate affiliate marketing easy and more shoppable while boosting revenue. Adding APF to your site enhances your content by showcasing the products marked with News or Popular or Recent tags, making it easier for readers to buy and you to earn revenue.
Flexible
Unlike traditional banner ads that interrupt, distract, and clutter, APF creates content that makes it easier for visitors to buy what they’re reading about. It’s native advertising that adapts to your site’s look and feel. Place it anywhere on the page.
Live Demo Pages:
- 20 Popular Laptops & Accessories at Amazon
- 20 Popular WiFi Routers at Amazon
- 20 All Time Most Popular ChromeBooks
Usages
[apf domain="com|au|br|ca|cn|fr|de|in|it|jp|mx|es|uk" kw="Keyword" type="new|popular|recent" tag="AssociateTag-20" length="20" details="true|false" target="_blank|_self|_top"]
Where
- `domain` = Specify your domain
- `com` : for Amazon.com (default)
- `au` : for Australian domain of Amazon
- `br` : for Brazilian domain of Amazon
- `ca` : for Canadian domain of Amazon
- `cn` : for Chaneese domain of Amazon
- `fr` : for French domain of Amazon
- `de` : for Germany’s domain of Amazon
- `in` : for Indian domain of Amazon
- `it` : for Italian domain of Amazon
- `jp` : for Japaneese domain of Amazon
- `mx` : for Mexico’s domain of Amazon
- `es` : for Spanish domain of Amazon
- `uk` : for United Kingdom’s domain of Amazon
- `kw` = Keyword related to your product serach. This is the key of your page. Try to be specific for better results. For example, “Router”, “Wireless Router” and “WiFi Router” produces different results on pages.
- `type` = Specify listing type for your keywords
- `new` : Lists all products tagged with **NEW** for your keywords
- `popular` : Lists all products tagged with **POPULAR** for your keywords
- `recent` : Lists all products tagged with **RECENT** for your keywords
- `tag` = Your Amazon associate tag
- `length` = Number of products to be listed. Default = `20`
- `details` = Include listing details. Default = `true`
- `target` = Specify target for link. Use `_blank` to open links in new window.
Screenshots
Installation
- Upload plugin’s
.zip
file to the/wp-content/plugins/
directory - Unzip
.zip
file - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
[apf domain="com|au|br|ca|cn|fr|de|in|it|jp|mx|es|uk" kw="Keyword" type="new|popular|recent" tag="AssociateTag-20" length="20" details="true|false" target="_blank|_self|_top"]
in your page/post where you want to display amazon products with your associate tag.
FAQ
- What is Amazon Product Feeder?
-
Amazon Product Feeder (APF) is a Plugin from Susanta’s Lab, which creates shoppable amazon products content on your blog page/post using a shortcode.
- How to use it?
-
Simply you can use
[apf domain="com|au|br|ca|cn|fr|de|in|it|jp|mx|es|uk" kw="Keyword" type="new|popular|recent" tag="AssociateTag-20" length="20" details="true|false" target="_blank|_self|_top"]
to place an Amazon Product list on your page with your associate tag embeded. - Is there any example of shortcode
-
[apf domain=”com” kw=”chromebook” type=”popular” tag=”YourAmazonTag-20″ length=”20″ details=”true” target=”_blank”]
It will create a page like 20 All Time Most Popular ChromeBooks[apf kw="lcd projector" type="new" tag="YourAmazonTag-20" length="20" details="true" target="_blank"]
It will create a page like 20 All Time Most Popular LCD Projectors
Reviews
Contributors & Developers
“Amazon Product Feeder” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Amazon Product Feeder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- Call to undefined method WP_Error::enable_order_by_date() solved
1.1.b
- correction to rss building function
1.1.a
- Amazon associate tag missing problem solved.
- Added own SimplePie function to read Amazon RSS feed.
1.0.a
Initial release