I know its not needed but I would like one for example that you could specify what it shows as you scroll over. For example say im promoting LLLL.com could I change the text below to actually show LLLL.com to look legit instead of being a huge ugly link? Also I tried tiny url but how do I get it to say what I want (see my sig)
I just tried clicking the link in my sig and it say "Error: Unable to find site's URL to redirect to." WTF
So is tiny url the way to go then??? Ideally I would like the option for the link text to appear as the url of the website it direct to (but it still goes through my affiliate link)...is this possible?
It's easy. Just create a seperate html file for each of your affiliate URLS. Then insert this code into the file(s) you created: <html> <head> <title>Loading page...</title> <meta http-equiv="refresh" content="2;URL=YOURAFFILIATEURL"> <script> url='YOURAFFILIATEURL'; if(document.images) { top.location.replace(url); } else { top.location.href=url; } </script> </head> <body> <br> <a href=YOURAFFILIATEURL>page</a>... </body> </html> HTML: Then just point your visitors to that page instead of your actual affiliate URL. It will appear that they are just going to another page on your site but they will be redirected to your affiliate url. From what I understand, it is not possible to do this (if you're talking about what URL they see when the cursor is over hyperlink).