开发者

How can add Amazon Wish List to my site? (PHP, jquery, CSS)

开发者 https://www.devze.com 2023-01-16 06:48 出处:网络
I want to add an Amazon Books Wish List to my site and I want to style it with CSS. So, how can I do it? Should I use PHP or can I use 开发者_StackOverflow社区Jquery?

I want to add an Amazon Books Wish List to my site and I want to style it with CSS.

So, how can I do it? Should I use PHP or can I use 开发者_StackOverflow社区Jquery?

Do you know PHP tutorials for it or any Jquery plug in?

Thanks


I've never done this before, but I believe you would need to sign up for an Amazon developer API key, then use the Product Advertising API to access wish lists information in XML. You can then parse the XML using PHP (or jQuery) then display the information however you list.

Here's a tutorial from Amazon as well: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=379

0

精彩评论

暂无评论...
验证码 换一张
取 消