Friday, 15 November 2013

How to ... Add Other Social Networking sites and Links to G+

Click the images to enlarge.

  1. Firstly, ensure you are logged-in to your G+ page.
  2. Click the "Home" button on the left hand side of the top bar (directly underneath the Google+ logo).

  3. This will bring up a drop down menu, if indeed one can bring up something which drops down.
  4. Click "Profile" and this should take you to the equivalent of your facebook wall.

  5. Directly underneath your cover picture you will see another menu. Click "About".

  6. This will open the page containing all the different sections containing information you have provided about yourself.
  7. Look for the section called "Links".

  8. At the bottom of this section you should see the word "Edit" and this should be highlighted in blue. Click it.

    You should now see the following dialogue box:


  9. If you want to add links to sites like facebook, Twitter, Tumblr, etc look for "Manage Connected Accounts" (again, this should be highlighted in blue).

    You can also access this from the drop down menu mention in Step 3 and then clicking "Settings" > "Account" and you should see the same link to "Manage Connected Accounts" at the very bottom of the page, on the right hand side.
  10. Click "Connect an Account" which should be directly underneath any links you've already added, or that Google has found for you.

  11. This should bring up a list of popular networking sites including: facebook; Yahoo; Flickr; Linkedin and Twitter (there are about 12 in all).

  12. Simply enter your Account name or profile link (e.g. www.facebook.com/christopher.spalding) and Google+ will add a link to this site.

  13. If the site you wish to link to is not on the list in Step 11, click "Add Custom Link" which you should find directly above the "Manage Custom Links" link on the "Links" page mentioned in Step 9 (you won't see it there if you're editing from the "Settings" > "Account" link though).

  14. You will see two greyed out boxes, one marked "Label" and one marked "URL". Simply enter your name for the link (e.g. My Blog) in the "Label" box and add the URL (web address) to the box marked "URL". If you're not sure, you can always visit your page you want to link to and copy the web address from the address bar on your internet browser (i.e. Internet Explorer / Firefox / Chrome). It will look something like: http://stationeryexplorer.blogspot.com.
  15. When you have finished entering all the links you want, go to the bottom of the "Links" page (this is be the page you are already on) and click "Save" - sorry if that sounds patronising, but if you have a long list of links, you mightn't be able to see it without scrolling down.

Finally, a word about Favicons (those natty little icons next to each link e.g.).

Most professional sites use these icons (also known as Shortcut Icons); a good example is the white "f" in a blue box for facebook.
If you add a custom link to a site which uses favicons, it may not show up immediately, but don't worry, Google will fetch it soon after.

If the site you're adding is one you've made yourself, and it is hosted on your own domain (e.g. +Roz Morris  www.mymemoriesofafuturelife.com*) you need to make sure you have a favicon and that it is linked to within the Head tags of any webpage where you want the icon displayed (in the address bar of your browser).

If you made the page yourself, I'll assume you know a bit about HTML code. The icon look should look something like this:


<head>
<title>Karzy Web Portal</title>
<link rel="shortcut icon" type="image/png" //space added for neatness
 href="http://www.karzy.co.uk/stat.ico" />
<link rel="icon" type="image/png" //space added for neatness
href="http://www.karzy.co.uk/stat.png" />

I use two links because one is (I think) out of date, but works if someone views the page on an old web browser. The image should be square, usual dimensions are 128 pixels x 128 pixels, although I think you can go up to 256 pixels x 256 pixels (I don't really keep up to date with things once I know how to do them!).

*If you have a domain name pointed at, for example, a Wordpress site, the favicon displayed will be the one you've chosen via Wordpress, so you won't have to worry.