hi, whats the best way to change the display url when hovering over affiliate links? i am using a wordress site / template so should be php, better sitill, is there a plugin for this?
I am not sure about the plugin but you may try this: <a href="http://www.bahubindu.com/" onclick="top.location='http://www.hamrobrt.com'; return false;">Cool website</a> Code (markup): When you hover you see "http://www.bahubindu.com" but when you click you get "http://www.hamrobrt.com"