WordPress Plugin — WP-Amazon Reloaded

This plugin has been updated on 10/2/09 to version 5.0.0

It is with great pleasure that I announce my latest plugin. I recently realized that I had a need to quickly place Amazon affiliate links into posts within WordPress. I saw that a plugin already existed to allow this. However, that plugin wasn’t compatible with WordPress 2.5, so I went ahead and wrote a new plugin that was. I call it WP-Amazon Reloaded Amazon Reloaded for WordPress

The basic features are as follows:

  • Dynamically search for Amazon items from the Write Post and Write Page interface
  • Easily insert the detail page links for said items into the post or page you are writing
  • Enter your affiliate id to have your links auto tagged for affiliate purposes

123 Responses

  1. Jenn Says:

    Thank you so much. This has taken the stress out of updating WordPress!

  2. Nick Ohrn Says:

    @Jenn – I’m glad I could help in some small way.

  3. Angela Says:

    This Plugin is an immensely helpful tool – and it’s so easy to use! Thanks!!

  4. Nick Ohrn Says:

    @Angela – I’m always glad to help, my dear.

  5. Copes Flavio Says:

    Thanks for this plugin, I’m going to try it immediately :)

  6. Nick Ohrn Says:

    @Copes – I hope it works out for you. Please let me know what you think.

  7. Rene Says:

    Tried the plugin Amazon Reloaded. got a fatal error on the WP-Amazon-Reloaded.php, line 79

    Looked at file and looks like the same line is repeated,on line 80

    // Add the meta box to the post and page interfaces. It is assigned a type of normal so it appears below the categories
    add_meta_box( ‘WP-Amazon Reloaded’, ‘WP-Amazon Reloaded’, array( ‘NFO_WP_Amazon_Reloaded’, ‘meta_box_output’ ), ‘post’, ‘normal’ );
    add_meta_box( ‘WP-Amazon Reloaded’, ‘WP-Amazon Reloaded’, array( ‘NFO_WP_Amazon_Reloaded’, ‘meta_box_output’ ), ‘page’, ‘normal’ );

  8. Nick Ohrn Says:

    @Rene – You’ll notice that in those two lines one specifies post and one specifies page. I’m not sure why you would get a fatal error. Can you send me any information (via my contact form or this comment box) about your configuration that might help.

  9. 近頃の、とあるR。 » amazonリンクのプラグイン Says:

    [...] 今日のところはWP-Amazon-Reloadedに決定 [...]

  10. matuのにっき » Blog Archive » WP-Amazon Reloadedプラグイン Says:

    [...] 代替のプラグインを探していたのですが、ASINを別途調べなければいかなかったり、挿入されるタグが冗長だったりしていまいちでした。で、たどり着いたのはWP-Amazon Reloadedです。 投稿画面から商品を検索し結果をクリックすれば投稿のテキストエリアにテキストリンクもしくは画像リンクのシンプルなタグを挿入してくれます。しばらくはこれを使ってみようかと。 [...]

  11. Laura Says:

    I’m having a little bit of trouble with this plugin on one of my clients sites. I believe it has to do with port settings as we had to open a port for akismet.

    Can you let me know if there is a port or something that might need to be opened in order for this plugin to return results? Thanks so much.

    I’m so grateful for this plugin. I do many author sites and now they can update their own books instead of me! :)

  12. Nick Ohrn Says:

    @matu – Thanks for the link, even if I have no idea what your site says.

    @Laura – I’ve sent you an email. Could you reply with what exactly is happening?

  13. Freiheitsfreund Says:

    Thanks a lot :-)

  14. Freiheitsfreund Says:

    Uh… just realized that you did not leave the original plugin’s option to localize for other than the US version of amazon? Maybe you could insert it againt? Would be even greater. :-)

  15. Nick Ohrn Says:

    @Freiheitsfreund – I didn’t just branch the original plugin: I completely rewrote it from scratch. I’d love to start improving it, but I want to wait for WP to give me subversion hosting so I don’t have to keep throwing zip files up here.

  16. Keiron Says:

    Hi Nick,

    A much needed plugin, however I’m getting:
    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/username/public_html/wp-content/plugins/WP-Amazon-Reloaded/WP-Amazon-Reloaded.php on line 167

  17. Nick Ohrn Says:

    @Keiron – I’ve sent you a quick email. Maybe we can work something out.

  18. Bonnie Says:

    Nick,

    Haven’t tried it yet. A couple of questions.

    1. Other than compatibility, how is this different from the original WP-Amazon?

    2. On the wscreencast, your book search did not reveal anything but the product title and picture. Does it not pull the author, or the description? I realize that is very “glass half empty” of me but my blog recommends opera DVDs and recordings, where the performers are very important.

    3. I didn’t catch whether you could pull the picture into your post. Can you?

    Thanks!

  19. Justin Says:

    Hi Nick,

    Very useful plugin.

    But I got the same problem as Keiron have. I installed WP in add-on domain and in a subdirectory. Any advice?

    Thanks in advance.
    Justin

    Error:
    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/username/public_html/domainname.com/directoryname/wp-content/plugins/WP-Amazon-Reloaded/WP-Amazon-Reloaded.php on line 167

  20. Nick Ohrn Says:

    @Justin – I think that a quick workaround would be to do the following: Replace line 242 in wp-amazon.php with:

    curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

    Please let me know if that works.

  21. Justin Says:

    @Nick

    Where can I find wp-amazon.php file? I only found WP-Amazon-Reloaded file. Or maybe be I missed something when download the files?

  22. Dan Butcher Says:

    Awesome! Thanks so much for tackling this project–I think you are going to make a lot of people very happy.

    For those wondering about whether images can be inserted, there’s a link under each image to insert the image, and it gives a choice of small, medium, or large.

  23. Samy Says:

    first of all i would like to say.. AWESOME !! thanks for that great plugin.

    just let me know, how i can change the url from amazon.com to amazon.de..

    thanks in advance!

  24. Bonnie Says:

    I have installed it too, I get the same error as Keiron and Justin… there is no line 242 in WP-Amazon-Reloaded.php, if that’s the correct file to edit.

  25. Nancy Says:

    I’m getting the same error as a few other people. Any suggestions for a fix? My file doesn’t have a line 242. Thanks for the help – I’m so anxious to get this running :)

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ancestor/public_html/wp-content/plugins/WP-Amazon-Reloaded/WP-Amazon-Reloaded.php on line 167

  26. Nick Ohrn Says:

    @well… everybody – I’ll be working on improvement for the WP-Amazon Reloaded plugin soon, but I just haven’t had the time. Paid development work definitely comes first here.

  27. bv Says:

    thank you sooooo much! i’ve missed this plugin big time. peace. bv.

  28. Marc Juneau Says:

    Hey! awesome plugin!! although I am getting the “safe_mode or an open_basedir” error still even after modifying the plugin parameters i can see the functionality of this plugin ROCKS! I will definelty be using this on my blog and a few of my friends’ .. I’m actually gonna have one of my php programmer friends take a look at the error it is generating today and I’ll post back any resolution we find!

    And btw, Just sent a donation your way … fyi tip .. put your donate button on your plugin pages, I had to search for it, you’ll get more donations if the link is placed more relevantly to where people already are ;)

    anyhow cheers! and thanx again for all your hard work!

  29. Rachelle Says:

    How can I make this search .co.uk and not amazon.com?

  30. lomara Says:

    I just installed WP-Amazon Reloaded on my WP 2.5.1 site, and it works great! Thank you so much for the plugin.

  31. Nick Ohrn Says:

    @bv – I’m glad I could help you out

    @Marc – Thanks for the donation and the tip. I’ve got a big revision coming for the plugin soon, so I’ll take the location of the donate link into account :)

    @Rachelle – The upgrade I have coming will have support for the different Amazon locations.

    @Iomara – Glad you’re pleased. I always love to hear comments like that.

  32. Marc Juneau Says:

    I tired disabling open_basedir and safemode but still no luck …

    open_basedir = none
    ; Safe Mode
    safe_mode = Off

  33. Marc Juneau Says:

    ok well a friend and i fixed it ;) should work now for those having the open_basedir problems …

    http://www.nolagraphics.com/news/mods/WP-Amazon-Reloaded.phps

    download it .. replace the one you have and rename back to .php from .phps

    cheers!

  34. Marc Juneau Says:

    there shouldnt be any need to disable openbasedir or anything like what i had posted previously

  35. Nick Ohrn Says:

    @Marc – Thanks for taking a look at that. I see that you basically are just doing a manual redirect. That’s exactly what I did in the new version that I was releasing today. I also have new options for international members. The download will be announced later.

    Again, Marc, thanks a lot.

  36. Michael J Pratt Says:

    Nick – Fantastic plug-in and thanks for taking the time to build it. It is EXACTLY what i was looking for. More importantly, I am intrigued by the idea of using WP as an all-in affiliate management system. Can you point me to articles, examples, etc on the subject?

    Thanks,

    Mike

  37. Nick Ohrn Says:

    @Mike – Glad I could help. It’s always nice to get some feedback.

  38. Amanda Says:

    Have you released the new plugin yet? I just installed (as in a few minutes ago) the one linked in this post. It works- kind of. It only brings up the first 3 results in each section… But if what you’re searching for is not in the top 3 results… are you just screwed? Is there no way to see “More Results”? And I wasn’t searching for anything obscure… I was searching for the Canon Rebel XTi. I tried about 20 different search terms to bring it up and nothing would. Any ideas?

  39. Nick Ohrn Says:

    @Amanda – I have not uploaded the new version yet. That will be coming in the next day or two. In response to your question, unfortunately the Amazon Associates Web Service will only return three items from each category for an item keyword search. You have to, essentially, get as specific as you can possibly get and try to get your results that way.

  40. Nick Ohrn Says:

    @everyone – WP-Amazon Reloaded has been updated. See my latest post: WP-Amazon Reloaded Updated

  41. Shoes Reviews Says:

    thank you for plugin

  42. Rose City Sister Says:

    Sir, you rock! I’ve been searching everywhere for this (on WordPress.org.) Thank God for Google!

    Liane

  43. Nick Ohrn Says:

    @everyone – WP-Amazon reloaded now has official hosting: Amazon Reloaded for WordPress

  44. solveik Says:

    Hello Nick – THANKS for that superb tool! Hope to use it, too.
    I’m using WP 2.5.1 German Version. After installing I get error message on the Configuration page. Nothing to fill out, but instead 2 error messages:

    Warning: Amazon_Reloaded::include(/is/htdocs/wp7894561_Q789456123/www/bblog/wp-content/plugins/pages/settings.php) [amazon-reloaded.include]: failed to open stream: No such file or directory in /is/htdocs/wp7894561_Q789456123/www/bblog/wp-content/plugins/Amazon-Reloaded.php on line 85

    Warning: Amazon_Reloaded::include() [function.include]: Failed opening ‘/is/htdocs/wp7894561_Q789456123/www/bblog/wp-content/plugins/pages/settings.php’ for inclusion (include_path=’.:/usr/share/pear/php5′) in /is/htdocs/wp7894561_Q5789456123/www/bblog/wp-content/plugins/Amazon-Reloaded.php on line 85

    Putting an article on a side works – unfortunately just with the US-Amazon.

    What do I have to change?

    greetings
    solveik

  45. Nick Ohrn Says:

    @solveik – Did you make sure to place the whole folder of the download into your WordPress installation? That seems to be the problem.

  46. solveik Says:

    Dear Nick, thanks for your quick reply!
    I made a mistake. I put the Amazon-Reloaded.php in the /plugins directory – didn’t leave where it was (stupid me).

    It WORKS – like a sewing-machine!
    and your screencast is super (even without sound :-)

    Thank you so much.

    greetings
    solveik

  47. Nick Ohrn Says:

    @solveik – Glad that worked :)

  48. Hasse Rho Says:

    I can’t get this to work right on my live site. On my local server it works just like expected. The problem on my live site is when try to make a search for any product on Amazon the page only reloads and nothing shows up as search results. I am not sure that this has to do with the plugin but maybe someone else have had similar problems?

  49. Hasse Rho Says:

    Fast update to my earlier post.. The search works as it should for posts but not for pages. I forgot to mention that in the last post.

  50. Nick Ohrn Says:

    @Hasse Rho – That is very odd. I have no idea why it would work for posts but not for pages. Would you mind trying again with posts and then emailing me the source of your post page (right click > view source in your browser) so I can do some debugging?

  51. sean g Says:

    what do I need to edit in the source to have it not include a name attribute in the text links or for it to not use the | character in the name, either way. The | is causing the page to not validate as XHTML 1.0 transitional.

  52. Nick Ohrn Says:

    @sean_g – I’ll take a look. Do you mean in the administrative panel?

  53. Newuser Says:

    Hi Nick, I have some suggestions for you.

    First off, thanks for upgrading the plugin to WP 2.5+. Since I’m still running on an older WP I watched your video to see how your Reloaded WP-Amazon plugin looked. My two main suggestions are:

    1. Please display the first 10 results for each category of the product words that are being searched for! After years of using this plugin I’ve found the switch last year to a mere 3 search results severely limits the usability of the plugin.

    2. Can you add the option to insert pictures like the old WP-Amazon had? So instead of a link of a book, you’ll see the book cover picture that links to the correct Amazon page. You should let users choose between Amazon’s small, medium or large sizes for that book cover. That would be very handy, because I personally never use the Amazon affiliate links.

  54. Nick Ohrn Says:

    @Newuser – I’ll address your points individually:

    1. Unfortunately, that is what the Amazon API returns and there is no way around that. Without going to great lengths and causing much further processing time than it already has to go through, this just isn’t possible.

    2. I added this, it just doesn’t show in the video :)

    Thanks for your suggestions.

  55. Dawn Papandrea-Khan Says:

    Can you tell me how to add my own id into this plugin? I am not great with code and I having trouble figuring out where to put it. Thanks so much.

  56. Nick Ohrn Says:

    @Dawn – Please go to the plugins menu and there will be a submenu that you can enter your ID into.

  57. Mike Reynolds Says:

    An amazing plugin, thank you very much!
    I’ll certainly be recommending it on my site. All the best,
    Mike.

  58. Nick Ohrn Says:

    @Mike – I’m glad you enjoy the plugin. I’ll look for the recommendation.

  59. Neil Says:

    Nick –

    Thanks for taking this on; I’ve been hoping someone would take this over the first time when it went dormant, and I just found your “reloaded” version.

    I have two suggestions for future versions…first, I would really suggest moving the “WP-Amazon Reloaded” link from the Plugins to the Settings menu for consistency with WP interface standards. Secondly, it would be great if the results interface could be expanded beyond the first three results in a query. I know this is a long-standing request for the previous version, but I think your interface would expand well to support it.

    Thanks again!

    Neil

  60. Wordpress 2.5 Uyumlu Eklentiler (Liste) | Wordpress Tema Ve Eklenti Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  61. Nick Ohrn Says:

    @Neil – Your first point is something I’ve been planning on. It’ll probably come in the next update. The second point is something I’ve been considering, but I’m not sure exactly how much work it will require at this point. If it isn’t prohibitive, it may be included.

  62. HART-Empire.com (HART-Empire) » How To Link Products From Amazon In Your Wordpress 2.5.1 Blog (HART-EMPIRE) Says:

    [...] Nick Ohrn has saved us all and created a NEW AND IMPROVED Amazon plugin that works on wordpress version 2.5.1 (the latest wordpress version at the time of writing this post) [...]

  63. Christopher Says:

    more than 3 results for search keyword is an important feature.

  64. Nick Ohrn Says:

    @Christopher – I know, I’m going to see what I can do. The Amazon API doesn’t work that way, though.

  65. WordPress Working Plugins | Utricks Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  66. 2.5 Sürümüyle Uyumlu Eklentiler | WordPress Destek Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  67. wordpress 2.5 Uyumlu Eklentiler Listesi | Nazlı Reklam Reklam ve Hosting Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  68. Wordpress 2.5 Uyumlu Eklentiler Listesi | Taha'nın Yeri Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  69. CoolB Says:

    When I try using the search in firefox I just keep getting the loading/searching bar graphic. The results come up right away in IE however. Anyone know why Firefox doesn’t work and how to fix it?

    Thanks

  70. Nick Ohrn Says:

    @CoolB – I’ve used the plugin repeatedly in Firefox with no problems so I’m not sure what is going on on your end. Let me know if you figure something out.

  71. 近頃の、とあるR。 » WP-Amazon-ReloadedがJP正式対応 Says:

    [...] amazonリンクを張った投稿が楽になるプラグイン、WP-Amazon-ReloadedがバージョンアップしてJPに正式対応していました。 以前はちょこっと書き換えて使っていたのですが、これでその必要も無くなり安心安心。IE7でも問題なく動いてます。 [...]

  72. Jim Says:

    Not able to select options on image size only allows small or image selection boxes close?

  73. Tanner Says:

    Excellent plug-in; works fine in FF3 and has made my ad maintenance MUCH easier! I’ll be recommending this to all my buddies.

  74. Nick Ohrn Says:

    @Jim – Not sure what’s going on there. What is your browser/configuration?

    @Tanner – Glad that you found the plugin useful. I’m happy to give back to the community. Don’t forget to donate if it makes you any money :)

  75. Nancy Says:

    I get this error message when I search for a book. Any idea of how to fix?

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ancestor/public_html/wp-content/plugins/WP-Amazon-Reloaded/WP-Amazon-Reloaded.php on line 167

  76. Nick Ohrn Says:

    @Nancy – This should have been fixed in the latest version. What version do you have?

  77. A`dan Z`ye Wordpress eklentileri | Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  78. strathy Says:

    Ahhhh – no Canada?!? We are the 3rd largest user of Amazon.com in the world – way ahead of France, Germany and Japan. Anything I can do to get around this (other than becoming an Amazon.com Associate?)

  79. Работающие плагины для WordPress - Блокнот Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  80. Philix Says:

    This is exactly what i was looking for.

  81. ika Says:

    thank you.. this is amazing! :D

  82. Nick Ohrn Says:

    @ika – Glad you enjoy it. My pleasure to produce it :)

  83. Stephanie Says:

    Hi, Nick. I’m so glad you’ve has taken over the WP-Amazon project. However, I’ve tried installing the latest version on several different blogs, including a base 2.6 installation with no other plugins, and I can’t get it to work. My search results come up as a long string rather than formatted HTML. For example, searching for “ekaterina sedia” (who has only 3 books, and thus makes a good test subject!) returns this in the results area:

    [Edit: Removed error output to stop clutter on this page. I know what it looks like, though, happened to me a lot in development.]

    Any idea what might be happening here?

  84. Nick Ohrn Says:

    @Stephanie – I just want to make sure, but you have a resources folder in your amazon-reloaded-for-wordpress folder, correct? Is there a file amazon-reloaded.xslt in there? Is it publicly accessible? If it’s not, that is what is causing problems.

  85. Stephanie Says:

    I do have that file. I set its permissions to 777 just to test it, and I’m still getting the unformatted junk. I just checked for PHP’s XML extensions, and they all seem to be present and accounted for.

  86. Stephanie Says:

    Oh, I am an idiot. The SERVER is not publicly accessible. That would be my problem right there…..

    Thanks for the troubleshooting!

  87. Nick Ohrn Says:

    @Stephanie – No problem. Glad to help.

  88. Laurie Says:

    I’m having the same problem — I’m getting “0″ after I installed the latest version. It was working so perfectly before! How can I get it going again?

  89. Laurie Says:

    Nick – I got it working…….I just had to re-install it from scratch, versus just upgrading it. No problem. What a great feature, thanks! If I ever start earning a few cents on my website, I’ll send some your way :-)

  90. Nick Ohrn Says:

    @Laurie – I’m glad you got it working. Yeah I’ve seen a lot of people with the issue that you’re describing. At least I know what to tell them now.

  91. The Home of Kulkas Says:

    [...] adalah mencari peluang laen kali ya . Btw, seminggu yang lalu pas browsing, saya baca artikel WP Amazon Reloaded ini, kayaknya menarik juga dicoba di blog ber-engine wordpress. Plugin ini cocok buat yang mau [...]

  92. | ErumMunir.com Says:

    [...] Just a few tweaks and it is ready to work out of the box.</li> <li><a href=” http://nickohrn.com/wordpress-plugin-wp-amazon-reloaded”&gt;&lt;strong&gt;Amazon&lt;http://nic... Lets you add Amazon products to your blog with your affilate ID embedded in the links. Also lets [...]

  93. Updated List of Important and Useful Wordpress Plugins (WP 2.5.1) | ErumMunir.com Says:

    [...] Amazon Reloaded Lets you add Amazon products to your blog with your affilate ID embedded in the links. Also lets you search for Amazon products when you are writing a post or a page. [...]

  94. Michelle Vandepas Says:

    HI, the plugin worked once or twice, but now doesn’t .. I find the results, but when I try to insert into my post it just goes to the image file or the amazon page. Ideas please? Thank you!

  95. Nick Ohrn Says:

    @Michelle – I’ll try to reproduce the results. Have you tried a hard refresh? Is the JavaScript loading correctly?

  96. Dave Says:

    After installing the latest version of Amazon Reloaded the only thing that returns from the search result is a 0. I saw someone else had this problem, do you know how to correct it yet? I have already done a fresh install which didn’t help.

    Thanks

    Dave

  97. kala Says:

    Hi there, me too, I’m getting a “0″ whenever I try to search Amazon… is there a fix for this already? I tried a fresh install too but it doesn’t seem to work :( Thanks in advance!

  98. Nick Ohrn Says:

    @Dave + kala – The reason that you’re probably getting a 0 is because Amazon can’t get to your the plugin’s XSLT sheet.

    On my site, you can access my XSLT sheet by going to http://nickohrn.com/wp-content/plugins/amazon-reloaded-for-wordpress/resources/amazon-reloaded.xslt. If you do similarly on your site, what do you get? If you don’t see anything, or you get a forbidden, that is probably your problem. You have to allow external access to that file.

  99. kala Says:

    Hi Nick, I’ve changed the permission of that file to 755 (is this what you meant I should do?) but it’s still not showing up. So weird; it was working perfectly a few days ago, it’s just now that I updated to the newest version that it stopped working :(

  100. Nick Ohrn Says:

    @kala – Yes, that is what I meant. If that didn’t fix the problem, then I’ll have to look further into the issue. Not sure what else it could be. Let me see if I can come up with something.

  101. Dave Says:

    I solved the issue by upgrading to Firefox 3.01 after finding that the plugin was working in IE7. Now everything works fine.

  102. Stephen Says:

    Hi, I’ve got the same problem as kala. Actually, before upgrading to the latest version today, it was giving me long lines of textual links and information rather than results in the usual form. I hadn’t used it for a week and it only just started happening. After upgrading from the Plugins Admin, I now only get a “0″

    I also changed the permissions to 777 on the amazon plugin folder and its contents.

  103. Stephen Says:

    Hang on. I just cleared my Firefox cache and that appears to have fixed it!

    (I also reloaded my Apache server, but I don’t think that affected anything.)

  104. Nick Ohrn Says:

    @Dave + Stephen – Glad to hear things have cleared up. The browser cache issue might be something to note on my blog post about how to get the plugin working after an upgrade. Thanks for your feedback!

  105. Zoe Says:

    Nick,

    Brilliant plug-in. Quick to download, easy to install, easy to set up, and most importantly easy to use!

    A clever little addition, if you feel up to creating a new version, would be to include target=”_blank” in each <a> link. Right now I’m having to add them manually, and I use this on each item (want people going to Amazon, but not necessarily leaving my site, they may not be done!).

    Anyhoo, cheers mate, excellent appy.

    Zoe

  106. Zoe Says:

    Oops Didn’t know it would read HTML code! I had a in my earlier comment, and it read the rest of the comment as a link! Just in case, here’s a close!

  107. Nick Ohrn Says:

    @Zoe – I’ve fixed the typo there. No worries about that. Also, I may be able to make that an option in the next version. I don’t want to crowd the plugin option screen, though, so it might be left off. We’ll see what happens.

  108. Wordpress eklenti listesi | h7x Software & Technology Center Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  109. Alan Says:

    For those of us who are still having difficulty using Adobe Flash to access the screencast, would it be possible to put up a simple text-only set of instructions on how to use the plugin once it’s installed? Thanks.

  110. Nick Ohrn Says:

    @Alan – I’ll see what I can do.

  111. Tips Blogging Cepat dengan Amazon Content « BLOGGER DUNIA SEHARUSNYA DUNIA BLOGGER Says:

    [...] Amazon Reloaded for WordPress, Amazon Links Pro, dan Amazon [...]

  112. Grace Says:

    Hello Nick,

    I have a problem. I originally loaded Amazon Reloaded and it worked fine. Then the system hiccuped and it didn’t work anymore. So I made it an inactive plugin and then deleted it. When I reloaded it, it shows as an active plugin, but it doesn’t appear across the top bar on WordPress and the window to enter my Amazon code isn’t appearing. Is there a way to edit the html code to just insert my Amazon ID? Where in the plugin script would I do that? Thanks! Grace

  113. Wordpress plugin wordpress eklenti arşivi wp yüzlerce açıklamalı eklenti | Türkiyenin en büyük mail grubu Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  114. WordPress Modder Says:

    Hey Nick,

    I love what you’ve done with the WP-Amazon plugin, great work in updating it! I have a question/request for an additional feature if it’s possible.

    Would it be possible to pull in other information about an item? Like a description, summary, reviews, etc. along with the title and image?

    Just a thought…I use the Associate-O-Matic script on many sites and I’m envisioning the amount of item detail this provides, but with the manual goodness of your WP-Amazon Reloaded plugin.

    Any thoughts?

  115. Nick Ohrn Says:

    @Modder – I’ll see what I can do. The difference between my solution and Associate-O-Matic is the automation level of the plugin. Also, Associate-O-Matic is a money making, commercial solution. Unfortunately, no one is paying me to develop Amazon Reloaded so I can’t put full time effort into it.

    Thanks for the input.

  116. Ahsan Says:

    Awesome plugin!

    How would I modify this to retrieve more information like price, description and such?

    Thanks

  117. Nick Ohrn Says:

    @Ahsan – You would redo the plugin. No, but seriously, you’d have to change the type of query being sent to Amazon and modify the XSLT file to change the display that is returned. If you want to pay for the development work, I’d be happy to work out a set of requirements and make the changes for you.

  118. Wordpress Eklentileri Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  119. Wordpress Eklentileri Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  120. Taysal Says:

    Hey Nick,

    WP-Amazon Reloaded don’t work since yesterday on my sites. i don’t change the settings and i found no error. i’m using your plugin for amazon germany and i haven’t any problem the last six month. but since yesterday … :(

    i hope you can help me.

  121. Nick Ohrn Says:

    @Taysal – I’m aware that the plugin is not working currently, but I’m not sure when I’ll be able to fix it. Please be patient.

  122. Wordpress Eklentileri Wp Hacks And plugin | SesliChat Siteleri, Sesli Chat, Sesli Sohbet, SesliChat, Kameralı Chat, Görüntülü Chat, Kamerali Sohbet Says:

    [...] WP-Amazon Reloaded 1.0.0 [...]

  123. Kristie VanGundy Says:

    Nick,

    I have uploaded and activated amazon reloaded but keep getting this message when I “test credentials”:

    Fatal error: Cannot use object of type WP_Error as array in /home/kvan65/public_html/website.com/wp-content/plugins/amazon-reloaded-for-wordpress/amazon-reloaded-for-wordpress.php on line 226

    help!
    Kris

Leave a Reply