affiliate links

Discussion in 'PHP' started by coolspot, Jan 11, 2011.

  1. #1
    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?
     
    coolspot, Jan 11, 2011 IP
  2. Tanya Roberts

    Tanya Roberts Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    #2
    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" :D
     
    Tanya Roberts, Jan 12, 2011 IP