How to hide the link

How to hide the link

For increase in the profit got from the website and in general for increase in popularity of your links, sometimes it is necessary to hide affiliate links, issuing them for own. People prefer to click links, thinking that you do not receive for it additional commission charges, and you can use several different methods allowing to hide affiliate links.

Instruction

1. One of these ways — redirection or a redirect.

Write in "Notepad" and save with the .html extension the following code where "the address of the website" is a link to the partner website according to which from clicks you receive commission charges:

<HTML> of Redirecting to "website address"...

<meta http-equiv= "" refresh"" content= "" 0; url= "website address""">

</HEAD>

<BODY>

<P> Now you will pass to "the website address".

</BODY>

</HTML>
Load the turned-out HTML file on the server of your website and use for redirection of readers to the necessary address.

2. Besides, you can add the code of the required reference on the website so that at guidance of the cursor of a mouse on the link, the reader saw not the full address of the link in a bottom line of the browser, and that text which you will insert there. So the reader will not guess that the link — partner.

Find in the code of the page the required reference of a view <A href= "" the link""> the name of the link. Rewrite the code as follows:

<A href= "" link"" onMouseOver= "" window.status='nuzhny text'; return true"" onMouseOut= "" window.status="; return true""> name of the link

That the trick worked, the code should be written in one line without additional spaces. Instead of "the necessary text" enter what the reader should see, directing the cursor at the link, for example - "Visit this site".

3. It is also possible to use frames in which upon transition according to your own link in the lower part of the page the necessary partner website will be displayed.

The frame can look approximately so:
<HTML>

<head> name of your page

<frameset rows= "" of 20%, * "" border=0>

<frame name= "" top"" src= ""http://www.yoursite.com/yourlinks.htm"

marginwidth= "" 10"" marginheight= "" 10" of" scrolling= "" Auto"

frameborder= "" No"" noresize>

<frame name= "" bottom"" src= ""http://www.affiliatesite.com/youraffid?12345"

marginwidth= "" 10"" marginheight= "" 10" of" scrolling= "" Auto" of" frameborder= "" No"

noresize>

<noframes>

<body>

<p> This page uses frames, but your browser does not support them.

</body>

</noframes>

</frameset>

</html>

Author: «MirrorInfo» Dream Team


Print