Google’s Blogger Now Allows Links to All Commenters

Google’s Blogger uses OpenID to Allow Links to All Commenters

Recently Google has come under fire in the blogoshpere for disallowing links to commenter’s who have blogs outside of the Blogger platform. Now Google’s Blogger uses OpenID to allow links to a commenter’s site on any platform.

According to the folks at Blogger this was a mistake. Blogger was in the process of implementing something called OpenID and they prematurely took away the ability for commenter’s to link to their non-Blogger sites. Here is the apology from Google’s Blogger Buzz:

The “Other” URL field

Right now, the only way to add a URL to your name when commenting is to sign your comment with OpenID. We apologize for removing the URL field from the comments form prematurely two weeks ago. That was a mistake on our part that came from launching OpenID support on Blogger in draft.

Ironically, our testing of OpenID, a feature that lets you use accounts from all over the web to comment on Blogger, made it appear that we were trying to force you into getting a Google Account. We regret this appearance, since we’re strong supporters of OpenID and open web standards in general.

If you haven’t set up OpenID, you can still link to your blog — or any webpage, for that matter — by using the standard tag inside the comment form.

So - What is this Google Blogger OpenID?

This is a service that you must sign up for and thereby get an “OpenID”. The purpose of all this is to make sure that you really are who you say you are. The effect of using OpenID on Google’s Blogger will be to reduce comment spam. But OpenID is confusing for some of us to implement.

If your blog is hosted by one of the following services, WordPress.com, LiveJournal, and AOL Journals, then you can easily leave comments on a Google Blogger blog with your blog’s URL because these services already use OpenID.

But if you have a self hosted WordPress blog, then you will have to sign up for an OpenID and then add two lines of code to your own blog’s head section. You can then start to leave comments on other people’s Google Blogger blogs and have those comments link back to your blog. It is a complicated rigmarole to go through for the simple privilege of commenting with a link (and not necessarily a Do Follow link) back to your web page.

Sam Ruby wrote a most execellent article entitled OpenID for Non-SuperUsers where he describes the OpenID service in more detail. He also provides the following code to put in your blog’s head section to enable commenting on Google’s Blogger using OpenID:

If you have an OpenID identity and a blog, then follow these instructions. If you don’t have an OpenID identity, you can get one for free at MyOpenID. Here’s mine.

Given such an identity, copy the following into the head section of your weblog, adjusting the two URIs as appropriate:

<link rel=”openid.server” href=”http://www.myopenid.com/server” />
<link rel=”openid.delegate” href=”http://samruby.myopenid.com/” />

That’s pretty much it. What this says is that the web page in question is owned by the owner of http://samruby.myopenid.com/ and furthermore http://www.myopenid.com/server may be used to verify ownership of http://samruby.myopenid.com/.

Of course, when using the above code you would replace Sam’s OpenID with your own OpenID.

The capabilities of OpenID stretch far beyond the task of commenting on Google’s Blogger Blogs. As more companies and services embrace OpenID it’s strength will grow. But for the non-techies, muddling through the OpenID signup and altering your blog template seems to be a poor use of precious time.

After signing up for OpenID and putting the code in my blog, I put it to use. I left comments on a few Google Blogger blogs using OpenID and my name showed up as a link back to my site.

Success!

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Reddit
  • SphereIt
  • Netscape
  • Mixx
Article Tags>> | | | | | | | | |

4 Comment(s)

  1. Tim E. | Dec 17, 2007 | Reply

    It still seems like a huge, complicated hassle, as if life isn’t already huge and complicated enough. I don’t know if I’ll bother.

  2. Neena | Dec 17, 2007 | Reply

    Tim,
    It is not an efficient use of time. But once it is done then you are all set. It doesn’t really take that long but it is a hassle.

  3. himalman | Dec 23, 2007 | Reply

    May your holiday season be as beautiful as a Winter Wonderland! Merry Christmas ! I would like to invite you to watch : Christmas Eve in Poland…. some traditional recipes /Version english, french, polish/: http://himalman.wordpress.com/

  4. Chanya | Dec 24, 2007 | Reply

    Neena: thanks so much for sharing this information. I hadn’t known there was a fix for this problem.

Post a Comment