Amazon Auto Links

amazonautolinks_screenshot.jpg

About

Still manually searching products and pasting affiliate links? What happens if the products get outdated? With this WordPress plugin, you don’t have to worry about it nor trouble to do such repetitive tasks. Just pick categories which suit your site and it will automatically display the links of decent products just coming out from Amazon today.

The links are tagged with your Amazon Associate ID. The plugin supports 10 countries and works even on JavaScript disabled browsers. Insert generated shortcode or PHP code where the links should appear. It’s free!

What Others Say

testimony_01Michael Uno’s Amazon Auto Links plug-in is amazing! The plug-in allows for lightning fast monetization of work sites. The plug-in allows users and site owners to quickly monetize and rapidly turn their websites into cash machines. The installation and setup process is very simple, and when using Amazon.com, your site can quickly begin to convert content content into cash. For anyone interested in a quick monetization plug-in, this is the one for you! The plug-in is very simple to install, and is quick to administrate. It allows you to pick Amazon categories, and can help you place moneymaking Amazon products exactly where you want them in a post. The plug-in works via widget format, or also via short code. It provides tremendous versatility and will be a great welcome to site owners and administrators.Bernard Asagaiexcitingrio.com

… The magic happened one week later. I found my sales increase a lot, almost having sales daily(beofre I can only have several a month). I know I got the right plugin, even it doesn’t have the features I want that time. …EricThe best wordpress plugin for Amazon Affiliate Marketerswww.earth-tones.com

Screenshots

screenshot-1.jpg
screenshot-1.jpg
screenshot-2.jpg
screenshot-2.jpg
screenshot-3.jpg
screenshot-3.jpg
screenshot-4.jpg
screenshot-4.jpg

Features

  • Supports all Amazon locales including German, Japan, Italy, Spain, UK, US, Canada, France, Austria, and China.
  • Automatic insertion in posts and feeds. You just check the checkboxes where you want the links to appear.
  • Resizable image thumbnails.
  • Works without JavaScript. Some visitors turn off JavaScript for security and most ads including Google Adsense won’t show up to them. But this one works.
  • Random sort order. Everytime the page is loaded it shows items in a different order.
  • Shortcode to embed the ads into posts.
  • PHP function to insert in the theme.
  • Blacklist. If you want certain products not to show, don’t worry, it is configurable.

Requirements

PHP >= 5.1.2, WordPress >= 3.0.0

How To Use

  1. Download the plugin.
  2. Upload the plugin file to your WordPress.
  3. Activate the plugin.
  4. Go to Settings -> Amazon Auto Link -> New Unit.
  5. Configure the options and select categories.
  6. After saving the unit option, go to Manage Units to get the shortcode or if you check one of the insert option, the links will automatically appear.

Sponsored Links

Download

Amazon Auto Links
(615.4 KiB)

Support

If you find a bug in the program, please report it from the bug report page. For a feature request or a question on how to operate the program, please comment below.

23 thoughts on “Amazon Auto Links

  1. Nico

    Hey Michael,

    great Plugin! Just one question before i will upgrade to pro! :)
    Is it possible to disable the order of items, so the products are shown in the same order like the official amazon-rankings? Thinking about shown bestsellers with counts from 1-10 and they should not be random or sorted by title.

    Thanks!

    Reply
    1. Michael Uno Post author

      Ah, I’ve never thought about that. Actually that might be useful for someone. It’s not currently possible but I added it to the to-do list.

      Reply
      1. Nico

        Ok, thank you for quick response!

        Is it possible to change the core of your plugin by myself to do the job, e.g. by set the order value to “none”? Otherwise it would be great if you could inform me via mail when it`s possible and i will buy a pro account!

        Reply
        1. Michael Uno Post author

          I’ll send you E-mail when it’s done.

          It’s not recommended to edit the core because when the plugin is updated, the changes will be gone. But if you need to hurry, here is a quick hack.

          Change the function named sort_items_by_title in AmazonAutoLinks_SimplePie_.php #259 to:

          public static function sort_items_by_title($a, $b)
          	{
          		$a_title = $a->get_title();
          		$b_title = $b->get_title();
          		return strnatcmp( $a_title, $b_title );
          	}
          

          Comment out the following code in AmazonAutoLinks_Core_.php #447:

          $strTitle = trim(preg_replace('/#\d+?:\s?/i', '', $strTitle));
          Reply
          1. Nico

            Thanks a lot! I need this next week so i will try your hack first. So when it`s added to a newer version i have to configure it new after the update.

          2. Nico

            Ok, great work and thanks a lot for your quick response! But your hack just works better for me because i don`t want to show the counts like “#1:”, just want to add the count with css ol like “1″, “2″,… at the html section of your plugin. But if i now remove the counts delivered be amazon your plugin is not able to show the official rankings, right? Hmmmm :)

          3. Michael Uno Post author

            So do you want to sort items by ranking but without the heading numbering when they are displayed? Not a problem. It’s a matter of adding an option for it. I’ll let you know if I update the Pro version.

          1. Michael Uno Post author

            Okay, done! The feature is available in Pro 2.0.5. This requires 1.2.4 or above installed.

  2. Mercedes Moss

    Hello Michael

    Thanks for your plugin. I’m using it :) Before cloaking the URL, I checked to see if my affiliate ID would be used if the site visitor decided to search for any other product on amazon.com.

    I was not sure that this is the case. Please clarify. Thanks.

    Reply
    1. Michael Uno Post author

      Hi Mercedes,

      If you click on the cloaked link, it should redirect you to the Amazon store ( amazon.com or amazon.co.uk or depending on the locale you choose) and you can confirm the affiliate ID in the redirected url.

      Is it what you are asking or do you mean something different?

      [Edit]
      I just confirmed that v1.1.9 has a problem with the url cloak functionality that it does not redirect to the amazon product page. v1.1.8 seems to work fine on the other hand. I’ll see if I can fix it. Sorry for the inconvenience!

      [Edit]
      I’ve found a bug that causing the redirect problem in v1.1.9. I just fixed it. I am planning to release the next update with some other new features. So if you must hurry, please grab the development version, which already has a fix for it. I uploaded it to wordpress.org. ( http://downloads.wordpress.org/plugin/amazon-auto-links.zip )

      Hope it sorts out your problem!

      Reply
  3. Kevin

    When I try to set up the plugin and I click proceed under the New Unit tab I get this error.

    Fatal error: Call to undefined function mb_language() in /home/preppers/public_html/wp-content/plugins/amazon-auto-links/classes/AmazonAutoLinks_Forms_SelectCategories_.php on line 242

    Reply
  4. mj rood

    Where do I paste the short code? Am I supposed to add it to the plugin editor? It certainly doesn’t work in posts. And if I check off one of the boxes I lose total control. EVERYTHING shows up in the same post in one big long column no matter how many categories I create. Your screen shots above don’t look anything like mine. All I get is a list of products with prices but no content.

    Reply
    1. Michael Uno Post author

      You just need to paste the shortcode in a post or page where product links should appear, not to the plugin editor. Can I see the live site so that I can see the problem? Or you may upload a screenshot somewhere that illustrates the problem.

      Reply
  5. Tom

    Your plugin is broken as of WordPress 3.5 update. I had to delete it as my theme pages were all screwed up and this plugin proved to be the culprit. I do like it though and hope you can update it soon. Thanks.

    Reply
    1. Michael Uno Post author

      WordPress 3.5 support was added in v1.1.3. Also in v1.1.5, any unclosed HTML tags are forced to be closed so hopefully it will fix your issue. So please try the new version.

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>