CreditCardForum
09-30-2009, 06:17 AM
Hey guys, so I'm in a major bind with about 12 hours to come up with a solution.
My forum is CreditCardForum.com and affiliate links are posted within some mod/admin reviews posted on here. American Express is now requiring auto feed info to be included with every link (so no more straight up affiliate links).
This means I need to include javascript inside these posts with the autofeed info. I have HTML enabled for the admin usergroup and I try going in and adding it to the existing posts which need it, but it's not working. Anyone know the trick to pull this one off?
Thanks in advance.
****UPDATE***
Problem solved. In case you run into the same dilemma, here's the trick...
<html><script language="JavaScript" type="text/javascript" src="http://EXAMPLELINK.com>
</script>
</html>
If you enter it any differently (such as using "<script type="text/javascript"..." it will not work. You need define the script language as shown above.
My forum is CreditCardForum.com and affiliate links are posted within some mod/admin reviews posted on here. American Express is now requiring auto feed info to be included with every link (so no more straight up affiliate links).
This means I need to include javascript inside these posts with the autofeed info. I have HTML enabled for the admin usergroup and I try going in and adding it to the existing posts which need it, but it's not working. Anyone know the trick to pull this one off?
Thanks in advance.
****UPDATE***
Problem solved. In case you run into the same dilemma, here's the trick...
<html><script language="JavaScript" type="text/javascript" src="http://EXAMPLELINK.com>
</script>
</html>
If you enter it any differently (such as using "<script type="text/javascript"..." it will not work. You need define the script language as shown above.