Hide Affiliate link

Nosence

Senior Member
Joined
Dec 28, 2010
Messages
924
Reaction score
43
Is there anyway to hide your affiliate link on your website?

to make it harder for someone else to know what netword you are with?
 
You can always shorten the link with an URL shortener.
 
but i guess its still gonna show real address in the end

If I understood correctly he just wants to hide the real affiliate link from his visitors.
Or were you looking to hide the real affiliate link from showing in the browser's address bar? If so, I can't help you there.
 
Just make a sub domain on ur site then make auto redirect to ur Affiliate link And so anchor ur Sub domain link instead of Affiliate link :)
 
Thats just simple php. But in the end, the aff link is still in the adress bar (depending on the network). You could iframe it, but every experienced user could look up the real adress. So theres no way to really hide it.
 
You can also use this HTML code:
HTML:
<!DOCTYPE HTML>
<html>
<head>
	<title>Title</title>
	<meta name="description" content="">
	<meta name="keywords" content="">
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
	<style type="text/css">
	html, body{
		margin:0;
		padding:0;
		overflow:auto;
	}
	</style>
</head>
<frameset rows="100%, *" border="0" framespacing="0" frameborder="0">
	<frame noresize="" src="AFFILIATE_LINK"></frame>
</frameset>
</html>

So you can make the URL yoursite.com/my-page.html and it will show your offer as if they went directly to your offer URL, but the page will still have the yoursite.com/my-page.html URL. Better than short URLs/redirects in my opinion because they see the real URL in the end when using those.
 
there's an option in Prosper202 where you can completely hide affiliate link and it won't be visible on address bar too.. i've tried it and it works fine :)
 
Back
Top