Amazon Showcase Wordpress Plugin

Amazon Showcase 1.1 Front EndAmazon Showcase is a Wordpress Plugin for showcasing items from Amazon. Simply enter the ASIN/ISBN numbers of any products and optionally enter an Associate ID for earning commissions. The product image will be displayed with a link to the product detail page on Amazon.com.

Download Latest Version
Amazon Showcase Wordpress Widget 2.2

Download older versions

Installation

  1. Unzip and place the ‘amazonshowcase’ directory in the ‘/wp-content/plugins/’ directory on your webserver
  2. Activate the ‘Amazon Showcase’ plugin from within the ‘Plugins’ section of your Wordpress administration area
  3. You should now have access to the settings from ‘Settings > Amazon Showcase’

Upgrading

  1. Unzip and place the ‘amazonshowcase’ directory in the ‘/wp-content/plugins/’ directory
  2. You should now have access to the settings from ‘Settings > Amazon Showcase’

Configuration
There are several attributes available in this plugin: Showcase Name, Associate ID, Locale and Item ASIN/ISBNs & Image Sizes.

Amazon Showcase 1.1 Back End

  • Showcase Name
    Use this attribute for naming each showcase.
  • Associate ID
    This is is an optional field that allows Amazon Associates to enter their Associate ID. When you supply an Associate ID, it is automatically inserted appropriately into the item’s link. This allows you to earn commissions when people click on the item and purchase it through Amazon.
  • Locale
    The locale field allows you to select which of the international Amazon websites from which to pull items.
    You have 6 options:

  • ASIN/ISBN
    Use this attribute to define the Amazon product you would like to display in the showcase. This can be any item from the Amazon.com catalog. Simply locate the item’s ASIN or ISBN and enter it in one of these fields.
    Examples:
    ASIN: B000I1ZWRC
    ISBN: 1582345236
  • Image Size
    Amazon usually provides five different product image sizes: swatch, small, tiny, medium and large. Select the image size that you would like to use within your showcase.
  • Template
    Use the template field to define the HTML that is generated for each product. There are several pre-defined ‘tags’ that you can used as placeholders for product information. For example, any instance of the tag ‘[author]‘ in the template will be replaced by the product’s author name when outputted.
    Available tags:

    • [title] – The title of the product
    • [author] – The author(s) or creators of the product, if available
    • [url] – The URL for the product’s detail page on Amazon.com
    • [image] – The HTML for the product image (fully formed tag)
    • [image_url] – The URL of the specific image size you selected
    • [image_width] – The width (in pixels) of the specific image size you selected
    • [image_height] – The height (in pixels) of the specific image size you selected

Customization
I’ve tried to make the output of the Amazon Showcase plugin as clean and customizable as possible. Using CSS, you should be able to customize the look and feel of the item display.

This is the structure of the HTML that is produced:

<div class=”amzshcs” id=”amzshcs-[showcaseIdentifier]“>
<div class=”amzshcs-item” id=”amzshcs-item-[itemIdentifier]“><a><img /></a></div>
<div class=”amzshcs-item” id=”amzshcs-item-[itemIdentifier]“><a><img /></a></div>
<div class=”amzshcs-item” id=”amzshcs-item-[itemIdentifier]“><a><img /></a></div>
</div>

Comments

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

308 Responses to “Amazon Showcase Wordpress Plugin”

  1. katie on December 5th, 2007 10:56 pm

    hi, thanks so much for this wonderful widget. finally something that is easier to figure out than the amazon media manager plug-in!

    i have installed this widget to my wordpress blog. it works fine but i have a couple of customization questions.

    - currently the icons are stacked on top of one another without any space in between to breathe. how can i add a bit of blank space in between?
    - also there is a border around the icons. how can i get rid of it?

    sorry, these might be really simple issues but i’m really unfamiliar with css so i apologize for asking them. please reply if you can…thanks!

    katie

  2. Aaron on December 6th, 2007 9:39 am

    Katie,
    To accomplish what you mentioned, you will need to add some CSS rules to your stylesheet. I think this should do the trick:

    .amzshcs-item { margin-bottom: 5px; }
    .amzshcs-item a img { border: 0px; }

    (You may want to fiddle with the margin numbers a bit)

  3. Andre Costa on December 14th, 2007 3:21 pm

    Dear Aaron.

    I also love your plugin. Thanks for putting the time and effort into developing it.

    Two things.

    I would like to display two images per line. Can you help me figure it out? I don’t know anything about CSS, so I need to ask!

    You should probably consider adding something to your plugin that will allow people to share their gains from Amazon with you. I am sure a lot of people would be willing to – especially if you have accounts with Amazon in other countries, then you could get the income from people who live in those countries.

    Thanks again.

  4. Aaron on December 14th, 2007 3:40 pm

    Andre,
    You should be able to arrange the images side-by-side using this bit of CSS:

    .amzshcs-item { float: left; width: 100px; }

    You will need to tinker with the value of ‘width’ and also the width of your sidebar to get this to work, but other wise this should do the trick.

    Thanks!

  5. Elizabeth on December 17th, 2007 8:04 pm

    Hi!
    This plug-in is great. I was wondering if there is a way to have it located on a wordpress page, not a sidebar. I would like to create sort of a “library” page/effect.
    Thanks!!

  6. Brian on January 3rd, 2008 10:35 am

    Hello – First of, good job and thanks!

    Is there a way to show the Amazon title under the picture?

  7. priscilla on January 3rd, 2008 5:59 pm

    Hi, I just installed this plugin today. Unfortunately, I am getting an intermittent error with it. Sometimes it loads and works fine, but sometimes it removes all of my other widgets and lists only an error message saying that it’s invalid.

    At the moment it’s working so I am leaving it intact, but I thought I should let you know about this.

    Thanks for sharing this, it’s very handy :)

  8. Michael on January 3rd, 2008 8:49 pm

    Hi Aaron,

    Is there a way to add Amazon Showcase to the sidebar without using the widget?

    I have finally got all the sidebar CSS working & I don’t want to use the AS widget, as it removes all the existing sidebar content.

    I am guessing that I could use ‘php if(function exists’ as it is used for ‘get_flickrrss’ ?? but I cannot find a code example.

    What do you suggest?

    Thanks,

    Michael

  9. priscilla on January 4th, 2008 3:48 pm

    The error kept recurring, so I had to uninstall it. It’s a good widget, though.

  10. Jim on January 6th, 2008 9:21 pm

    Thank you!
    I’m running into a problem where the text of the box shows up but not the Amazon listing…any thoughts?

  11. Aaron on January 7th, 2008 9:17 am

    Michael,
    As of right now there is not a way to use it outside of the widgets. However, you should be able to move all of your static content outside of the widget condition statement and have both show up. Contact me if you need some help doing this.

  12. Aaron on January 7th, 2008 9:20 am

    Priscilla,
    I’m sorry you were unable to make the widget work. It sounds like it may have been a problem with the data being returned by Amazon. Was there a specific error message?

  13. Aaron on January 7th, 2008 9:21 am

    Jim,
    What is the URL of the website where you have the widget installed? Is there a specific error message?

  14. JIm on January 9th, 2008 5:40 pm

    No specific error. I just don’t see what I’ve posted.
    Thanks for your reply.

  15. Aaron on January 10th, 2008 9:50 am

    Jim, send me a message using my contact form and I will work with you via email to get things working correctly.

  16. John on January 12th, 2008 1:02 am

    Aaron,
    I’m having the same problem as Jim, the title shows up, but not the Amazon list. Also, I am having a problem with the config button. It will only pop up the book entry some of the time. It just does not respond. Any ideas? Thanks!

  17. Aaron on January 14th, 2008 11:57 am

    John,
    Make sure there are no spaces in the ISBNs that you have inputted.

  18. Phil on January 18th, 2008 2:49 pm

    Aaron,
    Very nice widget. Installed easily, configured easily, well written documentation. Very well done.

  19. Aaron on January 18th, 2008 3:00 pm

    Phil,
    Thanks for the kind words. Glad you like it!

  20. Craig Walters on January 18th, 2008 11:22 pm

    I have the Amazon Showcase widget installed and placed on the sidebar. I do not see any way to bring up the configuration page for it. It is not listed under the Options tab. Where do I find the configuration page?

    thanks
    Craig

  21. Cat Martin on January 18th, 2008 11:37 pm

    Excellent widget!!

    Just a couple of customisation questions:

    Like the users above, I would like to try and have a gallery affect in my side bar, so I’ve made all the images the same size and done rules you have suggested above. The only thing is, now my other widgets keep over lapping into where I have the images!

    I know this is a css issue, but I’m a bit of a novice at this and was wondering how I could “prioritise” what order my widgets were seen in.

  22. Aaron on January 23rd, 2008 2:41 pm

    Craig,
    You can configure this along with your other widgets under ‘Presentation > Widgets’

    Aaron

  23. Aaron on January 23rd, 2008 2:42 pm

    Cat,
    Try adding this rule to your stylesheet:

    #amzshcs { clear: both; }

    This should prevent your other widgets from floating next to the Amazon Showcase widget.

  24. hooman on January 25th, 2008 12:11 am

    Would be nice to have the widget show the name of the book next to it, similar to what amazon has(except theirs only shows 3 at a time)

  25. Aaron on January 25th, 2008 9:08 am

    Hooman,
    I will be releasing a new version of the widget in the next week or two that will allow you to do this. Stay tuned!

  26. chickenmoo on February 1st, 2008 6:51 pm

    I dont know if this is a feature but it would be good to allow maybe 50 items to be inserted into the db and then have them rotated with only one displayed at a time per page… so they do not stay the same as you read different pages.

  27. kelly on February 7th, 2008 9:10 am

    I want to add more books than ten. How do I do this?

  28. Aaron on February 7th, 2008 9:35 am

    Kelly,
    Right now the widget is limited to 10 books. This was a result of having to make 10 separate requests to the Amazon AWS api. Any more calls would make the page load much more slowly.

    I will try to think of some ways to allow more than 10 items.

  29. neil on February 8th, 2008 5:30 am

    Is there a way to use it NOT as a widget and just paste the code into my sidebar???
    Thanks a lot.

  30. Carl on February 11th, 2008 1:45 pm

    Some Widgets allow you to have multiple copies of the widget (such as Category Posts, RSS, Text, etc). It would be great if Amazon Showcase would also do this. Then we could have multiple lists, such as “Currently Reading”, “All Time Favorites”, “Recommended DVDs”, etc.

    Is there currently any way to have multiple instances of Amazon Showcase in the sidebar?

  31. Aaron on February 12th, 2008 10:15 am

    Carl et al.,
    I’ve just released version 1.3 which adds the ability to create up to 10 instances of the Amazon Showcase widget.

    Enjoy!

  32. kelly on February 12th, 2008 2:03 pm

    Have you been able to figure out if I would be able to add more than 10 books?

    kelly

  33. Greg on February 17th, 2008 4:35 pm

    Hi Aaron. Thanks for you great contribution. I’m eager to integrate your great widget, but no configuration option appears under ‘Presentation/Widgets’. All I see on this admin page is the option to drop your widget into my sidebar, and then specify how many Amazon widgets I’d like to include. I’m using the Mimbo theme. Might that be causing an issue? Any thoughts on where I should start digging to solve this? Thanks so much.

  34. bc on February 26th, 2008 12:24 am

    For you folks not finding the configuration button, I wasnt seeing it either, its not that intuitive. Its actually a wordpress thing, when you drag the widget to your sidebar you will see a little icon on it at the drag page. Most of your widgets will have it, just mouse over the right side of it after you drop it and youll realize what the deal is.

  35. kr on February 29th, 2008 4:15 pm

    Hi! Thanks for the wonderful widget.
    I have some questions though -

    Is there any way I can customize the size of the images? The “small” is too small for me and the “large” is too big. I’d like something in between. Is there a code I can put in for that?

    Also, I’d like to center my title under each image. Is there a way for me to do that in my css.

    Thanks so much!

  36. Jonathan Mead on March 4th, 2008 10:43 pm

    Thank you so much for this wonderful widget! It’s so much better and more customizable than the ones amazon provides you with. Thank you again!

  37. melanie on March 9th, 2008 5:43 pm

    Thanks so much. This is a great widget, my favorite of all the Amazon related plugins/widgets I have tried; it is so easy to customize and integrate into my existing site.

    The only thing that would make it more ideal for my situation would be the option to limit how many of the items are shown at a time and the option to shuffle/randomize the order items are shown. For example, 10 items listed in the options, but only three items randomly displayed in sidebar, so each visit to the page shows a slightly different list/order. Any chance a feature like this might be implemented in the future?

  38. Aaron on March 9th, 2008 6:37 pm

    Melanie… noted!

  39. Alan on March 14th, 2008 11:05 pm

    Hey Aaron,

    thanks for the great widget. I was able to add one instance of some CD’s I’m listening to. However, when I went to add another instance, I changed the settings to show some books I’m reading. Programmed the isbn numbers for them and it just shows the same instance for the CD’s. Any idea what the issue is? Thanks

    Alan

  40. Michael on March 18th, 2008 6:00 pm

    Has this been tested in Wordpress 2.5 yet?

  41. Aaron on March 18th, 2008 7:05 pm

    Michael,
    No, not yet. Though you are welcome to test it and let me know the results!

    Thanks,
    Aaron

  42. Angela Harms on March 21st, 2008 5:53 pm

    I’ve got this installed at cornucopiapress.com, and I’m getting this error:
    WARNING IsterXmlExpatNonValid->parse(): expat: Invalid document end [0/1/1]

    Any ideas? It’s a brand new site, and I’m running Drikatruu Jelly template. Any help you can offer would be most appreciated.

  43. Angela Harms on March 22nd, 2008 2:39 am

    Interesting new info. It fixed itself automagically, for a minute. There were still formatting problems, but I definitely saw a book cover. Then, next time I checked, it was gone, and the error was back.

  44. Angela Harms on March 24th, 2008 9:57 pm

    Ok, I don’t mean to be a pest… But this is a beautiful widget, so I’d really like to make it work. I just want to add that I switched to your theme, PressRow, and widgetized it, and it is giving the same error, intermittently.

  45. Aaron on March 25th, 2008 7:41 am

    Angela,
    It sounds like it may either be a problem with your hosting provider (and its support for certain PHP features), or a problem with one of the products you are trying to display. What product numbers are you using (ASIN, ISBN, etc)?

  46. Dan on March 26th, 2008 1:54 pm

    Aaron,

    Very cool widget – thx!

    I would like to see an option instead of listing them all vertically to rotate between the ones in the list – based on either page refresh or time limit.

  47. Thom on March 27th, 2008 9:08 pm

    Hi AARON:

    Love the widget. But it looks like my associates ID is not transferring to the link. Normally it inserts my actual ID, and with the widget it has no ID bit a subscription number. Ideas?

  48. Angela Harms on March 27th, 2008 9:40 pm

    Hi, Aaron. It doesn’t look to me like it would be the particular ASIN. What php features do you think could be causing the problem?

  49. Dane on March 29th, 2008 1:56 pm

    I’ve got this installed on my wife’s blog and I intermittently get the following error:

    Fatal error: Call to a member function on a non-object in /home/content/w/a/t/watson349/html/cookie/wp-content/plugins/AmazonShowcase.php on line 40

    I am on GoDaddy hosting, using WordPress 2.3.

    Could you please email me and let me know what you think is going on?

  50. Dane on March 30th, 2008 12:09 pm

    Just further clarification – it is no particular ASIN, I’ve tried plenty and it seems to happen no matter what product I choose.

  51. Wim on April 1st, 2008 3:33 pm

    Trying out the 1.3 version of the widget on wordpress 2.5. It’s hosted on awardspace (php 4.4.1 and mysql 4.0.24) thus meeting the requirements of wordpress but I’m not sure it’s meeting your requirements Aaron.
    I’m getting errors when activating it and then switching to the view panel. Only remedy is to deactivate it. Haven’t found any error log so far so can’t help you out there.
    I’d like to add that WP2.5 doesn’t seem to have a plugins/widgets/ folder, so I place your widget in plugins/
    Any further input on this would be welcomed. Will reply if I find anything interesting myself.

  52. Wim on April 1st, 2008 4:15 pm

    Me again. When installing the 1.2 version I get the same kind of problems.

    As a sidenote: 1.2 gets listed as 1.3 in the plugins panel ..

  53. Wim on April 2nd, 2008 3:03 am

    Next test: running WP2.3 on a local XAMPP (PHP5.2+mysql5.0.27).

    No more problems as with the previous setup (on awardspace). In the administration panels I can activate the plugin and set it up in the sidebar. I can also add multiple AS widgets if so desired.
    Thing I noticed though: I can’t launch the setup of the widget (where you add the ISBN numbers etc) when I’m in IE6. Switching to Firefox2 this problem disappears.

    Next in the testsuite: upgrading to WP2.5 on this xampp. If the widget still works then I’ll blame awardspace (or the php version they’re using ..)

    I hope this helps you a bit :-)

  54. Wim on April 2nd, 2008 3:17 am

    My mistake .. I was running 2.3 (dutch version) on awardspace too. So it’s already clear it has to do with the host. Will try 2.5 on both awardspace and local now ..

  55. Wim on April 2nd, 2008 3:49 am

    WP2.5 running on xampp now. Everything seems to work fine. Only the IE6 browser keeps refusing to open the setup window for the widget.

    The problem persists on awardspace though. When I activate the plugin (no problem there) and then go to the widget panel, I end up at http://www.awardspace.com/some_random_advertising_page.htm

    So far so not so good :-/ Not a huge problem though. It’s only a free hosting package so I’ll start looking for a replacement. Would be welcomed if you had some feedback as to what the cause might be (php incompatible version or whatever).

  56. Bradford Parks on April 2nd, 2008 2:17 pm

    Hi. You don’t need me to tell you this is a swell widget. But I do have one issue that perhaps some others are having as well. I host my blog through Dreamhost, and am using the new WordPress 2.5. When you go to the Design/Widgets sections to add the new version of Amazon Showcase, when I click on the “edit” button, it brings up the interface, but only the right hand side of the box, and you cannot scroll to the left. This probably has something to do with the colum on the Wordpress sheet for looking at your widgets. If I click on this box, it will open up to it’s fill size, but as soon as you try to write anything on it, it changes back to the smaller size. I would be happy to send you a screen print–I have tried this in both the IE6 and Maxthon web browsers. Thanks for all yoiur hard work, and if you have any tips, I woudl appreciate it, becase everyone loves this widget. BP

  57. Jiimy on April 2nd, 2008 6:49 pm

    I’d REALLY love to use this widget, but i’m having some problems too. Sometimes the image is there and sometimes I get this error:

    WARNING isterxmlexpatnonvalid->parse(): expat: no element found [-1/0/1]

    i tried changing messing around a little with php settings (enabled cURL, etc) but nothing changed. It doesn’t seem to matter which products I install either. They always work at first…then the error inevitable comes. I need to this to be reliable, so hopefully there’s a fix. Thanks!

  58. Aaron on April 2nd, 2008 6:55 pm

    Hey folks, it seems like a lot of people are having similar issues with the plugin with WP 2.5. I don’t have a lot of spare time this week to work on it, but I will try to have a look at it this weekend. Hang tight and I will get everything sorted out!

  59. Bradford Parks on April 3rd, 2008 8:14 pm

    For the author and anyone else here who uses Dreamhost–instead of using the Wordpress 2.5 to update the widget, I manually FTP-ed it to my blog and now everything is hunky dory. Thanks for the awesoem widget.

  60. Nuclear Boy on April 6th, 2008 9:25 am

    Hey man. Cool widget. I have it on my blog now.

  61. Michael on April 8th, 2008 1:34 pm

    Well, I just ran the 2.5 upgrade. Appears to me that the Amazon widget works, but not on the index page. Bombs out there. But if I go to archives it works fine. Very strange, but unfortunate for me. I loved this plugin…

  62. Aaron on April 8th, 2008 1:35 pm

    Michael,
    Do you receive any errors?

  63. Michael on April 8th, 2008 1:36 pm

    Just saw your post on 08.04.02 about looking in to 2.5 issues. If you need a hand, feel free to email me, and I’ll spare you some time to help on the development if needed.

  64. Michael on April 8th, 2008 1:36 pm

    Negative on errors. Page just loads everything up until that point, then stops.

  65. Michael on April 8th, 2008 1:38 pm

    Wild, I just deactivated the plugin and reactivated it, and now it seems to be working. Might just be a little wonky ghost in the machine with 2.5.

  66. Michael on April 8th, 2008 1:46 pm

    Looks spotty. Sometimes it works, sometimes not. Had someone try it on their machine, didn’t come up. I tried it on another, worked in FF, didn’t in IE. Appears to be no pattern besides sometimes it works, sometimes it doesn’t.

  67. Daryl Auclair on April 9th, 2008 6:19 am

    Great plugin! I had trouble at first since I entered the ISBN directly from the bar code on the book. I found out that this was an ISBN-13 number and the widget requires the ISBN-10 number. So, I navigated to my book on amazon and looked up the ISBN-10 there. Worked like a charm!

  68. Kevin on April 10th, 2008 4:18 am

    FYI I had trouble finding the configuration too. After much gnashing of teeth and slappings of foreheads, I realized that the ‘edit’ link scrolled off the right because my font was too big (and the widget name is too long). I had to reduce my font size to find it.

    Thanks for the great widget!

  69. Daisy on April 16th, 2008 4:00 am

    Hi!

    I really like this plugin!

    My blog has two sidebars. When I go to Design–>Widgets to add it, it will only show in Sidebar 1, and naturally, I need it to go in Sidebar 2. I’m not sure what code to change/add to accomplish this. I looked above, but I didn’t notice a solution. Is there a way I can do this?
    Thanks a bunch!

  70. JUST PUDGE » 4 things i bring on April 16th, 2008 11:43 am

    [...] if you are looking for a ‘widget’ to add to your blog, go HERE! If you are still wondering what a widget is…visit [...]

  71. Nicole Bandes on April 20th, 2008 11:45 pm

    I would like to have the text (title and author) left aligned along the picture. Any suggestions?

  72. Kelson on May 2nd, 2008 8:34 pm

    I’ve been using this plugin off and on for several months. Most of the time it’s great. I’d like to make a request, though:

    It would be better to retrieve the data from Amazon only when settings are changed, and store the results locally.

    I noticed my blog was performing very slowly today (as in it would sometimes take 4-7 seconds just to generate the HTML), and thought at first that it was a side effect of upgrading to PHP 5.2.6. Once I installed XDebug and took a look at the profiling results, I found that Amazon Showcase was taking up at least half of the execution time, and most of that was in curl.

    Since disabling Amazon Showcase, page generation times have returned to the normal .5s to 1.5s range. I can only assume something is bogging down our route to Amazon at the moment.

    It seems wasteful to contact Amazon on every page load to retrieve data that only changes occasionally. And if the connection to Amazon is slow for any reason, that causes delays in the page even appearing — far worse than placeholder images taking a while to load.

  73. Leland on May 9th, 2008 4:08 pm

    @Kelson: You may want to look into using the WP Super Cache plugin. It might help with that issue.

  74. Review: Amazon Showcase Wordpress Widget on May 22nd, 2008 3:11 am

    [...] Amazon Showcase Wordpress Widget (version 1.3) WordPress Extend [...]

  75. Lori on May 23rd, 2008 11:17 pm

    Hi Aaron… I love this widget. I can’t seem to get my other sidebar items to stop overlapping it. I tried using:

    #amzshcs { clear: both; }

    But, it doesn’t seem to work. Is there any other advice you have? It works fine when I have one book cover per line, the issue arises when I put two per line using:

    .amzshcs-item { float: left; width: 100px; }

    Thanks for any help you can provide.

  76. Diana on May 28th, 2008 2:19 pm

    Great widget! But I just noticed today that FireFox 2 and Netscape 9 are not showing working links. Safari 3 on Windows and IE 7 *are* showing links. At first I thought it might be a FF plugin conflict, as I have a few, but I have no browser plugins in Netscape.

    Here’s a link from the source code on the generated page:

    Chester E. Finn Jr.

    The link is identical in IE and FF.

    The link works when I simply create it in a blank HTML page, so it must be a conflict within the blog itself. I have 15 WP plugins, but it’s not obvious to me why any of these would have an impact on the Amazon Showcase hyperlinks. All other page links work.

    Ideas?

  77. Diana on May 28th, 2008 2:31 pm

    oh, never mind, it was an odd effect of my CSS. Some browsers interpreted the markup in an unexpected way; all resolved, thanks!

  78. bile on May 31st, 2008 7:05 pm

    It’d be nice if there was a way to change the ASIN or ISBN-10 outside the widgets page. So that users with fewer privileges… editors in particular could change them.

  79. Lynsey on June 2nd, 2008 11:44 am

    Aaron, after seemingly endless Amazon plugins it’s great to find one that actually works, has some flexibility in terms of layout, and a creator who responds. Thank you – very nice work.

    A suggestion for the next version – the Goldilocks option – i.e. the middle sized image. You know the story – three choices so we could find the one that was ‘just right’.

    Keep up the good work Aaron.

  80. maui.jim on June 7th, 2008 12:52 am

    Thanks for the great plugin!

    Is there a way to center the pictures in the sidebar? I can’t seem to get them to move away from the left side of sidebar. It seems as if they should float: center float: right?

  81. Roger on June 9th, 2008 8:34 pm

    Hi
    It started to work bit the hstop with the following error:

    %BEG_OF_TITLE%Currently Reading%END_OF_TITLE%
    WARNING IsterXmlExpatNonValid->parse(): expat: no element found [-1/0/1]

    Fatal error: Call to a member function children() on a non-object in /home/rogertat/public_html/blog/wp-content/plugins/AmazonShowcase.php on line 40

  82. cathryn on June 11th, 2008 7:44 am

    This is just the kind of thing I am looking for!

    Except . . .

    Is it possible to use it without using widgets?

  83. Andrew Feldstein on June 12th, 2008 12:46 pm

    I see a few other comments here about a fatal error issue. The plugin worked fine for a while but I now get a fatal error as well. I am using Wordpress 2.5 and being hosted by godaddy.

    I have deactivated Amazon Showcase for now but I hope you come up with a fix because I really like the plugin.

    Thanks for your great work.
    Andrew

  84. Justin C on June 14th, 2008 12:01 pm

    I’d really like to use this plugin, however it won’t work on my site.

    I’ve uploaded it and the AmazonShowcase_Assets folder to the plugins folder on the server, and I’ve activated the plugin. However, when I go to Manage -> Widgets the page is broken, the WP header loads, but no content. As soon as I deactivate the plugin all is well.

    I’m running WP 2.5.1, any ideas?

  85. Justin C on June 14th, 2008 12:05 pm

    Following on from my last post, I’ve got an error:

    %BEG_OF_TITLE%%END_OF_TITLE%

    [begin]

    Warning: implode(): Bad arguments. in /www/hosts/purestblue.com/www/wp-content/plugins/AmazonShowcase.php on line 36
    WARNING isterxmlexpatnonvalid->parse(): expat: no element found [-1/0/1]

    Fatal error: Call to a member function on a non-object in /www/hosts/purestblue.com/www/wp-content/plugins/AmazonShowcase.php on line 40

    [end]

    Does this lead to any clues?

  86. maui.jim on June 14th, 2008 9:45 pm

    Great Plugin!

    It appears the default when clicking a link to Amazon, is to open Amazon in the current browser window. Is it possible to change the link to open Amazon in a new window or tab?

    Thanks,

  87. Roger on June 15th, 2008 8:33 pm

    Got the same error but aaron may be on a holiday…

  88. Justin C on June 15th, 2008 9:21 pm

    Maybe he is. I’ll stick a note in my diary to check back in a week!

  89. adam on June 24th, 2008 5:46 am

    Does anyone have any idea how make the author/title info appear along side the image? I have been messing with the style sheet and the widget code for days now and am getting nowhere.

    I’m trying to get the author/title info to appear to the right of the image and wrap to the bottom of the image.

    Thanks

  90. kamil on June 30th, 2008 4:30 pm

    Hi great plugin, works with my blog in WP2.5.1 . Just wondering how I can display a bit more about each book than just the thumbnail. Can you tell me the order of the code please, if I want to show title and author. I just don’t follow how to use the available tags correctly.

  91. Goob on July 2nd, 2008 12:36 am

    Aaron, fantastic widget. Thank you so much for it!

    I wanted to also echo Melanie’s suggest from back in March about randomizing the items. In my book, that would make this widget by far the best one out there.

    Thanks again though, even without the randomizing, I love this widget.

  92. Wilson’s Words and Pictures | Getting Rid of Junk and Adding Some on July 4th, 2008 2:25 pm

    [...] also have added a Amazon Showcase plugin by Aaron Forgue.  I like the fact that you can choose the books you want on your blog.  [...]

  93. chris on July 15th, 2008 3:31 am

    So great. Thank you so much for making this widget available. So clean and manageable. I am not a code guy, and am always looking for the easy aesthetic app. You have done a great thing here. Thanks.
    st. xris

  94. Crawford Harris on July 17th, 2008 2:59 pm

    With 2.6 I was able to get the widgets working in a theme with two sidebars.

    Now I need the same kind of help as adam posted above. I just want the title and author to display beside the image. I just don’t have the html or css skills to do it.

  95. michael on July 21st, 2008 8:39 pm

    How do I access the setting form?

  96. Philix on July 24th, 2008 10:03 am

    This is a great plug in :)

  97. eldemac on July 28th, 2008 2:00 am

    Same issue. I just upgraded to 2.6 and now cannot find the control for using Amazon showcase. I had previously used it and it was there until the upgrade. Now nada.

  98. eldemac on July 28th, 2008 2:07 am

    Duh, never mind. Found it under Widgets, sidebar 2. I’ll try to pay more attention next time.

  99. Steve on July 30th, 2008 10:06 pm

    Good job. Worthy of a donation. Where is your PayPal donate button?

  100. Bob Hays on August 2nd, 2008 3:56 pm

    I like this plugin also – have used it in my 2.5.1 blog for a while now.

    However, today I’m seeing occasional failures at line 46; it looks like sometimes Amazon isn’t responding fast enough, and in those cases its failing to get an object back but trying to reference the info as an object.

    Thought you’d want to know.

    Thanks and have fun! – Bob

  101. Mary@WritetoDone.com on August 3rd, 2008 9:08 pm

    Has this plugin been upgraded to WP 2.6?
    It looks really good!
    cheer
    Mary

  102. Walt_Felix on September 4th, 2008 1:19 pm

    Great plug-in but I had to disable it because it seriously dragged down my page load times. My main page which normally takes less than 10 seconds to load, took 30-40 seconds with this active. I suspect it’s not an issue with the actual plug-in itself but with very slow response times from Amazon like Bob Hays observed above. It’s too bad because I really liked this plug-in.

    Great plug-in but Amazon seems to be a problem.

  103. ray holt on September 12th, 2008 5:44 pm

    hi, love your plugin. thought i would made a couple of suggestions for the next versions.

    1. all the amazon graphic to be left, centered, or right justified.

    2. allow for a selection of rotation of the ads.

    a. fixed order
    b. random rotation
    c. sequential rotation

    thanks again for doing a great job.

    Ray

  104. 10 plugins you should be using in your Wordpress theme or blog - Freelance Web Design Belfast Northern Ireland Lee Munroe on October 26th, 2008 5:55 am

    [...] Bonus: Amazon Showcase [...]

  105. Everything But The Kitchen Sink » Blog Archive » Translators and Hair Loss… on November 1st, 2008 7:21 am

    [...] I’m going to try to get the Amazon Showcase Widget figured out. It looks like it would be an asset to any blog but there is still a lot of error [...]

  106. Sebastian Kollmann on November 3rd, 2008 4:55 pm

    I found out that some of the reported Bugs are the result of failing DNS queries. It woult be nice to add an Error-Message in such a case.

    Make shure that your wordpress server can resolve dns queries!!!

    greetings
    Sebastian Kollmann

  107. Travis on November 5th, 2008 3:02 pm

    Hi it sounds like you are working out a few bugs and I was wondering if these bugs are fixed will it work on WP newest version 2.6.3 – please say yes.

  108. Thilo on November 12th, 2008 1:43 pm

    Hi,

    image is not loading on my site anymore.

    Best rgards, Thilo

  109. Lisa on November 19th, 2008 2:04 am

    Hi,
    Thanks for the widget, I would like the picture of the item to center align in the widget itself
    Thanks

  110. xYike on November 21st, 2008 5:03 am

    To center the images, you can use text-align. Here’s what I am using on my site, this puts some space between the items and centers them:

    .amzshcs-item {
    margin-top: 20px;
    text-align: center;
    }

  111. Uwe on November 21st, 2008 8:01 pm

    Hi, lovely and practical widget. Why do I get a purple frame around the picture. Is there an option to eliminate it? Thanks, Uwe.

  112. RYANF on November 22nd, 2008 5:26 am

    How would i display the items side by side instead of under each other?

  113. RYANF on November 22nd, 2008 6:40 am

    I achieved what i was looking to do by removing the div tags for the products i wanted on the first row. I want 2 rows of 3 images, is there a better way of doing this? Also i have one ASIN that has a extra character, its not a mistake either as it works on amazon, its B001AWBYNE, is there anything i can do about this?

  114. P'tit Loup on December 6th, 2008 12:14 pm

    Good plugin, but why limit the number of items for each instance to 10?

  115. pcneked » Blog Archive » próba on December 11th, 2008 7:17 pm

    [...] Amazon Showcase: 1.3 – Appears to experience random, intermittent failure. [...]

  116. Chris on December 20th, 2008 7:46 pm

    Has anyone encountered any problems after upgrading to WordPress 2.7?

    I am looking at upgrading from 2.6.5 but wanted to see if anyone has already done this and run into any problems.

    The blog owner I am helping would be really upset if this upgrade broke the widget as they really like it.

    Thanks

  117. Playing with software | Tom B.'s Rambles on December 24th, 2008 5:31 am

    [...] there are the widgets. I added the Amazon Showcase widget a couple of days ago. I like being able to show things I like without having to create a new [...]

  118. Tom Brincefield on December 26th, 2008 6:57 am

    I added this plugin to my blog and ran into a problem. It looks like a bug when you add more than one widget into the sidebar. When I activate the Subscribe to Comment plugin, it breaks the dashboard.

    With just one Amazon widget, it works fine. With 2 or more, his is what is supposed to be there:
    http://www.brincefield.net/blog/widgeterror2.jpg

    But this is what I get:
    http://www.brincefield.net/blog/widgeterror1.jpg

    The rest of the sidebar and the footer area disappears. The source ends in the middle of a list.

  119. Smack Talk Nation on December 28th, 2008 10:04 pm

    Thanks for the widget. I’ve been playing around with it and I love what you’ve created. Thanks!

  120. 4webmasters » Top 1000 WordPress Plugin Authors on December 31st, 2008 1:32 am

    [...] Amazon Showcase Wordpress Widget [...]

  121. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors on December 31st, 2008 7:21 am

    [...] Amazon Showcase Wordpress Widget [...]

  122. intrepidcore on December 31st, 2008 4:29 pm

    Great plugin. Thanks! I’ve upgraded to WP2.7 and installed this plugin. I can’t locate how to set the number of instances. Please advise.

  123. Tom Brincefield on January 2nd, 2009 8:04 pm

    I am afraid I found another problem. If you have more than one instance of the Showcase widget enabled, even if only one is in use, it can mess up your admin page. If I try to show just the unused widgets, the page is blank right after the dropdown. If there is only one widget enabled at the bottom, the widget page loads okay.

  124. Doug Smith on January 5th, 2009 2:18 am

    I have the same problem other users have noted where display of the Amazon issues ceases and the blog fails to display properly. In the case of the 2.7 theme I am using the entire Sidebar 2 display is affected. This is intermittent. What I do is simply deactivate the plug in and activate it later making me believe the problem is related to Amazon sending or not send data in response to a query from the plugin that the plug in recognizes.

    Both of my blogs are currently showing the problem as I write this. This has happened across multiple themes and versions of WordPress. Here is the error message I see on the blog:

    WARNING IsterXmlExpatNonValid->parse(): expat: Invalid document end [0/1/1]

    Fatal error: Call to a member function children() on a non-object in /data/5/0/138/118/301933/user/306961/htdocs/dougweb/doug/wp-content/plugins/amazon-showcase-wordpress-widget/AmazonShowcase.php on line 46

    Terrific plug in. Hope this error message helps.

  125. | Blogbis : free blog wordpress on January 6th, 2009 4:02 pm

    [...] Amazon Showcase [...]

  126. Aaron on January 6th, 2009 4:08 pm

    Ok folks, here is the deal. I am not going to support the 1.3 version of Showcase anymore. It is out-dated and doesn’t work well at all with the new versions of WP.

    HOWEVER, I am deep in development of a brand-new, completely rewritten version that will incorporate almost every feature that has been suggested thus far. I hope to have it finished within the next 2 months, so if you can hang tight, I promise I will provide you with a kick-ass plugin.

    If you have feature requests, make them now!

  127. promunoty » Blog Archive » promunoty › Manage Plugins — WordPress on January 6th, 2009 9:49 pm

    [...] Amazon Showcase [...]

  128. Anthony on January 10th, 2009 10:48 am

    Thanks for this plugin!

    Seems to be working fine for me with WP 2.7 but I’m not asking the plugin to do much, just display one book.

  129. Tom Houser on January 14th, 2009 4:14 pm

    Sounds great. Any estimate on completion time?

  130. More Software | Tom B.'s Rambles on January 14th, 2009 7:23 pm

    [...] the Amazon Showcase widget, there was a bug if more than one widget was placed in a sidebar. The author has stopped supporting it, but he is working on a re-written version that will have new features. I am keeping an eye there [...]

  131. CrazyTaxi on January 21st, 2009 12:24 am

    1. Unzip and place ‘AmazonShowcase.php’ and the ‘AmazonShowcase_Assets’ directory in the ‘/wp-content/plugins/widgets/’ directory on your web server

    I’m not aware of a “/widgets” subdirectory in the standard WordPress install. Should I create one?

  132. Lance Martin on January 23rd, 2009 11:02 pm

    Great widget!
    I have a quick question i got this
    .amzshcs-item { float: left; width: 100px; }
    css code to place the books beside each other but where in the stylesheet do i place the code?

  133. Chris on February 3rd, 2009 6:46 pm

    I’m probably just an idiot, but since the latest WP update (and its completely-revamped interface), I can’t find where I actually add items to the Amazon Showcase. I can find where to activate/deactivate/edit the plugin, but I can’t find where to add new books.

    Can anyone help a dimwitted comrade out?

    Thanks!

  134. Fabian on February 4th, 2009 4:56 pm

    Hello.. question.. is it possible to get the amazon showcase not as a widget, but in page?? I mean, in the post,not oly in the sidebar???

  135. Aaron on February 4th, 2009 4:59 pm

    @Fabian The current version does not allow for this. The next version (2.0) that I am working on now will allow you to place a showcase anywhere in your site. Hang tight!

  136. WordPress Plugins, die das Geld verdienen leichter machen on February 6th, 2009 8:36 am

    [...] Einfach ASIN/ISBN und die IP eingeben und schon wird das Buch/wasauchimmer von Amazon gezeigt. Wer sich ein wenig besser auskennt in den bites&bytes eines Codes hat mehr Möglichkeiten der Gestaltung mit dem Plugin. » Support. [...]

  137. Michael S. Hyatt on February 7th, 2009 5:14 pm

    I’d also love the ability to rate each book with 1-5 stars.

  138. Michael S. Hyatt on February 7th, 2009 9:16 pm

    And, while I am at it, the ability to sort the entries by author, title, or date entered.

  139. Roger Goode on February 15th, 2009 8:55 pm

    I was wondering if there might be a way to have the entries in the item list of the Showcase widget randomize, one at a time, rather than display in a long stacked list?

    A lot of our pages are fairly short, and so the stacked list of books in the sidebar gives the page an unbalanced look.

  140. meko on February 17th, 2009 3:55 pm

    Looking forward to the new version!

    I’d love to see the option to display items randomly, as well as managing items through an options page (i.e. Top Level Menu > Amazon Showcase > Manage Items) instead of through the Widgets interface (Appearance > Widgets… choose Sidebar, edit Widget…)

    Thank you!

  141. Dennis on February 20th, 2009 2:26 am

    I really like this plug in and am looking forward to 2.0. Are you by any chance also thinking about an option to link to DVDs using the ASIN or something?

  142. Amazon Showcase Widget für Wordpress - WP Plugin Archive on March 2nd, 2009 10:04 am

    [...] Amazon Showcase Wordpress Widget von Aaron Forgue zeigt in der Sidebar Produk-Abbildungen von Amazon Artikeln an. Die Abbildungen [...]

  143. Trendalizer Blog » Amazon Showcase Wordpress Widget on March 2nd, 2009 10:05 am

    [...] Amazon Geld verdienen. Das Amazon Showcase Wordpress Widget von Aaron Forgue zeigt in der Sidebar Produkt-Bilder von Amazon Produkten an. Die Abbildungen [...]

  144. Brandon on March 3rd, 2009 10:40 pm

    I can’t wait for the next version… it’ll be so much better when I can make a grid or multiple rows, and ESPECIALLY on a single page instead of a widget. Keep it up! :)

  145. Julie on March 6th, 2009 5:27 pm

    Hi Aaron. I have the Amazon Showcase widget in my WP plugin list, and in my sidebar. However, I can’t find where I can enter the product number, my aff. id, etc. Where is this?! Thanks!

  146. Paul on March 9th, 2009 5:12 pm

    Does anyone know how to get the text wrapped next to the images? I’m not sure how to do it in the CSS file!

  147. Amazon Showcase Wordpress Widget | Geld verdienen im World-Wide-Web on March 9th, 2009 8:52 pm

    [...] Amazon Showcase Wordpress Widget von Aaron Forgue erleichtert es, Amazon Anzeigen in ein WordPress Blog einzubinden. Das Plugin [...]

  148. Richard Silverstein on March 12th, 2009 6:54 am

    I’m testing out v. 2.0 on my blog & have noticed odd display issues. The plugin will display every CD on my list, but of the 10 books I’m trying to display it will only display images for three items.

    I wonder if there’s any way to add the image URL into the template code in order to try to override the default which can’t find the items image file.

    These books displayed the images fine when I used them via the WP Links feature.

    Or is there some glitch in the beta version as far as displaying book images?

  149. DR on March 13th, 2009 2:43 am

    Fantastic Plugin: Looking forward to the next version..

    yes .. my vote for randomizing as well …

    That way viewer won’t get bored looking at the same products all the time …

    Thanks in advance ..

  150. Anklo blog » Blog Archive » Blog page updates on March 15th, 2009 9:14 pm

    [...] added Amazon Showcase to share info on the books that I am currently reading and have recently [...]

  151. James Palmer on March 25th, 2009 12:51 pm

    Hi,

    I just downloaded your plugin and activated it on my plugins page, but how do I configure it and get it to display? Do I have to type everything into the HTML code? After that, how do I get it to display?

    Thanks,

    James

  152. Fred Bubbers on April 1st, 2009 11:51 am

    Sorry, don’t like the new version…can’t configure on the widget page.

  153. Nimue on April 2nd, 2009 9:19 am

    @ James: Go to optionssidebar and look waaaaay down ;-) , in my blog it is the last Item.

    @Aaron: I cant find this beautiful plugin on the pluginpage.

  154. Micha on April 2nd, 2009 12:00 pm

    Hi,

    great Plugin but there’s a problem with the displayed images. When I chosse a audio cd always the second image is shown in the widget.

    An example:

    I choose this item:
    http://www.amazon.de/Good-News-Bad-Day-Sasha/dp/B001Q2RXFG/

    It should be displayed this image:
    http://ecx.images-amazon.com/images/I/51moTwGXaDL._SL160_.jpg

    But it is shown this one:
    http://ecx.images-amazon.com/images/I/41EOntgm6JL._SL160_.jpg

    It seems there’s a problem by parsing the XML-file?! That’s a bug, isn’t it?!

  155. Joe Rybicki on April 7th, 2009 4:06 pm

    Having the same issues as Micha — plugin is displaying the last image for the item, not the first. This is a serious bug.

  156. Aaron on April 7th, 2009 10:54 pm

    Joe,
    I’m not sure how long ago you downloaded the new version of the plugin, but you might try downloading again. After Micha found the bug, I pushed up some changes to fix it. You might just have the out of date codebase.

  157. Dwayne on April 8th, 2009 6:59 pm

    Greetings, fantastic plugin! Thank you for your time and effort on a great addition to Word Press.

    Although I’m following it pretty well, I’m pretty new at this and have 2 questions I hope you can help me with.

    1. I noticed that you have inserted the capability of putting in your own output html so that there is a bit more flexibility in the layout. Can you post an example of how you make the products display side by side or in a two column layout?

    2. Is there any way to make display a showcase in a text widget? This would be very handy so that you can easily drag and drop the order you want your showcases in rather than having to plug in the php code in the side bar or template.

    Thank you for any assistance you can offer.

  158. Abigail on April 8th, 2009 10:28 pm

    Hi,
    I’ve been using your plugin for since I started my blog over six months ago. I love it! I’m an author and it’s the best way I’ve found to display my book with a link to Amazon in the sidebar of the blog. The only problem is that today it disappeared and even deleting it and reloading it doesn’t seem to work. I miss it terribly. Is there something I’m doing wrong?

  159. Drew Provan on April 9th, 2009 10:51 pm

    Hi

    New to WP. This plugin looks fantastic but after installing manually OR via WP I cannot even see the plugin when I load dashboard. I have uninstalled, installed and done everything I can think of to no avail.

    I am obviously doing something dumb but would love to know how to make it show up!

    Thanks

    Drew

  160. Aaron on April 9th, 2009 11:18 pm

    Drew… have you tried looking under “Settings > Amazon Showcase”? Are you at all able to activate the plugin?

  161. Drew Provan on April 10th, 2009 9:09 am

    Hi Aaron

    Sorry, missed that. Didn’t think of looking in the settings menu but found it and placed the widget and “New Showcase” now appears in the sidebar. I have added a couple of ISBNs but there’s still nothing below “New Showcase”. Should the books just show up or do I have to paste the code (one of the two you provide) somewhere? I was hoping to avoid doing that!

    Thanks

    Drew

  162. Wicasta Lovelace on April 11th, 2009 2:46 am

    My only complaint is that if I name the showcase anything but “New Showcase” it doesn’t show up. Completely disappears from widgets list.

  163. Sonny Gill on April 16th, 2009 7:29 am

    Hi,

    Thanks for sharing this plugin.
    Will it be ok to modify the code for my own use?

    Cheers.

  164. Aaron on April 16th, 2009 12:26 pm

    Sonny, absolutely!

  165. Abigail on April 16th, 2009 4:55 pm

    Hi,
    Amazon Showcase has just stopped working and now it won’t even upload. I’m running Wordpress 2.7 and this is a recent problem. Whether I upload the plugin via ftp or using the Wordpress plugin uploader it does not show up in the list of available plugins and isn’t accessible on the widget page. I really need to get this sorted as the main purpose of the blog is to sell the book. The Amazon Showcase plugin was the best plugin I had found but if I can’t get this problem sported I’ll have to find some kind of alternative.
    Please help.
    Abigail

  166. Abigail on April 16th, 2009 5:18 pm

    Aaron thank you! That was the one place I hadn’t looked (feeling really silly now). Now if I can just get Wordpress to give me back the Save button I’ll be fine! Thanks again.

  167. Abigail on April 16th, 2009 5:34 pm

    Sorry about this. The save button came back on wordpress and I created a showcase for my book but I can’t seem to get it to show up. Help again please and sorry for being such a pain!

  168. Sonny Gill on April 17th, 2009 5:47 pm

    In case anyone else needs to do this.. I wanted to show different showcases for different categories. I was thinking of modifying the plugin to do that.

    But then I found the Widget Logic plugin (http://wordpress.org/extend/plugins/widget-logic/). Putting these two together, and by using in_category(‘blah’) logic, you can easily show different showcases depending on the category.

  169. Inside My Blogging Toolbox | Michael Hyatt on April 18th, 2009 4:42 pm

    [...] Amazon ShowCase (I customized the plugin’s PHP code.) [...]

  170. Nintendo Blog on April 21st, 2009 11:17 pm

    Just wanted to thank you for your time creatin this plug-in. I use it on a couple of my blogs (can’t get it to work with some themes?!) and it’s great.

    Are you planning any upgrades for advanced features?

  171. Aaron on April 22nd, 2009 12:50 am

    @Nintendo What kind of advance features are you looking for?

  172. David on April 23rd, 2009 5:32 pm

    Great plugin! Is there any way of retrieving summary information from Amazon?

    Thanks!

  173. Wordpress’s Ecosystem | Coding Fiction on April 28th, 2009 4:35 pm

    [...] you have the plugins that do everything I want and can be installed from the web. Playing around with those and finding exactly what I [...]

  174. Tomas on May 5th, 2009 4:45 am

    Hi,
    This is a great plugin! Just one question: if I input my Associate ID, can I earn money from this link? Is it like links which I got from Amazon Associate Affiliate Links?
    Thank you very much!

    Tomas

  175. Gordon on May 5th, 2009 9:48 pm

    Not a code writer. Is there a simple way to wrap text around images in showcase? If not, do you have a “step by step,” that’s easy for laymen to understand? thanks.

  176. sunny on May 7th, 2009 1:58 am

    hi. Thank you for really good plug-in.

    Unfortunately, It is not working with Amazon.co.jp.
    I don’t know why it is not visible. When I put ISBN-10 of Japanese Comics, Thumbnails are not visible.

    Except that, it is really good! Thank you!

  177. Ronnie on May 9th, 2009 5:53 pm

    i installed this, and configured it to show an product and added the widget to my sidebar, but it is not displaying the image of the product and the link, only the title. Why isn’t it working?

  178. jeff moore on May 12th, 2009 4:25 am

    Aaron,

    Outstanding job — thanks for the great plugin!

  179. karen on May 14th, 2009 2:27 am

    Like the widget – thanks for your work. I have this same question – my images are all crowded over to the left side and it really doesn’t look very good. Have tried pasting this in a number of places on my css stylesheet, but no luck. (Pretty new to css as well, so thx for the help!)

    Great widget!
    I have a quick question i got this
    .amzshcs-item { float: left; width: 100px; }
    css code to place the books beside each other but where in the stylesheet do i place the code?

  180. cm on May 14th, 2009 8:37 pm

    Great plugin! Do you plan on adding support for 13-digit ISBNs?

    Thanks!

  181. Aaron on May 14th, 2009 8:43 pm

    Only if Amazon adds support for them in their API!

  182. Bradley Safalow on May 18th, 2009 4:16 am

    Aaron:

    Love the plugin, although I’m having a bit of a problem. I’m not a coder, and I know someone asked this question earlier, but does the current version of Amazon Showcase enable you to showcase something from Amazon on an individual post? I think you said it would be in version 2.0. It looks like you can, but it’s not clear to me how to actually do it.

    Thanks for your help in advance.

  183. Aaron on May 18th, 2009 3:54 pm

    Bradley, open the settings for the showcase in question and copy the code from there into your post.

  184. David on May 22nd, 2009 12:21 am

    Great plugin! Is there any way of retrieving summary information from Amazon?

    Thanks!

  185. Grae Cullen on May 24th, 2009 9:27 pm

    I am working with you pluggin, it is great. However, I think I killed it.

    Is there any way to save the showcases. I think I am going to have to reinstall wordpress.

    I get the following error everytime. I try to add a showcase in the settings section.

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727)
    Timestamp: Sun, 24 May 2009 21:26:17 UTC

    Message: Automation server can’t create object
    Line: 144
    Char: 7
    Code: 0
    URI: http://sallystrovetoday.com/WPress/wp-admin/options-general.php?page=amazonshowcase.php

    However, I think it might be something in the wordpress code or theme code, that is messed up. Because I get this error on the dashboard.

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727)
    Timestamp: Sun, 24 May 2009 21:27:50 UTC

    Message: Automation server can’t create object
    Line: 18
    Char: 21
    Code: 0
    URI: http://sallystrovetoday.com/WPress/wp-admin/js/dashboard.js?ver=20081210

    Thanks,for any help you can give me.
    Grae

  186. www.prince.gr | Το «άγχος της λευκής σελίδας» και άλλες ιστορίες on May 25th, 2009 9:55 am

    [...] με τα βιβλία δεξιά, κάτω από τα tags. Πρόκειται για ένα plugin του Wordpress με λίγο δικό μου κώδικα για να [...]

  187. 12 Affiliate Wordpress Plugins for Affiliate Marketers | BlogMyth on May 28th, 2009 1:16 am

    [...] Amazon Showcase Wordpress Plugin [...]

  188. Dana on June 2nd, 2009 8:07 am

    i would love to have this as part of my website but cant seem to figure out how to put it on- i downloaded it on to my computer and it is in my documents… now what?

    step by step if you have the time!!! thanks!

  189. Jon Morby on June 4th, 2009 11:30 am

    Hi

    I’m loving your showcase widget, but I’d like to be able to show different showcases depending on the tag’s which have been filtered … (ie flying, technology, cooking, etc)

    Any thoughts?

  190. Eddiek on June 12th, 2009 2:52 am

    great plug in, but for some reason its not working with the new 2.8 version of wp :( any ideas

  191. Eddiek on June 12th, 2009 4:40 am

    nevermind got it working again :)

  192. Jon on June 13th, 2009 8:33 am

    Great widget …. have just updated to WP 2.8 however and the app was disabled due to an invalid header

    Any ideas on how to fix?

  193. Fred Bubbers on June 14th, 2009 1:48 am

    Broken in Wordpress 2.8

    Fails to activate.

  194. Cenobyte on June 15th, 2009 12:46 pm

    I love this plugin, but after the wordpress update 2.8 i can’t use it anymore, because of an “incorrect header”. is there a fix for this? would really love to have it up and running again. :(

  195. Michael on June 15th, 2009 7:28 pm

    Aaron,

    Absolutely love the plugin, thank you.

    I recently upgraded to WP2.8, and I’m now not able to install your plugin, as it generates the message ‘Invalid header’. Do you know what this could possible mean?

    Many thanks!

  196. Amazon Showcase Wordpress Plugin Aaron Forgue | debt solutions on June 16th, 2009 12:21 am

    [...] Amazon Showcase Wordpress Plugin Aaron Forgue Posted by root 51 minutes ago (http://aaronforgue.com) Michael on april 8th 2008 1 38 pm wild i just deactivated the plugin and reactivated it and now it seems to be i looked above but i didn 39 t notice a solution when i activate the subscribe to comment plugin it breaks the dashboard email message send canc Discuss  |  Bury |  News | Amazon Showcase Wordpress Plugin Aaron Forgue [...]

  197. Chris Steele on June 16th, 2009 6:53 am

    Hi, Any chance of updating the plugin to work in Wordpress 2.8? It currently refuses to recognise it.
    Thanks for a great plugin!

  198. Bon Dobbs on June 16th, 2009 2:23 pm

    I love this plugin, but it doesn’t seem to be compatible with WP 2.8. I upgraded yesterday and it was the only plugin that stopped working. Any idea on an upgrade for compatibility?

    Thanks!

  199. Dev on June 16th, 2009 8:15 pm

    Hello:

    This looks like a great plugin but I just tried to install it on WP 2.8 version and its showing as installed but it’s no where to be found?
    Any Ideas on what I can do to get it working?

    Best Regards,

  200. Michael on June 17th, 2009 8:11 pm

    Aaron,

    It seems I uploaded something incorrectly, even though I’ve installed dozens of plugins before. It is all working now, sorry to trouble you.

    Regards…

  201. Steven on June 18th, 2009 7:06 pm

    I was trying to activate the plugin and got the following error message in the WP admin: “This plugin does not have a valid header.” Any ideas on how to rectify the problem?

  202. Joe Miller on June 19th, 2009 6:24 am

    hi, great looking widget. I tried to install in WP 2.8 and got some kind of “header” error saying there was not a proper header. I hope you can update this soon, it is perfect for what I am wanting! Thanks!

  203. Ben on June 19th, 2009 6:49 am

    Hi,
    Just upgraded to the latest version (and WP too) and found my widgets have disappeared that had my showcase data in. Where are these stored so I can grab them from a backup?

    Thanks

  204. Jason on June 21st, 2009 2:01 am

    Great plugin, but it broke with WordPress 2.8. It won’t even show up in the list of plugins. After the upgrade WP said something like, “the plugin does not have a valid header”. Any updates planned right now?

  205. Joe Miller on June 22nd, 2009 9:14 pm

    I installed using the auto-install feature on WP 2.8. I got a “header” error and now the plugin does not show up at all in my plugin section or in the widget section. I can’t even uninstall it.

    any suggestions?

  206. Via on June 23rd, 2009 1:20 am

    The plugin does not have a valid header.

    this is the error WP gives me, so I can’t activate and use this plugin, it seems many did installed in the past but I don’t know why I can’t, help would be greatly appreciated
    thanks

  207. Joe Miller on June 25th, 2009 4:14 am

    any news yet on an update to 2.8?

  208. Stewie on June 29th, 2009 6:34 pm

    For those not getting it to work, try using an FTP client and putting the folder “amazonshowcase” in the “/wp-content/plugins/” directory on your webserver.

    “amazonshowcase” is a subfolder of “amazon-showcase-wordpress-widget”.

    The “amazon-showcase-wordpress-widget” folder is the folder that is currently going in that directory, thus causing the problems. Once you put the “amazonshowcase” folder in that directory, you should be fine.

    (It worked for me, anyway).

    Great plugin!

  209. BigSis on June 29th, 2009 11:51 pm

    This worked for me too. Thanks, Stewie! I appreciate your help! How’d you figure that out?

  210. Andrew on June 30th, 2009 2:37 am

    Thanks Stewie, your advice got it working with WP 2.8. Is it necessary to leave the “amazon-showcase-wordpress-widget” in the plugins folder, or can it be deleted?

    Cheers.

  211. Stewie on June 30th, 2009 6:09 pm

    You are most certainly welcome!

    BigSis, trial and error. Once I saw the “amazon-showcase-wordpress-widget” folder was in my plugins folder as opposed to the “amazonshowcase” folder, I just figured something wasn’t being pointed to properly.

    Andrew, the *only* folder in my plugins directory (relating to this particular plugin) is just the “amazonshowcase” folder. If you have both the “amazon-showcase-wordpress-widget” and “amazonshowcase” folder in your directory, I suspect you can delete the “amazon-showcase-wordpress-widget” one.

    (run a backup of course, just in case.)

  212. Amazon Showcase Wordpress Plugin : Aaron Forgue | Squico on July 2nd, 2009 8:00 pm

    [...] In: Wordpress plugins 2 Jul 2009 [author] Go to Source [...]

  213. Vere on July 6th, 2009 1:15 am

    Great plugin, I’ve been using it for a while.

    However, it will stop working on August 15 when Amazon will require all AWS requests to be signed. See http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?RequestAuthenticationArticle.html

    Do you expect to have a new version by then which will accommodate this change?

    Thanks!

  214. Aaron on July 6th, 2009 3:41 am

    @Vere – Yes, I am aware of this upcoming change, though I haven’t decided what course of action I will take. Most likely I will modify the plugin to require the user to enter and AWS secret identifier. This is ashame, as most users are not advanced enough to have an AWS account, but I don’t have much choice.

  215. Vere on July 6th, 2009 12:15 pm

    Ok, fixed it.

    The problem was the action=”{$postUrl}” parameter on the form tag. It appears to be not compatible with redirection – it was getting the absolute (OS) path and not the actual URI of the page. Removing this altogether just has it post to the page being displayed, i.e. the plugin options page, which works fine.

  216. Matthew on July 7th, 2009 6:04 pm

    Great plugin!

    Hey, is there a template item for [isbn] or [asin]? Essentially it would be equal to whatever you put in the input box for ISBN/ASIN.

    If not, is there a php $var?

    With this information I can link to my aStore and not to Amazon.com

    Thanks!

  217. adnan on July 11th, 2009 7:57 am

    Amazon Showcase Wordpress Plugin
    is great plugin for me and all..
    thanks for the admin..

  218. NooriChronicles on July 14th, 2009 5:13 pm

    I cant seem to get this working….I see this on my blog:

    New Showcase

    Warning: implode() [function.implode]: Invalid arguments passed in /home/content/94/4638494/html/wp-content/plugins/amazonshowcase/amazonshowcase.php on line 1066

    Please help. thank you.

  219. Cenobyte on July 19th, 2009 10:21 pm

    Hi there.

    Absolutely love this plugin and got it working again, but it doesn’t display all my Showcases. Can’t select all of them in the admin widget panel. There seems to be a problem with the names of the showcases. First one was no problem, second one didn’t work with a similar name, third one only showed up after trying several different names and i did not yet manage to et up a fourth. Any workarounds or bugfixes there?

    Thanks!

  220. Andrew on July 23rd, 2009 4:56 pm

    In the showcase options there is a drop down box for “Item sort order”, but the only option is randomized. Should there be more options? I would like to see the most recent item added displayed first, rather than last. Otherwise I love this plug-in.

  221. Yemoonyah on July 26th, 2009 3:30 pm

    Hi Aaron,

    thanks for this great plugin.

    I am trying to make the showcase align center, but it won’t work. I’m sure it’s just a simple line I have to add to my css but I can’t figure it out.

    Thanks!

  222. Debbie Campbell on July 31st, 2009 4:36 pm

    I installed the plugin, my settings page looks totally different than what you’ve shown above. I’m on Version 2, though.

    I entered two books – it can’t give me an image preview for either and I tried the ISDN with and without hyphens. Nothing shows up in my sidebar where the widget is supposed to be – can you tell me what I might be doing wrong?

  223. Debbie Campbell on July 31st, 2009 5:25 pm

    Actually the title of the widget is showing up in the sidebar, but nothing else. Wanted to clarify that.

  224. Richard on August 2nd, 2009 1:13 am

    Experiencing problems very similar to what Cenobyte described on his July 19th post above. Running WP 2.8.1 and using the Atahualpa theme.

    Some showcase names work, others don’t. When they don’t, the showcase data doesn’t appear to get written to the wp_options table (looking for amzshcs in the option_name field).

  225. bob on August 3rd, 2009 10:44 am

    where is the css file that I need?

    I tried to put it onto the css of amazonshowcase.php, but it seems not to work

    And I tried to put it into the CSS of the wordpresstheme.

    div.amzshcs-item { margin-top: 20px; text-align: center; }
    div.amzshcs-item { margin-bottom: 5px; }
    div.amzshcs-item a img { border: 0px; }
    div.amzshcs-item { float: left; width: 100px; }

    Any help would be great

  226. Fred on August 3rd, 2009 4:47 pm

    Any update on support for AWS signed requests?

  227. Aaron on August 3rd, 2009 4:48 pm

    This most likely won’t happen as I don’t have the free time. I’ll be putting up a notice soon that support for this plugin is ending.

  228. bob on August 3rd, 2009 5:06 pm

    comon..tell me ,)

    where is the css file that I need?

    I tried to put it onto the css of amazonshowcase.php, but it seems not to work

    And I tried to put it into the CSS of the wordpresstheme.

    div.amzshcs-item { margin-top: 20px; text-align: center; }
    div.amzshcs-item { margin-bottom: 5px; }
    div.amzshcs-item a img { border: 0px; }
    div.amzshcs-item { float: left; width: 100px; }

    Any help would be great

  229. Brian Anson on August 6th, 2009 2:49 am

    Hello,

    I like this plugin, it looks like a great tool. I added to my website at mylardreams.com. As you can see, in this layout the book image is aligned to the left of the header. Is there a way to center it? And is there a way to make a custom image/border to be displayed?

    Thanks,

    Brian

  230. Banson on August 6th, 2009 11:13 pm

    I wanted to use the Amazon Showcase widget to show just one book. If you look at my site mylardreams.com and look at the Book of the Month tab, then you will see that the book image lines up to the left side of the tab. I really wantthe image to be centered, or possibly put two images next to each other that would be balanced. Is there a way to do this?

    Thanks

  231. Mike on August 9th, 2009 2:18 am

    Dear Friends,

    My Amazonshowcase.php file is in my Amazon-showcase-wordpress-widget folder which is in the plugins folder in the WP-content folder. I noticed that Stewie had success with making sure the right folder was being used. It appears that I have the correct folders. Any ideas why this plugin does not work for my updated version of WordPress?

    Thanks,
    Mike

  232. Life As It Comes » Blog Archive » Sayonara Shelfari on August 11th, 2009 7:45 pm

    [...] I’m now using Amazon Showcase. Posted by Kevin Driver Filed in Uncategorized 3 Comments [...]

  233. David on August 18th, 2009 11:57 pm

    Has anyone found an alternative to this wonderful plugin since it’s not supported anymore?

    thanks,
    david

  234. Bill on August 20th, 2009 11:29 am

    Great plugin.
    Yup couldnt get it to work but looked at files. The file is in a sub floder. Doh

    Its right in front of you man. LOL

    Thanks for this

  235. Laura on August 20th, 2009 8:48 pm

    I loved this widget until Amazon made it obsolete. Drat and darn. Not having this widget is *most* inconvenient. :-(

  236. Mukesh on August 21st, 2009 9:49 pm

    I have fixed this script to use the new signed method to authenticate the request for AWS api calls. I can show you the changes, just drop me an email.

    Thanks
    Mukesh

  237. Gary on August 23rd, 2009 4:09 am

    Someone please remake this plugin! I’m specifically moving over to Wordpress from Movable Type for this plugin (and a few others) and would hate to see this one go.

  238. Dennis Dirdjaja on August 23rd, 2009 2:04 pm

    I replaced the request to Amazon with the following script to make the plugin work again: http://mierendo.com/software/aws_signed_query/

    It’s easy and works like a charm!

  239. Suburb@MacVillage » Amazon und die Webservices-API on August 23rd, 2009 2:08 pm

    [...] im ganzen MacVillage kommt das tolle Wordpress-Plugin Amazon Showcase zum Einsatz. Man muss über die Administrationsoberfläche lediglich die interne Amazon-Nummer [...]

  240. David Shepherd on August 25th, 2009 8:47 am

    Love the plugin. All of a sudden, it no longer works. Found out the hard way by deleting a book and adding one now no images post or even titles. Have attempted to re-load the latest version but to no avail. Any ideas? I’ve not found any better than this plugin.

  241. Aaron on August 26th, 2009 3:57 am

    David et al. Stay tuned, I’m fixing the plugin to work with Amazon’s new authentication scheme. Should have the new version out within the week.

  242. Marc on August 26th, 2009 2:46 pm

    Is there any way we can get notified when the new version is available? I am eagerly awaiting this! Cheers and thanks for a great product!

  243. Jane on August 27th, 2009 2:35 pm

    Recently getting the following error:

    Fatal error: Call to a member function children() on a non-object in /home/content/i/m/a/imaginejet/html/blog/wp-content/plugins/amazon-showcase-wordpress-widget/AmazonShowcase.php on line 43

    Using WordPress v.2.2.1
    Amazon Showcase v.1.1
    Hosting on GoDaddy

  244. Patricia Vennes on August 27th, 2009 7:57 pm

    I can’t wait until everything is fixed. I thought I was going crazy! I thought that I had broken something, thank god you can fix it. I love this plugin and I miss having it on my site. Thanks Aaron for such a cool plugin.

  245. Sam Deeks on August 27th, 2009 9:34 pm

    Look forward to the fix – have just spent hours trying to find out why it’s suddenly not working.

    Aaron, could you put a splash about this on the top of your site? Save us all a whole lot of panic!

    Thanks!

  246. Kiki on August 28th, 2009 4:59 pm

    I love the idea of this plugin, but have installed the upgrade and it still doesn’t seem to work. Shows the showcase title within my sidebar, but doesn’t show the book. The widget I have on my dashboard has zero options. Any ideas? Thanks!

  247. David on August 29th, 2009 12:55 am

    Thanks for fixing it! Works like magic!
    cheers,
    d.

  248. Marc on August 29th, 2009 2:15 pm

    Working great! Thanks for fixing it so quickly.

  249. Gary on August 30th, 2009 3:24 pm

    Hello, I keep getting a “Thumbnail preview not available. Sorry!” no matter what book isbn I put in. Any suggestions?

  250. Matty on August 30th, 2009 7:41 pm

    I’m seeing the “Thumbnail preview not available. Sorry!” error as well. Has anyone found a workaround for this?

    - Ryan

  251. Aaron on August 30th, 2009 7:57 pm

    @Ryan,
    Can you post some of the ISBN/ASINs you are trying to use? I am in the process of debugging the issue, although I’m pretty confident that it has something to do with individual server settings.

    Aaron

  252. Matty on August 30th, 2009 11:39 pm

    Hey Aaron,

    I get the “Thumbnail preview not available. Sorry!” error with all of my ASINs (1590599780 is one such number). Let me know if you want me to add custom instrumentation to the plug-in.

    Thanks,
    - Ryan

  253. Matty on August 30th, 2009 11:40 pm

    Aaron,

    I should also note that this worked fine until I removed a book from my list. Once I did that, things quit working.

    Thanks for your help!
    - Ryan

  254. Erik on August 31st, 2009 1:31 am

    Hi,

    Installed the most recent version of the plugin. Seems to be functioning from the wp-admin side for creating and account, adding products (no preview image).

    Added the code snippet to the sidebar.php. I dont get any code errors but when i look at the page in a browser there is nothing. I look at the source code and i see the that writes everything out but the linking and image are not writing into the a herf. Shows up like this for me (a have added my account and dynamic code wording to hide my info:

    Could you please advise i would love to get your plugin working.

    Thanks

  255. Mee on August 31st, 2009 9:21 pm

    Hi,

    The plugin does not show more than 1 showcases. I have tried various names for the showcases but nothing shows up. Just the one showcase that was made earlier. I have tried using different computers and even deactivated and reactivated the plugin. Have deleted the showcases and remade them – nothing, just the first one shows. What could be going wrong?

  256. Marko on September 1st, 2009 11:33 am

    Has anyone found a fix for the “Thumbnail preview not available. Sorry!” error? I have encountered this as well.

    - M

  257. Jan on September 1st, 2009 4:41 pm

    I have the same problem as “Mee”.
    Wordpress Version 2.8.4
    Amazon Showcase Version 2.1

    Thanks!
    Jan

  258. Paul on September 2nd, 2009 10:00 pm

    Hi

    I’ve installed the plug-in entered the relevant info and i can see “current reading” in my widgets sidebar. When i click the drop down i get, “There are no options for this widget”.

    I can’t think what to do next. Any help would be really helpful.

    Thanks

  259. Moving a WordPress site | Rock Creek Webs on September 3rd, 2009 3:04 pm

    [...] the functions he needed and found an WordPress plugin to allow embedding Amazon info, called Amazon Showcase WordPress Plugin and direct the user to Amazon where we are setup as an [...]

  260. lee on September 3rd, 2009 6:39 pm

    Thanks for the plugin! However, I’m getting an error: Warning: Invalid argument supplied for foreach() in /home/myname/public_html/mydomain/wp-content/plugins/amazon-showcase-wordpress-widget/amazonshowcase.php on line 451

    Is it because this plugin won’t work with the latest version of wordpress? please let me know, thanks again!

  261. Matty on September 5th, 2009 6:26 pm

    I found out what was causing the “Thumbnail preview not available. Sorry!” error. It appears I added an extra space to the “Access Key ID” field, which caused signature validation failures. I removed the space, changed the number of displayed books, and the plug-in started working again.

    - Ryan

  262. rb on September 5th, 2009 7:18 pm

    The old plugin was cool until Amazon broke it.
    I used the WP automagic upgrade feature to install the new one.

    I get the Widget title “Currently Reading” in my sidebar as expected but no sign of the book.

    I can see the the setting page for the widget under settings. It says I have to paste some code into
    # Place it in your posts or pages using:
    # Place it in your templates using:

    I pasted the generated code into the sidebar template and got no joy.

    Currently using WP 2.8.4 with
    Cutline 3-Column Split 1.4-3CS
    Hosted at Yahoo

    Any suggestions how to make this widget work?

    Thanks

  263. Dave on September 6th, 2009 6:01 pm

    I use this widget on two of my blogs and it works great. The set-up is a little complicated but the result is a nice clean interface without all the mess Amazon seems to think people like. Recently I had to create something like it by hand for a Blogger blog and now I have a true understanding for how nice it is to have something that does most of the work for you. Thanks for creating this and going through the trouble to keep it current. It’s a great plug-in.

  264. Sigurdur Armannsson on September 7th, 2009 9:01 pm

    Aaron: I am having the same problem as in the last few comments. I’d be happy to provide any information if it can help to solve this problem.

    System 10.5 and 10.6 on a mac behaved the same. WP 2.8.4 but 2.8.2-3 was the same.

    Started off good with 2 widgets in sidebar 1 and 2. But when I changed the name of one everything started to get screwed. New widgets don’t appear in the widget list. Previews are gone etc.

  265. Marc Almendarez on September 8th, 2009 10:09 pm

    I had the same issue as other commenters about the plugin – previews were gone and the widget stopped working. My problem was that I was running on PHP 4 which doesn’t have the hash_hmac function necessary to generate the amazon signature. Now, Wordpress is aware of this and decided to implement it’s own version of hash_hmac (located in wp-includes/compact.php) to try and make Wordpress backwards compatible. Problem is that it doesn’t implement sha256, only md5 and sha1. So Amazon Showcase isn’t throwing errors about hash_hmac because Wordpress already has the function built in but it doesn’t have the sha256 option, only md5 or sha1.

    I fixed it by merely upgrading to PHP5. If that’s not an option, I’m not sure the exact way to implement sha256 but there might be away to get it to work.

  266. Mark on September 10th, 2009 1:51 pm

    Looks like a great plugin and exactly what I need. However, when activating I get an error: “Warning: Invalid argument supplied for foreach() in /home/amazonshowcase.php on line 451.”

    Any idea as to what the error represents and how it can be corrected?

  267. Andrew on September 10th, 2009 3:50 pm

    I just upgraded to 2.1 and now I’m getting the “Thumbnail preview not available. Sorry!” error. I tried some of the suggestions above and double checked my Access Key ID, but nothing is working. Any suggestions would be much appreciated.

  268. Aaron on September 10th, 2009 4:05 pm

    @Andrew, check both the ID and Key and make sure you have no spaces at the beginning or end.

  269. Andrew on September 10th, 2009 4:45 pm

    Thanks for the quick reply. I have checked and re-entered the ID and Key several times ensuring there are no spaces, but it’s still not working.

  270. Andrew on September 10th, 2009 6:45 pm

    Hey, thanks for all the hard work in making this thing. I would like to report a bug though. Whenever I try to add a new showcase it says “Warning: Invalid argument supplied for foreach() in /home/grazi2/public_html/natbs/wp-content/plugins/amazon-showcase-wordpress-widget/amazonshowcase.php on line 451″

    And then basically it doesn’t work.

  271. Andrew on September 11th, 2009 12:46 am

    Should I just uninstall and go back to an older version until this problem gets figured out?

  272. User12 on September 11th, 2009 11:56 am

    Like the other commentors, after upgrading the Widget has stopped displaying any books.

  273. Valerie on September 12th, 2009 1:28 am

    I have the same problem as Andrew, Marc, and others. No spaces in the access keys, and I am running php 5.2.9 so I can’t fix it the way Marc did. I have tried deleting the showcase and recreating it, nothing. Tried both disabling and uninstalling the plugin, still nothing.

  274. eugaet on September 12th, 2009 8:22 pm

    I recently added Amazon Showcase to my wife’s book blog, great plugin. I’m trying to add a second showcase but it doesn’t show up on the widget page, only the first one does. Am I missing a setting somewhere? Her blog is on WP v2.8.4 w/ PHP v5.2.9 and AS v2.1.

    Thanks,
    eugaet

  275. eugaet on September 13th, 2009 4:47 am

    As a workaround, I installed the PHP Code Widget and dropped in the code to display the second showcase. The issue’s not a big deal for me, I understand that you’re busy. Thanks for taking the time to update it for the AWS changes a little while back, though!

  276. the jayman on September 13th, 2009 7:14 am

    incredible plug-in Aaron!! Can’t thank you enough. Works flawlessly! Only had to add a bit of centering to the css and poof – exactly what I wanted!!

    Cheers!
    J

  277. Suzu on September 13th, 2009 8:16 am

    thank you very much! I’m using this plugin a couple of weeks now and it works fine! It was just the one I’m looking for! ^^

  278. Penny on September 14th, 2009 2:16 am

    Hi, I’m looking forward to using Amazon Showcase! I just installed it, and got the same “Warning: Invalid argument supplied for foreach()…” message when trying to create my first showcase, even with no spaces in the access keys. Retried a few times, then suddenly it worked. I managed to add one item to my first showcase, but now can’t add any others: javascript:void(0);
    Any ideas? Thanks!

  279. Penny on September 14th, 2009 2:23 am

    oops – and the one showcase I did manage to create has imploded. Using Widget Logic for it to display on one page. implode()[function.implode]:Invalid argument passed in …amazonshowcase.php on line 1132.

  280. John Brodeur on September 17th, 2009 6:39 pm

    Can we paypal you some $$$ so you would continue the development of such a fine product?
    Thanks

    John Brodeur

  281. Aaron on September 18th, 2009 8:06 am

    I found that the 13-digit ISBN’s don’t work, but the 10-digit ones do, as far as the image thumbnails.

  282. Oli on September 24th, 2009 3:00 pm

    I installed the plugin and got the “line 451” error. I clicked on Amazon Showcase in Settings again, and after that no error & I was able to enter my key info and set up a showcase.

    Unfortunately while I can see thumbnail previews when setting up the showcase, the image and link data isn’t added to the HTML (just wrapper divs with classes/ids and links with empty hrefs). I tried via PHP and via the [] in-page code. ISBNs included 0321410971 on the amazon.jp site.

    This is on WP 2.8.4 and PHP 5.2.10.

    Hope your troubleshooting is progressing :) ping me on @boblet if you need more details…

  283. Aaron on September 25th, 2009 1:50 am

    Ok folks, just released version 2.2 which includes fixes for a lot of the above-mentioned bugs. The “line 451″ issue should be resolved as well as the “only one widget” issue.

    Additionally, I’ve added a check to make sure that your web hosting server has the required hashing algorithm (sha256) installed. If you don’t have this, you won’t be able to use the plugin. Not much I can do here as this is a new requirement of the Amazon API.

    Enjoy!

  284. Kiki on September 25th, 2009 1:46 pm

    Thanks for the update. I don’t know if it is me-specific, but if I list more than one book in a particular showcase, it no longer shows the widget title OR any of the books.

  285. eugaet on September 25th, 2009 6:33 pm

    Very nice! Multiple showcases work fine now. Thanks for taking the time to update your plugin!

  286. Matt McCarty on September 26th, 2009 12:38 am

    Thanks for this great work! I initially had trouble getting it to save my keys. Found out it was because I was using an .htaccess redirect. I now just point the site on my host to the folder that contains the WP files.

    The showcase works great! Adding a little CSS to put in some space and center it and I was good to go!

    Perfect!

  287. Abigail on September 29th, 2009 10:21 am

    Hi Aaron,

    My Amazon Showcase widgets disappeared when I upgraded to Wordpress version 2.8.4. When I try to reinstall the Showcase plugin Wordpress tells me it’s already there in the most up to date form but it doesn’t appear in the settings menu.
    I’m flumoxed. I know I must be doing something wrong but I can’t work out what. Love the plugin by the way. It’s the best of it’s kind, especially for writers like me.
    Thanks in advance,
    Abigail

  288. Kim on September 29th, 2009 6:19 pm

    Howdy – I’ve installed the plugin, entered my ID keys, etc. but am not getting a settings option under the plugin name. Just the deactivate and edit options. Can you please help me figure out what I’ve done wrong. Thank you.

  289. Deb Howard Greenleaf on September 29th, 2009 9:08 pm

    Can you tell me what’s needed to fix this error message?? …
    Amazon Showcase requires access to hash_hmac()/sha256.

    Thanks,
    Deb

  290. Aaron on September 29th, 2009 9:12 pm

    @Deb, you’ll need to talk to whoever runs your web host and get them to install the sha256 hashing algorithm.

  291. thiefhunter on September 30th, 2009 5:13 am

    Yikes, I also just got “Amazon Showcase requires access to hash_hmac()/sha256″ All I did was click on upgrade…

  292. gangstalking on October 3rd, 2009 9:19 am

    The plugin did not work at all. No previews, and you should mention that you have to take the time to register at amazon.

    The concept for the plugin is great, but it did not work for me at all.

  293. Dave on October 3rd, 2009 8:44 pm

    Aaron:

    I’ve seen the plugin work on a few other sites. Looks good. Having issues with my install, though.

    Showcase only supporting 1 title. Able to add additional titles in showcase when created, but preview updates image for first title not the new title. When the showcase is saved, the first title is replaced with the last title entered and is the only title in the showcase.

    Added a second showcase, “add items” added titles to the first showcase, not second. When the second showcase was saved, it replaced the first showcase. The last title entered was the only title in the showcase.

    Deleted the plugin and reinstalled. Same problem. Wierdly, the Amazon information was already entered in the new install. Is there Amazon Showcase data cached somewhere that I should also delete?

    Not sure where to go from here.

  294. Andrew on October 5th, 2009 3:33 pm

    Hi Aaron,

    thanks for the plugin. it was exactly what I was looking for. I’m having an issue though. It was working fine before, but when I upgraded the plugin I started having this problem. I tried to revert to the previous version, but it still doesn’t work so I upgraded again.

    I have 2 showcases. I created them just fine, and they display perfectly (good work), but when I go back to edit a showcase the field won’t expand. I see that when I click the showcase it posts to /wp-admin/admin-ajax.php and the response is -1. If I add a new showcase from this page and then delete the showcase that I just added, the functionality is restored and everything works fine (strange…). any ideas of how to fix this? Thanks a ton!

  295. Andrew on October 5th, 2009 3:36 pm

    sorry, also when I navigate away from the screen and come back to it, the same thing happens all over again.

  296. Al on October 6th, 2009 9:02 pm

    Hi there, I have been tryong to use this plug-in on WP 2.8.4 but the interface looks different to the screenshots. When I try to eithe use the widget in a sidebar or in the page using the [code] or the it does not work. I have avlid Amazon web Service key(s). Your help would be appreciated.

    Good plugin even so !

  297. Paul on October 7th, 2009 3:39 pm

    Nice plugin. One of the best Amazon Wordpress widgets around, but I’m having a problem.

    I want to display one book centred on the saidebar with Title and Author underneath, also centred. How do I do it?

    Can’t seem to find the answer. Help appreciated. Many thanks.

  298. Rafe on October 13th, 2009 7:48 pm

    Hello,
    I am getting this error:
    Class ‘WP_Widget’ not found

    I am running wp2.7.1

    thanks

  299. anton on October 20th, 2009 8:37 am

    hi!

    i have also the hash_hmac()/sha256 problem and i do not have a “whoever runs your web host” person, because i am that person.

    and i do not have a clue how to install the sha256 algorithm. is it a php extension, is it normal debian package (i can install with apt-get), is it a php function i have to wrtie myself (download from somewhere), or something else?

    please help me (and i think a lot of others) and describe exactly what is missing and where i can get it.

    thanks!
    Anton

  300. Mike on October 23rd, 2009 2:46 pm

    I have this hashing algorithm installed, yet this same message, Amazon Showcase requires access to hash_hmac()/sha256, shows up. Any ideas?

  301. Mike on October 23rd, 2009 2:54 pm

    Looks like it solved itself…strange.

  302. Richard on October 24th, 2009 5:27 am

    I’ve recently experienced this plugin (WHICH I LOVE) going “dead” on several of my blogs … is there a compatibility problem with 2.8.5?

  303. umbreen on October 28th, 2009 11:48 am

    Hi Aaron,

    The widget looks great – but i’m having issues installing it. It gives me an error of “Amazon Showcase requires access to hash_hmac()/sha256.” .. whatever that means.

    Although the plugin is shown as installed; I don’t see it under my settings list either.

    Any help or tips your could provide would be great. Love the idea of the plugin. I’m just looking to add a list of books i’ve read.

    Thanks,
    ~ Umbreen

  304. umbreen on October 28th, 2009 11:50 am

    oops – never mind – i see you just answered my question below. okay i hope you find a work-around – it’s going to be unlikely that my hoest does anything. (it’s godaddy).

  305. Michelle on October 30th, 2009 3:40 pm

    Hi, I’m excited to use this widget but have a problem with it. I’ve done all the widget set-up, confirmed Amazon credentials, added it to the sidebar widgets, but all that shows up is the title. No books or anything else. When that didn’t work I tried to plug the javascript into a Samsarin PHP plug-in and that didn’t work either (no title at all). I then tried to use the code for inserting into pages and posts and that didn’t work either. Nothing showed up.

    I’m not getting any error messages. The plug-in just isn’t functioning. I’m on the WP version prior to 2.8. I’d really just like the sidebar widget to function. Spent more than an hour trying to troubleshoot it. Can’t figure it out!

  306. Peter on November 4th, 2009 3:04 am

    I just wanted to warn/alert you to the fact that the Wordpress plug-in catalog lists showcase as being compatible with 2.7.x, but version 2.2 utilizes the new widget class (WP_Widget) added under Wordpress 2.8.x.

  307. Robert on November 10th, 2009 1:27 am

    I like the widget, but is there a way to display it as page content instead of a widget?

  308. Alen on November 17th, 2009 10:35 am

    Thanks Aaron for the plugin and your hard work is greatly appreciated! I am very grateful for you time and effort into the plugin!

Leave a Reply




  • Recently via Twitter

  • Currently Reading

    Image of Meltdown: A Free-Market Look at Why the Stock Market Collapsed, the Economy Tanked, and Government Bailouts Will Make Things Worse

Bad Behavior has blocked 572 access attempts in the last 7 days.