Quote:
Originally Posted by weeno
|
It should work now, I updated the script. You can test your link-codes in the functions_amazon_links.php and run this php file direct:
PHP Code:
<?php
echo amazon_links('some text
[url="http://www.amazon.com/Logitech-970155-0403-V20-Notebook-Speakers/dp/B0009WKBGC"]link text here[/url]');
function amazon_links($text) {
// ...
}
?>