How to sign in with Open ID
Firstly all the services I am going to write about have the ability to sign in with Open ID. The picture below shows you may have one already.
Google Friend Connect – Comments
First let us keep it in the Google family and look at Google friend Connect – Comments
From the Google Friend Connect home page select the Blogger blog you want to add the gadget to on the left hand side:
Click Social gadgets underneath the required site , scroll down until you see Comments:
Click get this gadget and you will be taken to a page where you can adjust options such the colours and layout. The important thing here is to select Page in the first option box. This will generate code which will be specifically for a post and not for your main page:
Scroll down, tweak the options as required and generate you code.
This will then need to be posted in your blogger template. I am assuming you know how to edit the template. So navigate to your blogger HTML template, expand widgets and find the right place to paste the code.
Now several guides for this process stipulate that the generated code should be pasted under the following line of code:
1: <b:includable id='comments' var='post'>
However if you have your default blogger comments as embedded below the post as in my case you should paste the code before (this leaves the blogger comment form intact):
1: <b:includable id='comment-form' var='post'>
Either way underneath a line which has both ‘comment’ and ‘post’; in it.
If all is well, save your template and you should now have the following under your posts:
To add comments you can Sign in using your Google account.
This is where we hit the first snag. What happens if you do not have a Google account? Sure the original Blogger comment system is still below the Google friend Connect – Comments form but that means no threaded comments. No matter, you really want to comment, so you register for a Google account, You can now click Sign In. Oh no! It now requires you to follow the blog:
No matter, you still want to comment, so you click to follow the blog. Finally you are able to leave a comment:
And you can get nice threaded replies:
I think above it shows unknown because I am commenting on my own blog as myself or some other error. Either way it should look nicer.
Pros: Relatively easy to install. Keeps it Google. Easy to Customise.
Cons: Requires your commentator to have a Google account and to follow your blog.
Intense Debate
Head over to Intense Debate and click the Sign Up button. Click on the sign up with OpenID button:
This will allow you to simply use your Blogger URL even if it is a custom domain to sign up.
You may be further asked for a username and email address but that should then be the sign up process complete. You will then be taken to the intense debate dashboard:
Click install intense debate now! and you will be to the screen where you insert your blog’s URL:
Click next and you will be taken to a page asking you to specify your platform, notice the text which says that Intense Debate does not work with Blogger Classic:
Click on Blogger and you will be taken to the installation page:
You can choose to install as a Widget or into your template. You can also choose to have intense debate on new posts or on all your posts. In my case this will be the Template install with only new posts as I am just trying out Intense Debate first. You will then be asked to download your blogger template. It even gives you instructions to download the template and then upload so we will not cover that and upload it to Intense Debate:
Once you have uploaded the template and clicked continue, you will be taken to the following screen:
The instructions are in the left hand bar which will ask you to navigate to the blog’s layout and the current HTML code which has been generated. The actual code generated by the program is in the tiny text box as shown below:
You can do the replacement of the code in the right hand pane inside Intense Debate and then save the template:
Once your blog has been saved I create a new post to see how the commenting will look:
Notice the Blogger embedded comment which I had originally is also left embedded at the bottom of the page unless you take it out. Intense Debate also gives you Admin buttons etc right on the page. Your readers can the post comments as Guest, by signing in with their OpenID, Twitter or Intense Debate Account. There is also an option for Facebook on the Intense Debate site although that required to be enabled using an API Key which we may cover later. In short the major forms of Logins to Comment options. For example commenting using my twitter account will load a pop up window asking you to Login to twitter or if you are already logged in it will ask you to allow access to the application:
You can then add your comment:
Which will appear as follows and notice the all important Reply option:
Pros: Threaded, Relatively Easy Install, Looks Good, Able to manage Comments using intense debate site, able to sign in and comment using Open ID, twitter, Facebook etc. Comment Moderation email, various settings for tweaks.
Cons – Requires modification of template even though Intense Debate does it for you. Slow! Sometimes very slow, to load comments ‘app’ and authenticate. Sometimes comments seem to not even make it through the system. I posted three comments and only one came through for moderation to appear on the page. The rest seem to have disappeared. Comments disappear or do not get registered.
Disqus
Visit the Disqus site and click the Get Started button:
You will need to sign up, but here again you can use Open ID, the button is found at the bottom left of the sign up form. Again you may still be asked for your username/email and password. Here I used my Google Account one, which would not work. No matte the Disqus sign up form is very short so I used that. You will get the usual email verification, although you are able to proceed immediately with Disqus, where you are asked for a website to integrate:
You will then be asked for the platform to install on:
Of course you choose blogger. You will then be taken to the instruction on how to install for the Blogger platform. This is very similar to the Intense Debate instructions, where you upload your current Blogger template to the site:
You will then be presented with a new template, with the required code already generated:
There are also further instructions:
This first asks you to paste the new template, making sure Expand Widgets is checked and disable Blogger’s original comment system. Notice Intense debate does not ask you to perform the latter. I wonder if Disqus will conflict with the existing Blogger Comments. We shall see.
However it is not quite straight forward. Disqus does not seem to work with a custom Blogger Template as in my case and as is the case for most people. So comes gameshogun.ws with a guide. But it was were quite complicated and seemed to apply to overly customised themes. So I found this post on woork. The post suggested using the generic code. In fact in my case the Disqus method for blogger had worked to a point i.e. the script had installed into the template but the actual comment form was not present. So I chose the reinstall and selected Generic, which can be found under tools for the site in the Disqus account:
You will then be taken to the following screen with code and instructions:
In my case it was simply a case of adding Code Snippet (#1) to my template where I would like the comment form to appear. In my case this is before (to leave the blogger comment form intact):
1: <b:includable id='comment-form' var='post'>
This means you do nor require to Disable Blogger comments if you do not want to. And that was all that was required to install Disqus for me. The form then appears as follows:
Note you are required to enable the Facebook (including API), twitter and Open ID login options in the settings first.
The comments then appear as follows:
Pros: Looks good, works well. Able to manage Comments using intense debate site, able to sign in and comment using Open ID, twitter, Facebook etc. Comment Moderation email, various settings for tweaks.
Cons: Slow, sometimes requires a refresh to see you logged in when commenting using Facebook/twitter etc. May cause custom favicon to disappear for that post.
Sham’s Blog – Threaded Comments in Blogger
“The idea behind this came from the simple observation that most of us use @AuthorName to reply to comments posted by other users in 'single' threaded comments. So the JavaScript I wrote just parses the comment bodies for this author name (or comment ids) and then searches for appropriate comments to find parents of the reply comments.
Below is an image of how after I implemented this idea the comments section on my blog changed:
The instructions involve modifying your template are found on Sham’s Blog and I will not go through them here. I will however implement it on my blog with my theme colours etc and show you how it looks on my blog:
And then we come to the first disadvantage of this method:
To reply, you need to include @”User’s name” or @”users id number” to include in the first line of your comment/reply. It does provide these for you but that means copying the line and pasting it into your new post:
Pasting @username into the first line of your first post would be ok I guess but its no different from doing that in a normal comment. Notice that a non author comment is in white here. You may also be required to remove the previous comment form manually as in my case.
Pros: Easy enough to install, still uses Blogger’s own system which may be good or bad.
Cons: Not great eye candy. Requires to paste @”User’s name” or @”users id number” to reply. Hard to get right on the install.
Conclusion
After all of that I have decided to go back to back to my original setup. It may not be the best and has no threaded reply system but it was the most stable. So its back to using the same old built in blogger comment system. My only suggestion is to keep pestering Blogger/Google to improve the comments options on Blogger. To do so navigate to http://www.google.com/support/blogger/?page=contact and choose Suggest a feature:
So tell me what you think? Do you have a preference for the comments section in blogger. Or do you use something I have not covered here? Can Blogger do something else to improve?

