AmazonFeed 2.1 Released
April 13th, 2011 –
Category: AmazonFeed Blog, PHP Programming, WordPress Plugins –
7 Comments »
I have finally released AmazonFeed v. 2.1. While not a major release, it updates the code to be compatible with WordPress 3.1.1 and fixes a few minor bugs. One bug for example would prevent your custom Amazon tags from being saved in certain situations. This has now been fixed. Hope you enjoy the plugin. If you have questions or comments, feel free to leave them in the comments associated with this post.
Related Reading:
PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)Readers can take their PHP skills to the next level with this fully revised and updated PHP Advanced: Visual QuickPro Guide, Third Edition! Filled wit... Read More >
PHP & MySQL: The Missing ManualIf you can build websites with CSS and JavaScript, this book takes you to the next level—creating dynamic, database-driven websites with PHP and ... Read More >
Murach's PHP and MySQL (Murach: Training & Reference)This book was developed by the same team that authored Murach's JavaScript and DOM Scripting, and it has the same strong content organization that let... Read More >
7 Responses to “AmazonFeed 2.1 Released”
Feedback
Other Information:
Programming Related
Articles we've written related to the topic of PHP Programming.
- Steps to Keep WordPress Secure
(April 15th, 2013 – Comment on This) - AmazonFeed 2.1 Released
(April 13th, 2011 – 7 Comments) - Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Paginated Navigation Bar
(December 21st, 2009 – 2 Comments) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment)
Website Development Tips
Tips and strategies related to the development of great websites.
- Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Captcha Insanity?
(June 18th, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This) - FormContact 1.1 with PHP5 Support
(June 24th, 2008 – 4 Comments) - Website Subversion Backup
(April 8th, 2008 – One Comment)
General Information & Resources
General information and resources from WarkenSoft Productions.
- Steps to Keep WordPress Secure
(April 15th, 2013 – Comment on This) - Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment) - New Webmaster Tool – The Regular Expression Editor
(June 15th, 2007 – Comment on This)



May 27th, 2011 at 10:20 pm
Excellent plugin. During my review, I found a small bug. If you want this plugin to work on a Windows server running IIS, you will need to change the “amazonfeed.php” file as follows:
Replace the following line:
$amazonFeedObj->urlPath = get_option(‘siteurl’) . str_replace(ABSPATH, “/”, $amazonFeedObj->basePath);
with this:
/* Modification to work on Windows and IIS */
$amazonFeedObj->urlPath = get_option(‘siteurl’) . str_replace(substr(ABSPATH, 0, strlen(ABSPATH) – 1), “”, $amazonFeedObj->basePath);
Keep up the good work
June 1st, 2011 at 11:12 am
Thanks for the feedback David. That’s very helpful. I wonder if there’d be a simple way to test whether it’s on Apache or IIS and use the right option accordingly.
June 1st, 2011 at 3:16 pm
It should work on linux as well…
June 1st, 2011 at 3:19 pm
Oops. I hit submit too soon. The logic simply strips all but the trailing slash regardless of whether the slash is forward or back.
August 14th, 2011 at 3:38 pm
Looks good. Just download and try to use. Thanks for sharing.
November 22nd, 2011 at 12:28 pm
It would have been nice if you would let everyone know that you are going half & half on the money!! Thanks for the great plug, but I didn’t see anywhere a note about you sharing revenue without our consent.
Thanks, but no thanks.
November 22nd, 2011 at 12:37 pm
Please disregard my last comment
The plug does have an option to tip author or not. It’s great work and very handy.
THANK YOU MUCH for making this plug.
Great work.