這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Amazon Product Feeder

描述

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.

螢幕截圖

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

安裝

  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.

常見問題

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

評價

2016年9月3日
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
2016年9月3日
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"]
2016年12月21日
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
2016年9月3日
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 ...
閱讀全部10個評價

貢獻者及開發者

“Amazon Product Feeder” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Amazon Product Feeder 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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