- Back to Home »
- blogger , Blogger hacks , Blogger Resources , bloggertips , Blogging tips , bookmarking , Google Plus , template , tips , tricks , widgets »
- Replace Threaded Comments With Google + Comments in Blogger
Sunday, 28 April 2013
I hope that you might be familiar with the latest commenting system Google has introduced that integrates Google+ comments with Blogger blogs. This new commenting system is a major improvement over the default Blogger system, and it supports threaded comments. It also looks a lot better. We earlier shared a tutorial on how to enable this new Google Plus commenting system for Blogger blogs. But some people still have problems implementing it on custom templates. For them, we have compiled this short tutorial on how to effectively implement and use this new improved commenting system.
Custom templates have customized widgets that usually override the default settings. And that is why this commenting system might not work with custom templates. However, if you were to somehow remove those overrides, the commenting system would display on your blog without a hitch.
To do that, you can revert your Blog Widget to defaults in your template HTML editor via the following steps.
(Before moving on, we'd suggest you backup your template, just in case anything goes wrong)
Carefully look at the bolded code, and then replace them with the following line of code.
If you want to display comment count, you can simply modify the above line of code
Still not working? Please feel free to mention your queries in the comments below. And please try to be as relevant as possible. Thank you :)
Switching To Google + Comments
To enable Google Plus comments for your Blogger blog, you will first have to connect your account to your Google+ account. To do this, just follow these steps.
- Log into your Blogger dashboard, and choose a blog you want to connect
- Click on the Google+ button from the left sidebar
- Click on the Get Started button on the top-left side to connect your account. This will not appear if your account is already linked.
- Follow the simple instructions to connect your blog.
- Once connected, you will see an option Use Google+ comments on this blog. Checking this will enable the new Google Plus commenting system.
Displaying Google comments on custom templates
To do that, you can revert your Blog Widget to defaults in your template HTML editor via the following steps.
- From inside your blog's dashboard, click on Template from the left sidebar.
- Click on Edit HTML
(Before moving on, we'd suggest you backup your template, just in case anything goes wrong)
- Click on the Revert Widget templates to defaults button
- Now, Be careful to select Blog1 Widget from the list. Do not select any other, as it will reset other widgets to default as well.
<b:if cond='data:blog.pageType == & quot;static_page"'><b:if cond='data:post.showThreadedComments'><b:include data='post' name='threaded_comments'/><b:else/><b:include data='post' name='comments'/></b:if></b:if><b:if cond='data:blog.pageType == & quot;item"'><b:if cond='data:post.showThreadedComments'><b:include data='post' name='threaded_comments'/><b:else/><b:include data='post' name='comments'/></b:if></b:if>
Carefully look at the bolded code, and then replace them with the following line of code.
<b:include data='post' name='comment_picker'/>
If you want to display comment count, you can simply modify the above line of code
<b:include data='post' name='comment_picker'/>
Still not working? Please feel free to mention your queries in the comments below. And please try to be as relevant as possible. Thank you :)
Nice. keep going.
ReplyDeletehttp://www.facebook.com/asna.gill
ReplyDelete