You can always shorten the link with an URL shortener.
but i guess its still gonna show real address in the end
This plugin is perfect for that.
http://wordpress.org/extend/plugins/gocodes/
You can make any link that is outgoing look like its just a link to your site:
i.e instead of
affiliatelink.url.com
it will be
www.yourdomain.com/whatever/link
This plugin is perfect for that.
http://wordpress.org/extend/plugins/gocodes/
You can make any link that is outgoing look like its just a link to your site:
i.e instead of
affiliatelink.url.com
it will be
www.yourdomain.com/whatever/link
<!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>