![]() |
This appears to be working good for us thus far on version 3.8.5... with the co.uk modification.
New links to Amazon.com, Amazon.ca and Amazon.co.uk are rewriting with our associate ID, but old links are not. In order for old links to work, we are having to edit and save with no actual edit being made. Of course this is our initial findings... and we will have to verify that there are no other conflicts. |
I just got this installed and running on 3.8.x and it seems to work great :)
one concern though... I'm new to the whole affiliate linking thing and I noticed it's adding "ref=nosim" to some of the links. I didn't know what this was so I looked it up, people used to add it because it would take users directly to the desired products as opposed to a similar product's page. Amazon has depreciated this tag a few years ago (hence why I'd never seen it) and they state that link that include it should still work but they don't recommend anyone use it anymore. there is concern among some that the "ref=nosim" tag will at some point stop working and invalidate existing links. it'd be nice if there were an updated version of this plugin that takes newer link protocol into account... or if someone with a good knowledge of amazon affiliate links could point out what needs to be changed in the code to get rid of that tag. it looks like it's used in 2 places with the following line: Code:
$out[1][$i] = 'http://www.amazon.'.$out[2][$i].'/exec/obidos/ASIN'.$asin[0].'ref=nosim/'.$associate_id; Code:
$out[1][$i] = 'http://www.amazon.'.$out[2][$i].'/exec/obidos/ASIN'.$asin[0].'ref='.$associate_id; Code:
$out[1][$i] = 'http://www.amazon.'.$out[2][$i].'/exec/obidos/ASIN'.$asin[0].'/'.$associate_id; |
Version 4.0.8 has caused me some problems (this is my first try so I don't know if it worked in previous versions of VB4).
Firstly I had to manually create the plugin - the XML upload throws an error. This was no problem - just look at the XML file and it is very obvious what to enter when you do 'Add new plugin'. However.... The function only worked for a new post. I believe this is to do with cache. Therefore after this initial posting is made, this line in the plugin no longer does anything: Code:
$post['pagetext'] = amazon_links($post['pagetext']); after line 113 add the include Code:
require_once(DIR . '/includes/functions_amazon_links.php'); Code:
$post['pagetext'] = amazon_links($post['pagetext']); Code:
$post['pagetext'] = amazon_links($post['pagetext']); Code:
URL= |
Can we please get an updated version of this for 4.0.8? Mine stopped working with the upgrade. :(
|
Does anyone know how to adapt it for amazon.co.uk?
I've tried to amended the codes from com to co.uk however I'm not able to do this with the variable. Any ideas? |
When I add a link, it truncates the amazon link but does not add affiliate code. I am using 3.6.7
|
any chance of a vb4 version ?
|
Same here. Appreciate an update to vb4
|
Quote:
|
Quote:
|
All times are GMT. The time now is 09:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|