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.
Like this:
Like Loading...
You must be logged in to post a comment.