Hiding Aff Links

Discussion in 'WordPress' started by stuph, Apr 17, 2007.

  1. #1
    I know I saw an article on this but I want to be able to cloak or hide the links somehow in Wordpress. I have got some code but its not working for me, might not be right or maybe putting it in the wrong spot...no idea. any help would be great.

    href="http://linktohide" class="hiddenlink" onmouseover="self.status='';return true;">...</a>
     
    stuph, Apr 17, 2007 IP
  2. cromagx

    cromagx Peon

    Messages:
    155
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    cromagx, Apr 17, 2007 IP
  3. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #3
    KC TAN, Apr 17, 2007 IP
  4. jukebox9988

    jukebox9988 Well-Known Member

    Messages:
    607
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Just use a header redirect:

    1. Create a file like ebay.php

    2. Place the ebay affiliate link in the file surrounded by the following code:

    <?php
    header ("location: http://www.example.com");
    ?>

    Simple and easy.

    3. When users click http://www.example.com/ebay.php, it will redirect them to the proper page using your affiliate link.

    Good luck everyone
     
    jukebox9988, Apr 17, 2007 IP
  5. stuph

    stuph Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    stuph, Apr 17, 2007 IP