How To Hide A Link

Table of contents:

How To Hide A Link
How To Hide A Link

Video: How To Hide A Link

Video: How To Hide A Link
Video: How to hide a phishing link 2024, May
Anonim

To increase the profit received from the site, and in general to increase the popularity of your links, it is sometimes necessary to hide affiliate links, passing them off as your own. People prefer to click on links thinking that you are not getting additional commissions for doing so, and you can use several different ways to hide affiliate links.

How to hide a link
How to hide a link

Instructions

Step 1

One of these ways is redirect or redirect.

Write the following code in your Notepad and save it with the.html extension, where “site address” is a link to an affiliate site from which you receive commissions:

Redirecting to "site url" …

You will now be taken to the "site address".

Upload the resulting html file to your website server and use it to redirect readers to the correct address.

Step 2

In addition, you can supplement the code of the required link on the site in such a way that when the mouse hovers over the link, the reader does not see the full link address in the bottom line of the browser, but the text that you insert there. So the reader will not guess that the link is an affiliate one.

Find the required link in the page code of the form link name. Rewrite the code as follows:

link name

For the trick to work, the code must be written on a single line with no extra spaces. Instead of “the text you want”, write in what the reader should see when hovering over the link, for example - “Visit this site”.

Step 3

It is also possible to use frames, in which, when you click on your own link, the desired partner site will be displayed at the bottom of the page.

The frame might look something like this:

title of your page

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

marginwidth = "10"

frameborder = "no" noresize>

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

marginwidth = "10"

noresize>

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

Recommended: