Get your own custom Google+ address

Last month Google announced that they would offer custom addresses for your Google+ profile. This means that instead of having this long adress:

https://plus.google.com/101153973823113756457

You can instead have an adress like:

https://plus.google.com/+AndreasPeterHøgfeldtAndersen

Which indead looks much better and is more easy to remember.

How do I get my own custom Google+ address?

Unfortunately you don’t decide when you get a custom Google+ URL. Google will send you an e-mail to your GMail and additionally show you a message on Google+, when Google is ready to offer you a custom URL.

Beside that you can actually not either decide how the adress should look. Google will give you some proposals that you can choose between.

So if you have not heard from Google yet, you unfortunately have to wait.

What is the cost of a Google+ custom URL?

The custom Google+ URL is free – for now. Google has announced that they may cost a fee in the future. But Google will of corse notice you about this before they do and you will then be able to remove your custom URL.

Alternative solution

Beside this there is also some alternative websites that offers you an easy URL that directs to your Google+ URL. An example of this is gplus.to that gives an address like:

gplus.to/aphandersen

Make your own subdomain that points to your Google+ URL

If you have your own private blog, it is also a good idea to create your own subdomain and then point this to your Google+ profile. First create a subdomain like:

http://plus.apha.dk/

Then create a PHP file, call it index.php and then insert the following code:

<?php
header( 'Location: https://plus.google.com/101153973823113756457') ;

?>

This file is then uploaded to the folder of the subdomain. Then you have your own custom Google+ URL.

 

Andreas Andersen

Forfatter og grundlægger af IT-blogger.dk, der har blogget om IT-emner siden 2012. Findes på Mastodon på @aphandersen@ansico.dk