[Plugin: Quick Amazon MP3 Clips] Bug in Amazon ID Tag
-
Just a quick heads-up, on the line of code that specifies the Amazon affiliate tag to pass along, it references the wrong variable. It uses {$tag} instead of {$amazonID}, which makes the affiliate tagging not work as expected.
Replacing {$tag} with {$amazonID} fixes it.
Also, suggest adding a “format” variable to pass along to allow for the smaller-format player (the “compact” version). Explicitly adding the line:
amzn_wdgt.format='{$format}';"After adding format as an array variable seems to do the trick.
Otherwise, nice!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Quick Amazon MP3 Clips] Bug in Amazon ID Tag’ is closed to new replies.