AmazonFeed 2.1 Released

April 13th, 2011  –  Category: AmazonFeed Blog, PHP Programming, WordPress Plugins  –  7 Comments »

  • Share

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)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 ManualPHP & MySQL: The Missing Manual

If 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)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”

  1. David Gregg Says:

    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 :)

  2. Admin Says:

    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.

  3. David Gregg Says:

    It should work on linux as well…

  4. David Gregg Says:

    Oops. I hit submit too soon. The logic simply strips all but the trailing slash regardless of whether the slash is forward or back.

  5. low cost tvs Says:

    Looks good. Just download and try to use. Thanks for sharing.

  6. Cman Says:

    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.

  7. Cman Says:

    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.

Feedback


Recommended:

30 Minutes to a Wordpress Website - The ULTIMATE Step-By-Step Guide for Beginners to Create a Website With Wordpress in as Little as 30 Minutes!30 Minutes to a Wordpress Website - The ULTIMATE Step-By-Step Guide for Beginners to Create a Website With Wordpress in as Little as 30 Minutes!Create a Blog or Website Fast - Even if Your Have ZERO Technical Skills!

BOOK UPDATED: May 2013 - Will Work With The Latest Version of Wor... Read More >
Building A Niche Site EmpireBuilding A Niche Site EmpireYou've probably heard the words, "You get what you pay for" and "There's nothing good for FREE" a few times in your life and, usually, that's good adv... Read More >
JavaScript and HTML5 NowJavaScript and HTML5 Now

A decade ago, Ajax took the Web out of childhood, and now HTML5 and JavaScript are moving the Web into full adulthood. This insightful overview pro... Read More >


Other Information:

Programming Related

Articles we've written related to the topic of PHP Programming.


Website Development Tips

Tips and strategies related to the development of great websites.


General Information & Resources

General information and resources from WarkenSoft Productions.