This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Amazon Product Feeder

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:

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

  • A screentshot of result page
  • Code to create page above
  • Another screentshot of result page
  • Code to create page above

Installation

  1. Upload plugin’s .zip file to the /wp-content/plugins/ directory
  2. Unzip .zip file
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. 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

September 3, 2016
When I add the shoretcode the page fails to display any other content 🙁 Wish you would update and fix this, just ask for a small donation to make it worthwhile
September 3, 2016
Fatal error: Call to undefined method WP_Error::get_item_quantity() in /home/xxxx/public_html/wp-content/plugins/amazon-product-feeder/amazon-product-feeder.php on line 76 WP version - 4.4.2 Plugin V. 1.2 [apf domain="in" kw="laptops" type="popular" tag="dealsed-21" length="10" details="true" target="_blank"]
December 21, 2016
Fatal error: Call to undefined method WP_Error::get_item_quantity() in /home/kingsofgreen2016/public_html/naturallyhealthymoringa.info/wp-content/plugins/amazon-product-feeder/amazon-product-feeder.php on line 76 naturallyhealthymoringa.info URL standard 2016 wordpress theme - Green Lantern uninstalled
September 3, 2016
this plugin obviously doesn't work with the latest WP versions and Amazon RSS Feeds. if you change the initial [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 your own country or target market like [apf domain="de" kw="laptops" type="new" tag="****-21" length="10" details="true" target="_blank"] you only get a fatal error message Fatal error: Call to undefined method WP_Error::get_item_quantity() in /home/********/public_html/wp-content/plugins/amazon-product-feeder/amazon-product-feeder.php on line 76 Furthermore the susantas lab associate ID is hidden in the plugin code As long as Susantas Lab doesn't care for full functionality anymore, this plugin is completely worthless ...
Read all 10 reviews

Contributors & Developers

“Amazon Product Feeder” is open source software. The following people have contributed to this plugin.

Contributors

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