이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Amazon Scraper

설명

Pull the title, author, description, and image from any Amazon product page using only the product’s ASIN number. Simply place a small shortcode on a page or post with the Amazon ASIN and this plugin will pull in all of the data from Amazon. The plugin will automatically embed your amazon affiliate link in to the image and the title of the product. This makes it very simple to easily promote Amazon products on your blog.

Now with support for Amazon in 6 countries (US, Canada, UK, Germany, France, Japan).

설치

  1. Upload the amazon-plugin directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on the “Amazon Scraper” link in the left sidebar of your WordPress dashboard
  4. Enter your Amazon API key from aws.amazon.com
  5. Enter your Amazon secret key from aws.amazon.com
  6. Enter your amazon associate ID
  7. Choose the country you are promoting Amazon products for
  8. Use the shortcode [azr-link asin=”AMAZON ASIN #”] anywhere on your blog (replace AMAZON ASIN with the actual ASIN)
  9. Make your page or post live and look at all the info it pulled in

FAQ

Where do I get an Amazon API and secret key?

There’s no cost to get an Amazon API key. Simply go to http://aws.amazon.com and register for security credentials.

What is the shortcode to display Amazon data?

Use this shortcode: [azr-link asin=”AMAZON ASIN #”] – Obviously replace AMAZON ASIN # with the ASIN number of the product you are promoting.

Where do I find an Amazon ASIN #?

Scroll down the Amazon product page until you see “product details”. The ASIN number should be listed there. If you are promoting a print book, you can use the ISBN-10 number instead of the ASIN number.

What if the data isn’t displaying when I save the post?

This is most commonly caused by invalid API keys or secret keys. Please double check the keys that you used… If that’s not the problem, please double check that you’ve entered the shortcode correctly.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Amazon Scraper”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Amazon Scraper”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

  • Add the ability to select country (US, Canada, UK, Germany, France, Japan).
  • Fixed “Missing Argument” error that some users were seeing.
  • Validates whether server has proper SOAP extensions before allowing plugin use.