the affiliates program

Posted by beneton on Fri, 06/08/2007 - 13:43SFX Technical Issues

I was just wondering, can I display a button which I made myself? I understand that there's a script that's tracking the affiliates.. So I need to know if it would work and what code should I display on my site. Would this work? Because the I figure the &t=218 part is some kind of a button's ID..

<a href="?q=affiliates&id=204822"><img  src="URL TO IMAGE"/></a>

 

Thank you!


Submitted by Ken Saunders on Fri, 06/08/2007 - 14:58.

You can use your own image as long as it isn't misleading and that it represents Firefox clearly and in a positive light.

The full referral URL for credit for you would be;

[a href="http://www.spreadfirefox.com/?q=affiliates&id=204822"][img src="img url"][/a]
and 204822 is your actual Spread Firefox id number.


Ken

Submitted by aggro on Sun, 06/10/2007 - 06:55.

The &-characters in the url should be written as &amp;. So the url should be:
http://www.spreadfirefox.com/?q=affiliates&amp;id=204822

Using the lonely &-character in this situation would be an error against the specifications.