How To Enable Threaded Comment Option In Blogger Blog


Threaded Option or Nasted reply system is the one of the finest system in blog's comment.Wordpress have this feature from starting and that's why lots of blogger migrates their blog from blogger to wordpress, but now you don't have to worry about it.Lots of people also says that only this feature is not available in Blogger otherwise blogger is the best blogging platform for them.But not to worry after a bit of searching i come across on a source which says that in some time Blogger is going to roll out their Threaded comment system for blogs.Later you will find a option in your blogger dashboard for threaded comment system.

But many of you want to implement this new and best threaded commenting system now in your blogs, so after lot of searching i'll get some coding through which you will be able to implement the threaded or nasted commenting system in your blog easily and it looks very cool.



The design of this new Comment system is created by me and you able to implement the comment system in your log by changing some HTML coding of your blog and i promise this coding doesn't effect your blog and you will also like the new feature very much.

For a Demo of this New Threaded or Nasted comment system click on the below demo button.



How To Implement It On Your Blog

There are lots of hack presents on internet on how to do this with your blog, but all these hacks are really tuff and difficult to implement in your blog.But now we come with some coding which adds in your blog's HTML and it will work like a charm.

The Step By Step process explain you everything check carefully and implement the code in your blog.

Step1.) Go to your blogger Dashboard > Click On Design > Now Click On Edit HTML.

Step2.) Now Tick On The "Expand Widget Templates".

Step3.) Now First you have to add a jQuery script in your blog, if you already added then you don't need to add this script again.Find the Code </head> in your blog html and paste the below code above/before </head> tag in your template.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js'/>

Step4.) Now find and copy the CSS code below and paste it in your blog HTML before the code ]]></b:skin>.

/* Comments  css info @ http://www.tekleisure.com @ */
#cm_block {
padding: 0 0 0 25px;
}
.cm_wrap {
background: #F8F8F8;
padding: 10px;
border: 1px solid #DDD;
margin: 10px 0 0 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
float: right;
}
.cm_avatar {
float: left;
width: 36px;
height: 36px;
background: white;
border: 1px solid #CCC;
padding: 3px;
margin-right: 5px;
}
.cm_avatar img {
width: 36px;
height: 36px;
background: url( https://lh4.googleusercontent.com/-nn439ZtYDEg/TwwQLeBaEPI/AAAAAAAAAeE/iLZ-eD89Jf0/s96/anonymous_avatar_96.gif ) center center no-repeat;
}
.cm_name a {
font-size: 12px;
font-weight: bold;
color: black;
}
.cm_date {
color: #CCC;
font-size: 11px;
}
.cm_reply {
font-size: 10px;
text-transform: uppercase;
float: right;
border: 1px #DDD solid;
padding: 3px;
line-height: 1em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #999;
}
.cm_reply:hover {
background: black;
color: white;
}
.cm_body p {
margin: 0 5px 0 0;
color: #666;
line-height: 1.5em;
float: left;
word-wrap: break-word;
}
.cm_form {
margin-top: 20px;
}
#comments h4 {
color: #333;
font-size: 24px;
font-weight: normal;
text-align: center;
margin: 1em auto 0.5em auto;
text-shadow: 0 0 1px #999;
}
.comment-form {
max-width: 100%;
clear: both;
}

Step5.) After adding the Above Css code in your blog find the A code <b:includable id='comments' var='post'> in your blog's HTML and near below this code find the B code </b:includable> .Now select the whole code inside from A to B its look like
<div class='comments' id='comments'>.......</div>

After selecting the code replace the code inside A and B with the below code.

<div class='comments' id='comments'>
 <a name='comments'/>
 <b:if cond='data:post.allowComments'>
  <b:if cond='data:post.numComments != &quot;0&quot;'>
   <div class='clabel'><h4><span id='cm_total'><data:post.numComments/></span> comments</h4></div>
  </b:if>

  <div id='cm_reply_css'/>

  <div class='cm_pagenavi' id='cm_page'/>

  <div id='cm_block'>
   <b:loop values='data:post.comments' var='comment'>
    <div class='cm_outer' expr:id='data:comment.anchorName'>
     <a expr:name='data:comment.anchorName'/>

      <div class='cm_avatar'>
       <data:comment.authorAvatarImage/>
      </div>
      <div class='cm_info'>
       <span class='cm_name'>
        <b:if cond='data:comment.authorUrl'>
         <a expr:href='data:comment.authorUrl' rel='nofollow' target='_blank'><data:comment.author/></a>
        <b:else/>
         <data:comment.author/>
        </b:if>
       </span>
       <span class='cm_date'><data:comment.timestamp/></span>
      </div>

      <div class='cm_body'>
       <b:if cond='data:comment.isDeleted'>
        <span class='deleted-comment'><data:comment.body/></span>
       <b:else/>
        <p><data:comment.body/></p>
       </b:if>
       <a class='cm_reply' expr:href='&quot;https://www.blogger.com/comment.g?blogID=__BLOGID__&amp;postID=&quot; + data:post.id + &quot;&amp;isPopup=true&amp;postBody=%40%3C%61%20%68%72%65%66%3D%22%23&quot; + data:comment.anchorName + &quot;%22%3E&quot; + data:comment.author + &quot;%3C%2F%61%3E#form&quot;' onclick='javascript:window.open(this.href, &quot;bloggerPopup&quot;, &quot;toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=600,height=500&quot;); return false;'>Reply</a>
       <b:include data='comment' name='commentDeleteIcon'/>
       <div class='clear'/>
      </div>

     <div class='clear'/>
    </div>
   </b:loop>
  </div>
  <div class='cm_pagenavi' id='cm_page_copy'/>
  <div class='cm_form'>
   <b:if cond='data:post.embedCommentForm'>
    <b:if cond='data:post.allowNewComments'>
     <b:include data='post' name='comment-form'/>
    <b:else/>
     <data:post.noNewCommentsText/>
    </b:if>
   <b:else/>
    <b:if cond='data:post.allowComments'>
     <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
    </b:if>
   </b:if>
  </div>
 </b:if>
</div>

Step6.) Now copy the below code and paste it in your blog's HTML above the </body> tag.

<script type='text/javascript'>
//<![CDATA[
var Template_Barcode = '||||||[|[|[|||[|||||[|[|||[|||[|||||[|[|||[|||[|||||||||[|[|||[|||[|[|||||||[|[|[|||||||[|||[|[|[|||||||[|||[|[|||||[|[|||[|||[|[|[|||[|[|[|||[|[|||[|[|||[|||[|||||[|[|||[|||[|[|[|||||[|||[|[|||[|[|[|[|[|||[|||||[|||[|[|||[|[|||||||[|[|||[|[|||||[|[|[|||[|[|[|||[|||||[|[|||||||||[|||[|[|[|[|[|[|||||[|[|||[|||||[|||[|[|||[|[|[|[|[|||[|||||[|||[|[|||[|[|||||||[|[|||[|[|||||[|[|[|||[|[|||[|[|||[|||[|||||||||[|[|||[|[|||||||[|[|||[|||||[|[|||[|||[|||[|||||[|||[|[|[|||[|[|[|[|||[|[|||||||[|[|||[|[|[|||||[|[|||[|[|||||||[|||[|[|';
var Max_Reply_Level=6;
var _0x855a=["\x31\x63\x3D\x31\x6E\x28\x31\x69\x29\x3B\x64\x3D\x59\x2E\x31\x30\x2E\x31\x72\x3B\x6E\x3D\x64\x2E\x65\x28\x27\x31\x73\x3A\x2F\x2F\x27\x29\x3B\x36\x28\x6E\x21\x3D\x2D\x31\x29\x7B\x64\x3D\x64\x2E\x6C\x28\x6E\x2B\x37\x29\x7D\x6E\x3D\x64\x2E\x65\x28\x27\x31\x75\x2E\x27\x29\x3B\x36\x28\x6E\x21\x3D\x2D\x31\x29\x7B\x64\x3D\x64\x2E\x6C\x28\x6E\x2B\x34\x29\x7D\x36\x28\x64\x5B\x64\x2E\x4D\x2D\x31\x5D\x3D\x3D\x27\x2F\x27\x29\x7B\x64\x3D\x64\x2E\x6C\x28\x30\x2C\x64\x2E\x4D\x2D\x31\x29\x7D\x36\x28\x31\x69\x3D\x3D\x42\x29\x7B\x24\x28\x27\x31\x64\x27\x29\x2E\x77\x28\x27\x31\x6A\x20\x31\x6B\x20\x31\x20\x2D\x20\x31\x71\x20\x31\x45\x27\x29\x3B\x31\x70\x28\x31\x29\x7B\x7D\x7D\x36\x28\x31\x63\x2E\x65\x28\x64\x29\x3D\x3D\x2D\x31\x29\x7B\x24\x28\x27\x31\x64\x27\x29\x2E\x77\x28\x27\x31\x6A\x20\x31\x6B\x20\x32\x20\x2D\x20\x31\x71\x20\x31\x41\x27\x29\x3B\x31\x70\x28\x31\x29\x7B\x7D\x7D\x49\x20\x31\x6E\x28\x52\x29\x7B\x33\x20\x43\x3D\x27\x27\x3B\x33\x20\x6F\x3D\x30\x3B\x74\x28\x69\x3D\x30\x3B\x69\x3C\x31\x7A\x2E\x31\x79\x28\x28\x52\x2E\x4D\x29\x2F\x31\x36\x29\x3B\x69\x2B\x2B\x29\x7B\x6F\x3D\x30\x3B\x74\x28\x6A\x3D\x30\x3B\x6A\x3C\x31\x36\x3B\x6A\x2B\x3D\x32\x29\x7B\x36\x28\x52\x2E\x31\x34\x28\x31\x35\x2D\x6A\x2B\x69\x2A\x31\x36\x2D\x31\x29\x3D\x3D\x27\x5B\x27\x2E\x31\x34\x28\x30\x29\x29\x7B\x6F\x3D\x28\x28\x6F\x2A\x32\x29\x2B\x31\x29\x7D\x41\x7B\x6F\x3D\x28\x6F\x2A\x32\x29\x7D\x7D\x6F\x3D\x31\x78\x2D\x6F\x3B\x43\x2B\x3D\x31\x44\x2E\x31\x43\x28\x6F\x29\x7D\x43\x3D\x43\x2E\x4B\x28\x29\x3B\x31\x77\x20\x43\x7D\x33\x20\x73\x3D\x27\x27\x3B\x24\x28\x27\x31\x76\x27\x29\x2E\x56\x28\x49\x28\x29\x7B\x38\x3D\x24\x28\x44\x29\x2E\x47\x28\x27\x38\x27\x29\x3B\x36\x28\x38\x21\x3D\x42\x29\x7B\x36\x28\x38\x2E\x65\x28\x27\x73\x3D\x27\x29\x21\x3D\x2D\x31\x29\x7B\x6E\x3D\x38\x2E\x65\x28\x27\x73\x3D\x27\x29\x3B\x73\x3D\x38\x2E\x6C\x28\x6E\x2B\x37\x29\x3B\x6E\x3D\x73\x2E\x65\x28\x27\x26\x27\x29\x3B\x36\x28\x6E\x21\x3D\x2D\x31\x29\x7B\x73\x3D\x73\x2E\x6C\x28\x30\x2C\x6E\x29\x7D\x7D\x7D\x7D\x29\x3B\x24\x28\x27\x2E\x31\x31\x27\x29\x2E\x56\x28\x49\x28\x29\x7B\x38\x3D\x24\x28\x44\x29\x2E\x47\x28\x27\x38\x27\x29\x3B\x36\x28\x38\x21\x3D\x42\x29\x7B\x38\x3D\x38\x2E\x31\x42\x28\x2F\x31\x47\x2F\x67\x2C\x73\x29\x3B\x24\x28\x44\x29\x2E\x47\x28\x27\x38\x27\x2C\x38\x29\x7D\x7D\x29\x3B\x33\x20\x7A\x3D\x59\x2E\x31\x30\x2E\x38\x3B\x33\x20\x31\x39\x3D\x24\x28\x27\x23\x53\x27\x29\x2E\x77\x28\x29\x3B\x33\x20\x71\x3D\x30\x3B\x33\x20\x76\x3D\x5B\x5D\x3B\x33\x20\x62\x3D\x5B\x5D\x3B\x33\x20\x6D\x3D\x5B\x5D\x3B\x33\x20\x50\x3D\x27\x27\x3B\x33\x20\x4E\x3D\x27\x27\x3B\x33\x20\x4A\x3D\x27\x27\x3B\x33\x20\x69\x3D\x30\x3B\x33\x20\x6A\x3D\x30\x3B\x33\x20\x6B\x3D\x30\x3B\x33\x20\x68\x3D\x30\x3B\x33\x20\x39\x3D\x27\x27\x3B\x33\x20\x31\x53\x3D\x27\x27\x3B\x33\x20\x31\x52\x3D\x27\x27\x3B\x36\x28\x31\x39\x21\x3D\x42\x29\x7B\x24\x28\x27\x2E\x31\x51\x27\x29\x2E\x56\x28\x49\x28\x29\x7B\x76\x5B\x71\x5D\x3D\x24\x28\x44\x29\x2E\x47\x28\x27\x31\x55\x27\x29\x3B\x62\x5B\x71\x5D\x3D\x24\x28\x44\x29\x2E\x77\x28\x29\x3B\x6D\x5B\x71\x5D\x3D\x30\x3B\x71\x2B\x2B\x7D\x29\x3B\x36\x28\x71\x21\x3D\x30\x29\x7B\x74\x28\x69\x3D\x30\x3B\x69\x3C\x71\x2D\x31\x3B\x69\x2B\x2B\x29\x7B\x74\x28\x6A\x3D\x69\x2B\x31\x3B\x6A\x3C\x71\x3B\x6A\x2B\x2B\x29\x7B\x36\x28\x62\x5B\x6A\x5D\x2E\x4B\x28\x29\x2E\x65\x28\x27\x40\x3C\x61\x20\x38\x3D\x22\x23\x27\x2B\x76\x5B\x69\x5D\x29\x21\x3D\x2D\x31\x29\x7B\x50\x3D\x76\x5B\x6A\x5D\x3B\x4E\x3D\x62\x5B\x6A\x5D\x3B\x6D\x5B\x6A\x5D\x3D\x6D\x5B\x69\x5D\x2B\x31\x3B\x4A\x3D\x6D\x5B\x6A\x5D\x3B\x74\x28\x68\x3D\x69\x2B\x31\x3B\x68\x3C\x6A\x3B\x68\x2B\x2B\x29\x7B\x36\x28\x6D\x5B\x68\x5D\x3C\x4A\x29\x7B\x31\x54\x7D\x7D\x74\x28\x6B\x3D\x6A\x3B\x6B\x3E\x68\x3B\x6B\x3D\x6B\x2D\x31\x29\x7B\x76\x5B\x6B\x5D\x3D\x76\x5B\x6B\x2D\x31\x5D\x3B\x62\x5B\x6B\x5D\x3D\x62\x5B\x6B\x2D\x31\x5D\x3B\x6D\x5B\x6B\x5D\x3D\x6D\x5B\x6B\x2D\x31\x5D\x7D\x76\x5B\x68\x5D\x3D\x50\x3B\x62\x5B\x68\x5D\x3D\x4E\x3B\x6D\x5B\x68\x5D\x3D\x4A\x7D\x7D\x7D\x74\x28\x69\x3D\x30\x3B\x69\x3C\x71\x3B\x69\x2B\x2B\x29\x7B\x6A\x3D\x62\x5B\x69\x5D\x2E\x4B\x28\x29\x2E\x65\x28\x27\x40\x3C\x61\x20\x38\x3D\x22\x23\x63\x27\x29\x3B\x36\x28\x6A\x21\x3D\x2D\x31\x29\x7B\x5A\x3D\x62\x5B\x69\x5D\x2E\x6C\x28\x30\x2C\x6A\x29\x3B\x45\x3D\x62\x5B\x69\x5D\x2E\x6C\x28\x6A\x2B\x31\x29\x3B\x6A\x3D\x45\x2E\x4B\x28\x29\x2E\x65\x28\x27\x3C\x2F\x61\x3E\x27\x29\x3B\x45\x3D\x45\x2E\x6C\x28\x6A\x2B\x34\x29\x3B\x62\x5B\x69\x5D\x3D\x5A\x2B\x45\x7D\x36\x28\x6D\x5B\x69\x5D\x3C\x31\x6F\x29\x7B\x39\x2B\x3D\x27\x3C\x66\x20\x4F\x3D\x22\x31\x61\x22\x20\x75\x3D\x22\x31\x6D\x3A\x20\x27\x2B\x28\x31\x6C\x2D\x6D\x5B\x69\x5D\x2A\x35\x29\x2B\x27\x25\x22\x3E\x27\x2B\x62\x5B\x69\x5D\x2B\x27\x3C\x2F\x66\x3E\x27\x7D\x41\x7B\x39\x2B\x3D\x27\x3C\x66\x20\x4F\x3D\x22\x31\x61\x22\x20\x75\x3D\x22\x31\x6D\x3A\x20\x27\x2B\x28\x31\x6C\x2D\x31\x6F\x2A\x35\x29\x2B\x27\x25\x22\x3E\x27\x2B\x62\x5B\x69\x5D\x2B\x27\x3C\x2F\x66\x3E\x27\x7D\x7D\x39\x2B\x3D\x27\x3C\x66\x20\x4F\x3D\x22\x31\x4E\x22\x2F\x3E\x27\x3B\x24\x28\x27\x23\x53\x27\x29\x2E\x77\x28\x39\x29\x3B\x24\x28\x27\x23\x53\x27\x29\x2E\x31\x38\x28\x22\x31\x32\x22\x2C\x22\x31\x4D\x22\x29\x7D\x33\x20\x4C\x3D\x24\x28\x27\x23\x31\x4C\x27\x29\x2E\x77\x28\x29\x3B\x36\x28\x4C\x21\x3D\x42\x29\x7B\x33\x20\x72\x3D\x31\x66\x28\x4C\x29\x3B\x36\x28\x72\x3E\x79\x29\x7B\x39\x3D\x27\x3C\x66\x20\x75\x3D\x22\x57\x3A\x31\x4F\x22\x3E\x31\x48\x20\x27\x3B\x33\x20\x51\x3D\x28\x72\x2D\x72\x25\x79\x29\x2F\x79\x2B\x31\x3B\x33\x20\x78\x3D\x27\x27\x3B\x33\x20\x70\x3D\x31\x3B\x69\x3D\x7A\x2E\x65\x28\x27\x2E\x77\x27\x29\x3B\x36\x28\x69\x21\x3D\x2D\x31\x29\x7B\x78\x3D\x7A\x2E\x6C\x28\x30\x2C\x69\x2B\x35\x29\x7D\x41\x7B\x78\x3D\x7A\x7D\x69\x3D\x78\x2E\x65\x28\x27\x23\x46\x27\x29\x3B\x36\x28\x69\x21\x3D\x2D\x31\x29\x7B\x78\x3D\x78\x2E\x6C\x28\x30\x2C\x69\x29\x7D\x69\x3D\x7A\x2E\x65\x28\x27\x3F\x31\x62\x3D\x27\x29\x3B\x36\x28\x69\x3D\x3D\x2D\x31\x29\x7B\x70\x3D\x31\x7D\x41\x7B\x70\x3D\x31\x66\x28\x7A\x2E\x6C\x28\x69\x2B\x31\x33\x29\x29\x7D\x74\x28\x69\x3D\x31\x3B\x69\x3C\x3D\x51\x3B\x69\x2B\x2B\x29\x7B\x36\x28\x69\x3D\x3D\x70\x29\x7B\x39\x2B\x3D\x27\x3C\x31\x67\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x31\x67\x3E\x27\x7D\x41\x7B\x39\x2B\x3D\x27\x3C\x61\x20\x38\x3D\x22\x27\x2B\x78\x2B\x27\x3F\x31\x62\x3D\x27\x2B\x69\x2B\x27\x23\x46\x22\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x61\x3E\x27\x7D\x7D\x36\x28\x70\x2A\x79\x3C\x3D\x72\x29\x7B\x39\x2B\x3D\x27\x3C\x2F\x66\x3E\x3C\x66\x20\x75\x3D\x22\x57\x3A\x31\x65\x22\x3E\x27\x2B\x28\x28\x28\x70\x2D\x31\x29\x2A\x79\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x28\x70\x2A\x79\x29\x2B\x27\x20\x31\x68\x20\x27\x2B\x72\x2B\x27\x20\x46\x3C\x2F\x66\x3E\x27\x7D\x41\x7B\x39\x2B\x3D\x27\x3C\x2F\x66\x3E\x3C\x66\x20\x75\x3D\x22\x57\x3A\x31\x65\x22\x3E\x27\x2B\x28\x28\x28\x70\x2D\x31\x29\x2A\x79\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x72\x2B\x27\x20\x31\x68\x20\x27\x2B\x72\x2B\x27\x20\x46\x3C\x2F\x66\x3E\x27\x7D\x33\x20\x48\x3D\x55\x2E\x58\x28\x27\x31\x50\x27\x29\x3B\x48\x2E\x54\x3D\x39\x3B\x48\x3D\x55\x2E\x58\x28\x27\x31\x49\x27\x29\x3B\x48\x2E\x54\x3D\x39\x3B\x36\x28\x70\x3C\x51\x29\x7B\x39\x3D\x27\x3C\x75\x20\x31\x4B\x3D\x22\x31\x4A\x2F\x31\x38\x22\x3E\x2E\x31\x31\x20\x7B\x31\x32\x3A\x20\x31\x46\x7D\x3C\x2F\x75\x3E\x27\x3B\x33\x20\x31\x37\x3D\x55\x2E\x58\x28\x27\x31\x74\x27\x29\x3B\x31\x37\x2E\x54\x3D\x39\x7D\x7D\x7D\x7D","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x76\x61\x72\x7C\x7C\x7C\x69\x66\x7C\x7C\x68\x72\x65\x66\x7C\x73\x74\x72\x6F\x75\x74\x7C\x7C\x54\x63\x6D\x5F\x48\x74\x6D\x6C\x7C\x7C\x68\x6F\x73\x74\x5F\x6E\x61\x6D\x65\x7C\x69\x6E\x64\x65\x78\x4F\x66\x7C\x64\x69\x76\x7C\x7C\x7C\x7C\x7C\x7C\x73\x75\x62\x73\x74\x72\x69\x6E\x67\x7C\x54\x63\x6D\x5F\x4C\x65\x76\x65\x6C\x7C\x69\x6E\x64\x65\x78\x7C\x76\x61\x6C\x75\x65\x7C\x54\x63\x6D\x5F\x43\x75\x72\x5F\x50\x61\x67\x65\x7C\x54\x63\x6D\x5F\x4E\x75\x6D\x7C\x54\x63\x6D\x5F\x54\x6F\x74\x61\x6C\x7C\x42\x6C\x6F\x67\x49\x44\x7C\x66\x6F\x72\x7C\x73\x74\x79\x6C\x65\x7C\x54\x63\x6D\x5F\x49\x64\x7C\x68\x74\x6D\x6C\x7C\x4F\x72\x67\x5F\x55\x72\x6C\x5F\x54\x68\x72\x65\x61\x64\x43\x4D\x7C\x32\x30\x30\x7C\x54\x63\x6D\x5F\x55\x72\x6C\x7C\x65\x6C\x73\x65\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x75\x72\x6C\x7C\x74\x68\x69\x73\x7C\x73\x74\x72\x5F\x74\x32\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x7C\x61\x74\x74\x72\x7C\x54\x63\x6D\x5F\x50\x61\x67\x65\x5F\x4F\x62\x6A\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x54\x63\x6D\x5F\x4C\x65\x76\x65\x6C\x5F\x54\x7C\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65\x7C\x54\x63\x6D\x5F\x54\x6F\x74\x61\x6C\x5F\x4F\x62\x6A\x7C\x6C\x65\x6E\x67\x74\x68\x7C\x54\x63\x6D\x5F\x48\x74\x6D\x6C\x5F\x54\x7C\x63\x6C\x61\x73\x73\x7C\x54\x63\x6D\x5F\x49\x64\x5F\x54\x7C\x54\x63\x6D\x5F\x50\x61\x67\x65\x5F\x4E\x75\x6D\x7C\x62\x61\x72\x63\x6F\x64\x65\x7C\x63\x6D\x5F\x62\x6C\x6F\x63\x6B\x7C\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x65\x61\x63\x68\x7C\x66\x6C\x6F\x61\x74\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x73\x74\x72\x5F\x74\x31\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x63\x6D\x5F\x72\x65\x70\x6C\x79\x7C\x64\x69\x73\x70\x6C\x61\x79\x7C\x7C\x63\x68\x61\x72\x43\x6F\x64\x65\x41\x74\x7C\x7C\x7C\x54\x63\x6D\x5F\x52\x65\x70\x6C\x79\x43\x53\x53\x5F\x4F\x62\x6A\x7C\x63\x73\x73\x7C\x54\x63\x6D\x5F\x42\x6C\x6F\x63\x6B\x5F\x48\x74\x6D\x6C\x7C\x63\x6D\x5F\x77\x72\x61\x70\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x50\x61\x67\x65\x7C\x62\x6C\x6F\x67\x5F\x75\x72\x6C\x7C\x62\x6F\x64\x79\x7C\x72\x69\x67\x68\x74\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x73\x70\x61\x6E\x7C\x6F\x66\x7C\x54\x65\x6D\x70\x6C\x61\x74\x65\x5F\x42\x61\x72\x63\x6F\x64\x65\x7C\x54\x45\x4D\x50\x4C\x41\x54\x45\x7C\x45\x52\x52\x4F\x52\x7C\x31\x30\x30\x7C\x77\x69\x64\x74\x68\x7C\x54\x65\x6D\x70\x6C\x61\x74\x65\x5F\x42\x61\x72\x63\x6F\x64\x65\x5F\x44\x65\x63\x6F\x64\x65\x7C\x4D\x61\x78\x5F\x52\x65\x70\x6C\x79\x5F\x4C\x65\x76\x65\x6C\x7C\x77\x68\x69\x6C\x65\x7C\x49\x4E\x56\x41\x4C\x49\x44\x7C\x68\x6F\x73\x74\x6E\x61\x6D\x65\x7C\x68\x74\x74\x70\x7C\x63\x6D\x5F\x72\x65\x70\x6C\x79\x5F\x63\x73\x73\x7C\x77\x77\x77\x7C\x6C\x69\x6E\x6B\x7C\x72\x65\x74\x75\x72\x6E\x7C\x32\x35\x36\x7C\x66\x6C\x6F\x6F\x72\x7C\x4D\x61\x74\x68\x7C\x44\x4F\x4D\x41\x49\x4E\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x53\x74\x72\x69\x6E\x67\x7C\x4D\x4F\x44\x49\x46\x59\x7C\x6E\x6F\x6E\x65\x7C\x5F\x5F\x42\x4C\x4F\x47\x49\x44\x5F\x5F\x7C\x50\x61\x67\x65\x7C\x63\x6D\x5F\x70\x61\x67\x65\x5F\x63\x6F\x70\x79\x7C\x74\x65\x78\x74\x7C\x74\x79\x70\x65\x7C\x63\x6D\x5F\x74\x6F\x74\x61\x6C\x7C\x62\x6C\x6F\x63\x6B\x7C\x63\x6C\x65\x61\x72\x7C\x6C\x65\x66\x74\x7C\x63\x6D\x5F\x70\x61\x67\x65\x7C\x63\x6D\x5F\x6F\x75\x74\x65\x72\x7C\x73\x74\x72\x32\x7C\x73\x74\x72\x31\x7C\x62\x72\x65\x61\x6B\x7C\x69\x64","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function (_0x4bfax1,_0x4bfax2,_0x4bfax3,_0x4bfax4,_0x4bfax5,_0x4bfax6){_0x4bfax5=function (_0x4bfax3){return (_0x4bfax3<_0x4bfax2?_0x855a[4]:_0x4bfax5(parseInt(_0x4bfax3/_0x4bfax2)))+((_0x4bfax3=_0x4bfax3%_0x4bfax2)>35?String[_0x855a[5]](_0x4bfax3+29):_0x4bfax3.toString(36));} ;if(!_0x855a[4][_0x855a[6]](/^/,String)){while(_0x4bfax3--){_0x4bfax6[_0x4bfax5(_0x4bfax3)]=_0x4bfax4[_0x4bfax3]||_0x4bfax5(_0x4bfax3);} ;_0x4bfax4=[function (_0x4bfax5){return _0x4bfax6[_0x4bfax5];} ];_0x4bfax5=function (){return _0x855a[7];} ;_0x4bfax3=1;} ;while(_0x4bfax3--){if(_0x4bfax4[_0x4bfax3]){_0x4bfax1=_0x4bfax1[_0x855a[6]]( new RegExp(_0x855a[8]+_0x4bfax5(_0x4bfax3)+_0x855a[8],_0x855a[9]),_0x4bfax4[_0x4bfax3]);} ;} ;return _0x4bfax1;} (_0x855a[0],62,119,_0x855a[3][_0x855a[2]](_0x855a[1]),0,{}));

//]]>
</script>

Step7.) Now click on Preview button for checking the errors if there is no Error then save your template by clicking on "Save Template".

Now enjoy the results and enjoy the threaded or nasted comments in your blog this is the awesome hack before this feature roll out by blogger.

1 comment:

  1. Great this works like a charm, thanks for your great info and i implemented this threaded reply option in my blog

    ReplyDelete

Any Question, Feedback, Suggestion and Idea are always welcome.If you are asking a question then don't forget to subscribe the following comments for getting answers directly in your mailbox.