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
April 19th, 2008
Thank you so much. This has taken the stress out of updating WordPress!
April 19th, 2008
@Jenn – I’m glad I could help in some small way.
April 20th, 2008
This Plugin is an immensely helpful tool – and it’s so easy to use! Thanks!!
April 20th, 2008
@Angela – I’m always glad to help, my dear.
April 20th, 2008
Thanks for this plugin, I’m going to try it immediately :)
April 20th, 2008
@Copes – I hope it works out for you. Please let me know what you think.
April 27th, 2008
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’ );
April 27th, 2008
@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.
May 3rd, 2008
[...] 今日のところはWP-Amazon-Reloadedに決定 [...]
May 8th, 2008
[...] 代替のプラグインを探していたのですが、ASINを別途調べなければいかなかったり、挿入されるタグが冗長だったりしていまいちでした。で、たどり着いたのはWP-Amazon Reloadedです。 投稿画面から商品を検索し結果をクリックすれば投稿のテキストエリアにテキストリンクもしくは画像リンクのシンプルなタグを挿入してくれます。しばらくはこれを使ってみようかと。 [...]
May 8th, 2008
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! :)
May 8th, 2008
@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?
May 15th, 2008
Thanks a lot :-)
May 15th, 2008
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. :-)
May 15th, 2008
@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.
May 20th, 2008
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
May 20th, 2008
@Keiron – I’ve sent you a quick email. Maybe we can work something out.
May 20th, 2008
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!
May 21st, 2008
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
May 21st, 2008
@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.
May 22nd, 2008
@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?
May 22nd, 2008
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.
May 22nd, 2008
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!
May 22nd, 2008
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.
May 28th, 2008
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
May 28th, 2008
@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.
May 30th, 2008
thank you sooooo much! i’ve missed this plugin big time. peace. bv.
June 1st, 2008
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!
June 1st, 2008
How can I make this search .co.uk and not amazon.com?
June 1st, 2008
I just installed WP-Amazon Reloaded on my WP 2.5.1 site, and it works great! Thank you so much for the plugin.
June 1st, 2008
@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.
June 1st, 2008
I tired disabling open_basedir and safemode but still no luck …
open_basedir = none
; Safe Mode
safe_mode = Off
June 2nd, 2008
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!
June 2nd, 2008
there shouldnt be any need to disable openbasedir or anything like what i had posted previously
June 2nd, 2008
@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.
June 2nd, 2008
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
June 2nd, 2008
@Mike – Glad I could help. It’s always nice to get some feedback.
June 4th, 2008
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?
June 4th, 2008
@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.
June 5th, 2008
@everyone – WP-Amazon Reloaded has been updated. See my latest post: WP-Amazon Reloaded Updated
June 10th, 2008
thank you for plugin
June 10th, 2008
Sir, you rock! I’ve been searching everywhere for this (on WordPress.org.) Thank God for Google!
Liane
June 10th, 2008
@everyone – WP-Amazon reloaded now has official hosting: Amazon Reloaded for WordPress
June 11th, 2008
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
June 11th, 2008
@solveik – Did you make sure to place the whole folder of the download into your WordPress installation? That seems to be the problem.
June 11th, 2008
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
June 11th, 2008
@solveik – Glad that worked :)
June 15th, 2008
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?
June 15th, 2008
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.
June 15th, 2008
@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?
June 16th, 2008
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.
June 16th, 2008
@sean_g – I’ll take a look. Do you mean in the administrative panel?
June 18th, 2008
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.
June 18th, 2008
@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.
June 18th, 2008
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.
June 18th, 2008
@Dawn – Please go to the plugins menu and there will be a submenu that you can enter your ID into.
June 29th, 2008
An amazing plugin, thank you very much!
I’ll certainly be recommending it on my site. All the best,
Mike.
June 29th, 2008
@Mike – I’m glad you enjoy the plugin. I’ll look for the recommendation.
June 29th, 2008
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
June 29th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
June 29th, 2008
@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.
July 2nd, 2008
[...] 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) [...]
July 3rd, 2008
more than 3 results for search keyword is an important feature.
July 3rd, 2008
@Christopher – I know, I’m going to see what I can do. The Amazon API doesn’t work that way, though.
July 4th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 6th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 6th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 6th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 7th, 2008
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
July 7th, 2008
@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.
July 8th, 2008
[...] amazonリンクを張った投稿が楽になるプラグイン、WP-Amazon-ReloadedがバージョンアップしてJPに正式対応していました。 以前はちょこっと書き換えて使っていたのですが、これでその必要も無くなり安心安心。IE7でも問題なく動いてます。 [...]
July 8th, 2008
Not able to select options on image size only allows small or image selection boxes close?
July 10th, 2008
Excellent plug-in; works fine in FF3 and has made my ad maintenance MUCH easier! I’ll be recommending this to all my buddies.
July 10th, 2008
@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 :)
July 15th, 2008
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
July 15th, 2008
@Nancy – This should have been fixed in the latest version. What version do you have?
July 18th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 18th, 2008
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?)
July 19th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
July 23rd, 2008
This is exactly what i was looking for.
July 24th, 2008
thank you.. this is amazing! :D
July 25th, 2008
@ika – Glad you enjoy it. My pleasure to produce it :)
July 27th, 2008
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?
July 27th, 2008
@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.
July 27th, 2008
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.
July 27th, 2008
Oh, I am an idiot. The SERVER is not publicly accessible. That would be my problem right there…..
Thanks for the troubleshooting!
July 28th, 2008
@Stephanie – No problem. Glad to help.
July 30th, 2008
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?
July 30th, 2008
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 :-)
July 30th, 2008
@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.
July 31st, 2008
[...] 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 [...]
July 31st, 2008
[...] 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”><strong>Amazon<http://nic... Lets you add Amazon products to your blog with your affilate ID embedded in the links. Also lets [...]
July 31st, 2008
[...] 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. [...]
July 31st, 2008
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!
July 31st, 2008
@Michelle – I’ll try to reproduce the results. Have you tried a hard refresh? Is the JavaScript loading correctly?
August 2nd, 2008
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
August 2nd, 2008
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!
August 2nd, 2008
@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.
August 3rd, 2008
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 :(
August 3rd, 2008
@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.
August 3rd, 2008
I solved the issue by upgrading to Firefox 3.01 after finding that the plugin was working in IE7. Now everything works fine.
August 4th, 2008
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.
August 4th, 2008
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.)
August 4th, 2008
@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!
August 6th, 2008
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
August 6th, 2008
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!
August 6th, 2008
@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.
August 6th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
August 8th, 2008
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.
August 8th, 2008
@Alan – I’ll see what I can do.
August 11th, 2008
[...] Amazon Reloaded for WordPress, Amazon Links Pro, dan Amazon [...]
August 16th, 2008
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
August 25th, 2008
[...] WP-Amazon Reloaded 1.0.0 [...]
August 25th, 2008
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?
August 25th, 2008
@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.
November 17th, 2008
Awesome plugin!
How would I modify this to retrieve more information like price, description and such?
Thanks
November 18th, 2008
@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.
June 12th, 2009
[...] WP-Amazon Reloaded 1.0.0 [...]
June 12th, 2009
[...] WP-Amazon Reloaded 1.0.0 [...]
August 19th, 2009
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.
August 19th, 2009
@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.
October 8th, 2009
[...] WP-Amazon Reloaded 1.0.0 [...]
November 3rd, 2009
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