Support for Commission Junction?

FoundSoul

New member
Will XenForo's banner system (or one of the mods available maybe) allow me to use the html or javascript code provided by Commission Junction to display rotating banner ads for users to view and clickthrough as they use the forums?

CJ is pretty clear that the modification of their code is not allowed, so we'd need to be able to plug in their code snippet.

Here is an example of what that code looks like. (links inside snippet modified slightly to break it intentionally, I'm just wanting to post an example, not get referrals from this post ;).

Code:
<a href="http://www.cfwebsite999.net/click-4342967-10796592?sid=diyrelatedservices1" target="_blank" onmouseover="window.status='http://www.destinationsite777.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.cfwebsite999.com/image-4342967-10796592" width="468" height="60" alt="Buy this super cool product at destinationsite777.com!" border="0"/></a>
 
XenForo doesn't have a built in banner system and I can't really speak for any add-ons, but if that's the HTML you need, there'd be no issue adding it to the appropriate places in you templates.
 
Thanks-- sounds like that would work for a single static banner, but not for rotation unless I do further coding to make that happen.

I guess I need to know more about what banner add-ons are available that may allow this.
 
Top Bottom