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

WP Amazon Ads

描述

Allows you to insert a listing of related Amazon products, on the single post page by using a custom field called amazon_search and inserting simple code in your template file.
The listings are completely customizable according to parameters defined in the admin panel. If you include an Amazon Associate ID, you can even earn commission! Also allows you to share revenue with your authors on a multi-author blog. Whoever wrote the post gets credit in the listings. Creates a custom field on the author profile pages so they can input their campaign ID. Whoever wrote the post gets credit in the listing.

A few of the features:

  • Specify the search with a custom field in the post called amazon_search
  • Allows you to use the Amazon Associate Network
  • Allows multi-author blogs to share revenue, you can even specify the percentage to share
  • Can share revenue with the author of the post if you desire
  • Uses advanced search parameters
  • Display is easily customizable
  • Hides the affiliate link to Amazon

螢幕截圖

  • View on a Post
  • View of Admin Panel

安裝

WP Amazon Ads is installed like any other WordPress plugin.

1) Download the latest package from the downloads page (https://wordpress.org/extend/plugins/wp-amazon-ads/).

2) Upload the whole directory into your wordpress plugins directory (usually, yoursite/wp-content/plugins). The plugin must reside in a sub-folder called “wp-amazon-ads” (lower-case!) as supplied in the zip file, else it WONT WORK

3) Go into the WordPress admin panel, find Plugins and WP Amazon Ads should be listed. Click Activate to activate!

Using WP Amazon Ads

1) You can also get the listings by placing the following code in your template file for your single post. Usually called single.php. Place it inside the loop. I like to place it right after the_content tag.

<?php if(function_exists('wp_amazon_ads')) {wp_amazon_ads($post->ID);}?>
  • After you edit your template file then all you have to do is add a custom field to the post called amazon_search. Set the value for what you are searching for.

ex:
Name: amazon_search
Value: ipod

3) View the post and you should see the listing show up.

4) Go to the “WP Amazon Ads” admin panel under the Settings dropdown, and modify what you would like.

5) For multi-author blogs, each author needs to enter their campaign ID on their profile page in the input field added at the bottom.

Notes:
* If the amazon_search custom field is not used or blank then the ads will not be displayed.

常見問題

I don’t see the mulit-author settings.

You must be using WordPress V2.8 or higher.

Why should I contribute or leave the powered by link?

Because you’re a cool person and like to show your appreciation.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

1.0

  • No changes, first released version.

1.1

  • Minor bug fixes.

1.2

  • Missed a bug.

1.3

  • Minor bug fixes.

1.4

  • Tested on latest version of WordPress.