Social media quick links

During a google plus hang out someone asked me my Google Plus account.
A while ago I made the following link : https://frankdoorhof.com/+  which will forward you directly to my google Plus account, somehow a lot of people don’t know how to do this so I thought maybe a little blogtip was in place.

 

It’s actually very easy to do if you have access to your web server. Just make a new directory called + and in that place a redirect file and that’s it.

 

<html>
<head>
<title>A web page that points a browser to a different page after 2 seconds</title>
<meta http-equiv=”refresh” content=”0; URL=https://plus.google.com/118026639398463272784/posts”>
<meta name=”keywords” content=”automatic redirection”>
</head>
<body>
If your browser doesn’t automatically go there within a few seconds,
you may want to go to
<a href=”https://plus.google.com/118026639398463272784/posts”>the destination</a>
manually.
</body>
</html>

 

Rename this as index.html and put it into the directory, and you’re done.

 

So I’ve done this for twitter, Facebook and google plus as :
www.frankdoorhof.com/+
www.frankdoorhof.com/t
www.frankdoorhof.com/f 
But you can use anything you like of course, however this is easy to remember and for people to figure out.

10 replies
  1. Gentenaar
    Gentenaar says:

    Great Frank! Thanks for this tip.
    Also thank you for sharing yesterday the ambiance of your studio-shoot.

  2. Martin Tyler
    Martin Tyler says:

    Great Idea Frank – you have an extra ‘http://’ in the second, manual, URL at the bottom of your html though – although I think all browsers would support the auto redirect anyway so noone will ever click that link manually

  3. Luis Macedo
    Luis Macedo says:

    Great Tip… just solved a bunch of problems with links to the various social networks sites!!! EXCELLENT!!!!

  4. Eero
    Eero says:

    Great idea , I have used this on web pages before. Now it makes even more use to make it easier for others to find each of the social sites or what ever. Much easier then remembering my MM id number

Comments are closed.