eXceem

Go Back   eXceem > Websites > Website Discussion

Claim your amazing £1,000 slots booster bonus now!


How to hide url when hovering over link?

This is a discussion on How to hide url when hovering over link? within the Website Discussion forums, part of the Websites category; Hi, I had a question about something I've been seeing on other freebie sites. When you hover over a link, ...

Reply
 
Thread Tools
Old 11-01-12, 10:02 PM   #1
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA

How to hide url when hovering over link?


Hi, I had a question about something I've been seeing on other freebie sites. When you hover over a link, for the url it would display something like sitename.com/register instead of your referral link. Can anyone explain how to do this. An example is on MJ10's site: Free iPhone 4S - Contract Free iPhone 4 - Guaranteed FREE iPHONE
__________________
 
Reply With Quote
Old 11-01-12, 10:05 PM   #2
What to put...
 
ryan1087's Avatar
 
Join Date: Mar 2010
Posts: 9,071
ryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of light
Send a message via MSN to ryan1087
They send it to a url which then has a redirect (probably 301), going to their referral link. Also tracking codes may be used in the custom url too.
__________________

Last edited by ryan1087; 11-01-12 at 10:05 PM..
 
Reply With Quote
Old 11-01-12, 10:05 PM   #3
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Quote:
Originally Posted by ryan1087 View Post
They send it to a url which then has a redirect (probably 301), going to their referral link.
Oh. Do you know how to do that?
__________________
 
Reply With Quote
Old 11-01-12, 10:10 PM   #4
Romper Stomper
 
Cruelworld's Avatar
 
Join Date: May 2009
Location: Behind the fridge...
Posts: 4,268
Cruelworld is a glorious beacon of lightCruelworld is a glorious beacon of lightCruelworld is a glorious beacon of light
Send a message via twitter to Cruelworld
Create a folder in your hosting root called register
Place a file in there called index.html
In that index file place this code...

Code:
<meta http-equiv="Refresh" content="0; url=http://affiliatelink.bla">
Call the file by using the example you gave earlier ... site.com/register

When it calls the register folder it will automatically open index.html which will redirect to your aff link.
 
Reply With Quote
Old 11-01-12, 10:11 PM   #5
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Quote:
Originally Posted by Cruelworld View Post
Create a folder in your hosting root called register
Place a file in there called index.html
In that index file place this code...

Code:
<meta http-equiv="Refresh" content="0; url=http://affiliatelink.bla">
Call the file by using the example you gave earlier ... site.com/register

When it calls the register folder it will automatically open index.html which will redirect to your aff link.
Thanks. Too much work. Is it worth it?
__________________
 
Reply With Quote
Old 11-01-12, 10:12 PM   #6
What to put...
 
ryan1087's Avatar
 
Join Date: Mar 2010
Posts: 9,071
ryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of light
Send a message via MSN to ryan1087
Too much work? It takes a few minutes.
__________________
 
Reply With Quote
Old 11-01-12, 10:13 PM   #7
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Ok. fine I'll try it
__________________
 
Reply With Quote
Old 11-01-12, 10:14 PM   #8
Romper Stomper
 
Cruelworld's Avatar
 
Join Date: May 2009
Location: Behind the fridge...
Posts: 4,268
Cruelworld is a glorious beacon of lightCruelworld is a glorious beacon of lightCruelworld is a glorious beacon of light
Send a message via twitter to Cruelworld
Quote:
Originally Posted by KUSHxKILLA View Post
Thanks. Too much work. Is it worth it?
Too much work ?
Create a folder with an index page in it and call it with site.com/register

Too much work ?

Put it this way, if you ever have to replace all 30 links on your site you will have to do them all one at a time won't you ?

If you do this then you will just need to edit the ref link in register/index.html and all links that use that will be changed at once ...
 
Reply With Quote
Old 11-01-12, 10:15 PM   #9
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Wait where do I put the ref link in that and the sitename.com/join?
__________________

Last edited by KUSHxKILLA; 11-01-12 at 10:15 PM..
 
Reply With Quote
Old 11-01-12, 10:17 PM   #10
Romper Stomper
 
Cruelworld's Avatar
 
Join Date: May 2009
Location: Behind the fridge...
Posts: 4,268
Cruelworld is a glorious beacon of lightCruelworld is a glorious beacon of lightCruelworld is a glorious beacon of light
Send a message via twitter to Cruelworld
Quote:
Originally Posted by KUSHxKILLA View Post
Wait where do I put the ref link in that and the sitename.com/join?
You put the ref link in that code that is in the register/index.html file.

sitename.com/register (or whatever you call the folder) goes in your main page html links.

<a href="http://sitename. com/register">anchor</a>
 
Reply With Quote
Old 11-01-12, 10:20 PM   #11
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
<meta http-equiv="Refresh" content="0; url=ref link here?">
__________________
 
Reply With Quote
Old 11-01-12, 10:23 PM   #12
Romper Stomper
 
Cruelworld's Avatar
 
Join Date: May 2009
Location: Behind the fridge...
Posts: 4,268
Cruelworld is a glorious beacon of lightCruelworld is a glorious beacon of lightCruelworld is a glorious beacon of light
Send a message via twitter to Cruelworld
Quote:
Originally Posted by KUSHxKILLA View Post
<meta http-equiv="Refresh" content="0; url=ref link here?">
That goes in the index.html that you create inside the folder that you need to create called REGISTER
Nothing else, just that. No other code at all.

Then on your main website page, instead of having <a href="http:/ /yourreflink/98765">Anchor</a> you would have
<a href="http://youraddress. com/register">Anchor</a>
 
Reply With Quote
Old 11-01-12, 10:24 PM   #13
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Quote:
Originally Posted by Cruelworld View Post
That goes in the index.html that you create inside the folder that you need to create called REGISTER
Nothing else, just that. No other code at all.

Then on your main website page, instead of having <a href="http:/ /yourreflink/98765">Anchor</a> you would have
<a href="http://youraddress. com/register">Anchor</a>
Oh okay i get it now. thanks! +rep. g2g will try in 30min.
__________________
 
Reply With Quote
Old 11-01-12, 10:25 PM   #14
Mini Mac
 
az87aris's Avatar
 
Join Date: Apr 2008
Location: South Yorkshire
Posts: 4,906
az87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to behold
I've been tempted to to this for ages but the current use of itemids has put me off. I would need alot of redirects!
__________________
 
Reply With Quote
Old 11-01-12, 10:27 PM   #15
Romper Stomper
 
Cruelworld's Avatar
 
Join Date: May 2009
Location: Behind the fridge...
Posts: 4,268
Cruelworld is a glorious beacon of lightCruelworld is a glorious beacon of lightCruelworld is a glorious beacon of light
Send a message via twitter to Cruelworld
Quote:
Originally Posted by az87aris View Post
I've been tempted to to this for ages but the current use of itemids has put me off. I would need alot of redirects!
I use it on some of my sites but not on others for this very reason.
It would be worth it though if you have numerous instances of each itemid link.

I think it also looks more professional than a referral link.

If you do use it then be sure to log out of your freebie account and test the link, make sure it lands on your affiliate account :P
 
Reply With Quote
Old 11-01-12, 10:56 PM   #16
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
I use a php file as well as what you have explained.

So my set up means if you just go to that root (ie /signup) you'll get 301'd to a sign up page. However I like to be able to chop and change my links sometimes so have the link IDs as 'kudos' 'iPhone' 'FJ' etc which link to the relevant ref numbers in the php file.

Really didn't take much work. There's a thread about it on eXceem somewhere, or I'm sure one of you will be able to find the file on my site!!

Or if your using Wordpress then get the PrettyLink plugin.
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Old 11-01-12, 11:35 PM   #17
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Didn't work...
__________________
 
Reply With Quote
Old 11-01-12, 11:41 PM   #18
Mini Mac
 
az87aris's Avatar
 
Join Date: Apr 2008
Location: South Yorkshire
Posts: 4,906
az87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to beholdaz87aris is a splendid one to behold
Then you did something wrong, I've not tried it but the instructions set out for you above are incredibly simple and are fool proof, so to speak..
__________________
 
Reply With Quote
Old 12-01-12, 01:29 AM   #19
iPod Nano 4GB
 
KUSHxKILLA's Avatar
 
Join Date: Apr 2011
Location: St. Louis, USA
Posts: 398
KUSHxKILLA will become famous soon enough
Send a message via Yahoo to KUSHxKILLA
Alright it worked. All I had to do was in the anchor line, instead of sitename.com/register, I had to do sitename.com/register/index.html
__________________
 
Reply With Quote
Old 12-01-12, 08:29 AM   #20
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
Quote:
Originally Posted by KUSHxKILLA View Post
Alright it worked. All I had to do was in the anchor line, instead of sitename.com/register, I had to do sitename.com/register/index.html
EDIT: it looks like you've done it on the site in your sig. You have site.com/register/uk.html etc - You could get rid of the ".html" simply by putting the "index.html" into a further folder (see below)

You need to:

put the register "index.html" into a folder called "register". Then change your links to just "site.com/register" - this should mean that when a "site.com/register" link is clicked it will look for the index file in the folder and redirect you to the sign up page.

So your root should look like this:

index.html (your site home page)
register (folder)
- index.html (the redirect inside the register folder)

I'd recommend putting all your pages into folders like this as it removes the "index.html" from the url string. EG:

index.html (home page)
Register (folder)
- index.html
How (folder)
- index.html
Proof Page (folder)
- index.html

Your urls will look like:

site.com
site.com/how
site.com/proof

rather than:

site.com/index.html
site.com/how/index.html
site.com/proof/index.html
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler

Last edited by MJ10; 12-01-12 at 08:31 AM..
 
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off





All times are GMT. The time now is 07:34 PM.
All trademarks and copyrights held by respective owners. Forum posts are owned by the poster.

Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO
no new posts