Menu Close Menu

Replace Threaded Comments with Google Plus comments in blogger blog

1_google.plus_ You might be familiar with the latest commenting system has introduced that integrates Google plus Comments itself with blogger blogs. This commenting system has some nice features and its even look more better that default blogger commenting system and it supports threaded comments. but more that hundred people still have problems implementing it on custom templates. in this tutorial we going to learn how enable Google plus comments and how to apply on custom blogger template and use this new improved commenting system on blogger blog.

The good thing is that these commenting system supports threaded comments. i know we all like to see threaded comments installed on our blogger blogs, am i right?

 

Before telling you how to activate threaded comments on Google plus comments on blogger blog, i am going to tell you how to activate Google plus comments on blogger blog. you can enable in four easy simple steps. Before enabling your blog must have linked to Google plus account.

 

1. Go to your Blogger Dashboard>> and then click on Google+ button on the left side menu.

 

2. click on the get stared button the top left side to connect your account.

 

3. complete the simple steps with Google instructions to connect your blog to Google Account.

 

4. One you have done linked your blog with your Google plus account. your will see an option Use Google Plus comments on this blog. you can enable by checking this button.

 

This does not work for custom templates at the time of publishing this post, that is why we need to apply some codes to make it works.

 

How to enable Google plus Comments on custom blogger template

You can enable Google plus comments on custom blogger template by taking two easy steps.

 

1. Go to your Blogger Dashboard>> Template>> Edit HTML>> and then just click on Revert Widget Templates To Default Button at the top right corner of Template HTML Editor. Also See Screen Shoot Below.

Note:- Before Editing Your Template you must always remember to backup your template in-case of any mistake.

Widget templates to default

 

I am sure this two simple steps definitely solve the problem and you will see the Google Plus Threaded Commenting system on the comments area, though most times you may lost your customization on the reverted section which may include something like, Auto Read More. But if you can afford to loose your customizations, you can use the second Method For solve that problem.

 

2. Go to Template HTML Editor and Press CTRL+F and search for the Following code. like Below.

<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 cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if>

and Replace these two code section  with following code & you are done…!!! exact code look like this you just need to replace blue code.

You will find code like this

Replace Blue Code with the below code.

<b:include data='post' name='comment_picker'/>

If this Tutorial is a little bit useful for your by commenting so then share it with your friends and your public profile. if still have a problem feel free to post your queries in the comments box below. Thanks for reading our post.

"Be the first to express your thoughts"

Post a Comment

Important - Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies.If you use Name/URL don't use keywords as your name. We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/JavaScript need to be Encode first using this Encoder Tool Then paste the Encoded code here.