GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to hide affiliate links (https://gfy.com/showthread.php?t=633565)

Vin 07-15-2006 12:52 PM

How to hide affiliate links
 
I am currently developing some new pages for one of my sites and I want to hide affiliate links. So if my affiliate link for adultfrienfinder for example would say; http://adultfriendfinder.com/go/g774012-pmo.sub I would like users to only see www.adultfriendfinder.com

Are there ways to do this, and how ?

geirlur 07-15-2006 01:11 PM

yeah it's called an onmouseover.
I'm too lazy(and unwilling to help) to find the code so google for it

Nookster 07-15-2006 02:01 PM

Quote:

Originally Posted by Wytze
I am currently developing some new pages for one of my sites and I want to hide affiliate links. So if my affiliate link for adultfrienfinder for example would say; http://adultfriendfinder.com/go/g774012-pmo.sub I would like users to only see www.adultfriendfinder.com

Are there ways to do this, and how ?

Code:

a href=http://www.adultfriendfinder.com/go/blahblah onmouseover="window.status='http://www.adultfriendfinder.com';return true;" onmouseout="window.status='';return true;"
:winkwink:

Nookster 07-15-2006 02:05 PM

Quote:

Originally Posted by geirlur
yeah it's called an onmouseover.
I'm too lazy(and unwilling to help) to find the code so google for it

Can't forget the onmouseout. If you do the status message will stay in the window. :2 cents:

SomeCreep 07-15-2006 02:09 PM

Mouseovers will cover up your link in IE, but all surfers will still see your affiliate link in their address bar once they click it.

Vin 07-16-2006 01:17 AM

Quote:

Originally Posted by Nookster
Code:

a href=http://www.adultfriendfinder.com/go/blahblah onmouseover="window.status='http://www.adultfriendfinder.com';return true;" onmouseout="window.status='';return true;"
:winkwink:

Thanx Nookster, appreciated :)

Vin 07-16-2006 01:33 AM

Quote:

Originally Posted by SomeCreep
Mouseovers will cover up your link in IE, but all surfers will still see your affiliate link in their address bar once they click it.

Yeah, but there is no real way to prevent this from happening right ? Unless you can work something out with the affiliate program, but that seems very unlikely

bknoob 07-16-2006 01:34 AM

use tinyurl

Vin 07-16-2006 01:46 AM

Nah, I don't like the idea of redirecting users. Creates a feeling of distrust

Red Ezra 07-16-2006 02:04 AM

tinyurl.com

SpacemanSpiff 07-16-2006 02:30 AM

You can add onFocus="window.status='http://www.adultfriendfinder.com';return true;" and it'll work in IE6, but not in Mozilla.

mardigras 07-16-2006 02:34 AM

.htaccess

thumbsdepot 07-16-2006 02:40 AM

You can try this mouseover trick
http://www.kryky.com/cooltrick/

If you run your link over "Island dollars" you'll notice that it will say http://www.islanddollars.com in IE or none for firefox in the status bar like a normal mouseover. Also if you right click and check the properties of the link it will also say http://www.islanddollars.com. But if you click the link it will take you to Islanddollars.com with my affilate link attached. Pretty Cool, Huh!?

Vin 07-16-2006 07:41 AM

Quote:

Originally Posted by mardigras
.htaccess

Can you give me some more info on this ? Looks pretty interesting or you mean redirecting ?

CamsLord 07-16-2006 07:44 AM

mouseover code, already posted above

Vin 07-16-2006 07:45 AM

Quote:

Originally Posted by thumbsdepot
You can try this mouseover trick
http://www.kryky.com/cooltrick/

If you run your link over "Island dollars" you'll notice that it will say http://www.islanddollars.com in IE or none for firefox in the status bar like a normal mouseover. Also if you right click and check the properties of the link it will also say http://www.islanddollars.com. But if you click the link it will take you to Islanddollars.com with my affilate link attached. Pretty Cool, Huh!?

This is also a pretty cool trick :)

I've posted the source below:
Code:

<HTML>
 <HEAD>
<script language="javascript">
<!--
function opensite(galurl) {
return galurl;
};
// -->
</script>
<TITLE>A.</TITLE>




</head>

 </HEAD>
 <BODY BGCOLOR="WHITE">

<br>

<TD COLSPAN=2><a href="http://www.islanddollars.com" onclick=this.href=opensite("http://nats.islanddollars.com/track/NDA3OjU6Mw/"); onMouseOut="window.status='http://www.islanddollars.com';return true;" onMouseOver="window.status='http://www.islanddollars.com';return true;">Island Dollars</a></TD>
</TR><TR>
<br>
<br>
<br>
 </BODY>
</HTML>


Babagirls 07-16-2006 07:51 AM

Quote:

Originally Posted by SomeCreep
Mouseovers will cover up your link in IE, but all surfers will still see your affiliate link in their address bar once they click it.

thats the beauty of it though, cookies!! hehe :winkwink:


All times are GMT -7. The time now is 05:34 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123