• ad logo_kiss
  •  

Subscribe to this blog

Subscribe to full feed RSS
What is RSS?!

Subscribe Via Email

We respect your privacy.

How to hide affiliate links in the status bar message.

By Affmarketer On February 11, 2008 Under Web 2.0

Dealing with affiliate links can be very rewarding to you and yet at times can also make also make your affiliate world staggered. In my previous post, I made mention on how to deal with affiliate links using the anchor text assuming psychologically the readers will never check the actual link. By using a javascript, you can actually hide links in the status bar. Add the following script in the <head> section of your page:

<script>
//Hide status bar msg script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
//configure status message to show var statusmsg=”" function hidestatus(){ window.status=statusmsg return true }
</script>

On every affiliate link you wish to hide add this mouseover code:


<a href=”http://www.affiliatecrunch.com” onMouseover=”return hidestatus()”>Affiliate Crunch Recommends</a>

Try to move your mouse over this link: Recommends The above-mentioned script will only disable selected links, if you are lazy and you want to disable the status bar, you can use this version 2 of the script, simply add the following to the <head> section of your page :

<script>
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use function hidestatus(){ window.status=” return true } if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) document.onmouseover=hidestatus document.onmouseout=hidestatus
</script>

There you are, you will not see any affiliate links on your status bar once the script is installed.

Source: http://www.javascriptkit.com
Price: Free

1 Trackback

  1. Hiding the status bar message the easy way. | Affiliate Marketing | Make Money Online
    May 17, 2008 5:08 AM


4 Comments Add yours

  1. Ballac
    February 25, 2008
    2:10 pm #comment-1

    There is a simple way to hide your affiliate links of your site without using javascript. Use the tool: http://cutelink.info. The site helps you to make simple links with ease and those links completly hide your affiliate links. Check it once.. iam sure that you will happy with my suggesion.

  2. Peak
    April 8, 2008
    3:45 am #comment-2

    Thanks ballac, the site is really great. The site also included with a money giving program for hiding affiliate links. I really interested on that program ( http://cutelink.info/url-money.php ). Thanks dear… :)

  3. Zarada na Internetu
    July 7, 2008
    10:44 pm #comment-3

    Is there any working way to hide affiliate link in blogger posts ?

    Zarada na Internetus last blog post..Želite zaraditi na Internetu ?

  4. Affiliate Crunch
    July 8, 2008
    2:31 pm #comment-4

    Hello Zarada,

    You can use this javascript, on every link you wish to hide.
    Found on my other blog post.

    http://www.affiliatecrunch.com/hiding-the-status-bar-message-the-easy-way/

    Let me know if this method works for you.

Add a comment

  • Avatars are handled by Gravatar
  • Comments are being moderated