• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Paid Request $100] Dynamic Amazon Links

In vBulletin I'm using a very simple BB-Code [amazon]ASIN[/amazon] which will be replaced by the following code:

HTML:
<br>
<table border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td><a href="http://www.amazon.de/exec/obidos/ASIN/{param}/ID-21" target="_blank"><img src="http://images-eu.amazon.com/images/P/{param}.03.MZZZZZZZ.jpg" border="0"></a></td>
  </tr>
  <tr>
    <td><strong>ISBN/ASIN</strong>: <a href="http://www.amazon.de/exec/obidos/ASIN/{param}/ID-21" target="_blank">{param}</a></td>
  </tr>
</table>
<br>

Only thing you have to do is to put Amazon's ASIN between the [amazon]-tags and it generates a product picture together with a Link with proper affiliate ID.

So it would be great if someone could convert this to XF so I could continue using this code. Thanks a lot!!! :)
 
OK, I'm putting a $100 bounty to whoever makes this mod.

Brogan, can you change my thread title to reflect that this is a now a pay mod request?
Thanks
 
I'm using the "BB Code Media Sites" tab for that.

Sorry, it's in German - but I think you'll get the idea:

amazon.webp

The full code for the last field is:

Code:
<A HREF="http://www.amazon.de/exec/obidos/ASIN/{$id}/ref=nosim/radioforende-21" target="_blank">http://www.amazon.de/exec/obidos/ASIN/{$id}/ref=nosim/radioforende-21</a>

You just need to change it to ".com" and enter your own Amazon id.
 
Top Bottom