I’ve updated the Amazon plugin to work with WordPress 1.5. The plugin uses a class called “Snoopy” to connect to Amazon, and this, it turns out, as been added as a class in the core WordPress code. So when I redefined it in my plugin, it was causing a problem with the Dashboard, which was trying to reinclude the class. The fix (thanks to George for beating me to the punch on diagnosing the problem and sending in a fix) can be downloaded here. The changes included deleting the Snoopy class definition and requiring snoopy-class.php from wp-includes.
I cannot for the life of me get this plugin working. Text appears below my categories list saing Amazon wsh list but nothing else. What do i need to do in order to get an image of a book from my wishlist to appear? Maybe i have not entered my wishlist id correctly. It is currently entered as numbers in the following format xxx-xxxxxxx-xxxxxxx. Any help most appreciated.
Plugin does not work with amazon.de (Germany), only with com and co.uk 😦
Hey guys, working on installing the plug-in, with a little tweaking I seem to have gotten it working, aside from teh fact that it doesn’t like my wishlist id. My main question is, how do you format the output of the amazon side-bar section? I noticed it’s formatted on here, but if you take a look at my website you’ll see that it’s all in bold lettering, and of course i don’t program in PHP…. Any thoughts?
there is a thread going about the same problem you are experiencing David, here:
http://wordpress.org/support/topic/38790#post-218573
it would probably help if I read that it was meant for 1 random image. DOH! Thanks for the e-mail. I ended up using this other plugin that shows my full wish list: http://daryl.learnhouston.com/?p=55
I only can get it plugin to show only 1 item from my wishlist even though there is 30 items.
Has anyone ever got this working with Amazon.ca? It generates lovely blankness for me. I know that AWS had a bug, but that appears to have been fixed (assuming so, since this works: http://www.junto.co.uk/Amazon/WishListWidget.aspx)
I set $aw_locale to “ca”. I also tried adding to the switch statement:
case “ca”: $this->server .= “ca”; break;
Any ideas?