This
Blogger hack will show you how to add comment count inside a speech bubble, so
that you & your readers can use the numbers to mention or point to a
particular comment on any of your posts and besides this, it could as well
improve the look and feel of your blog.
Note: This works with the previous blogger commenting system, so if you want to add this hack, you should remove first the Blogger threaded comments. UPDATE! Now you can add comment bubble in your threaded comments too.
How to add numbered comments on our Blogger/Blogspot blog
Step 1. Go to Dashboard - Template - Edit HTML (click on Proceed button, if needed)
Step 2. Select "Expand Widget Template" (make a backup)
Step 3. Now find (CTRL+F) the following code in your template:
Step 4. Immediately above/before it, paste this code:
Step 5. Find this code:
Step 6. And immediately below/after it, copy and paste this:
Step 7. Find (CTRL+F) this tag in the template:
Step 8. Paste this code just above/before it:
Note:
Comment Bubbles
To choose a comment bubble, right-click on the image and select "Copy Image Address/Location":
IMPORTANT: You could use any image instead of the one linked in the code above (STEP 8) but after that, you should modify the size values (width and height), so that the numbers inside the bubble to be correctly adjusted.
Step 9. Save the template... and enjoy your comments :]
Note: This works with the previous blogger commenting system, so if you want to add this hack, you should remove first the Blogger threaded comments. UPDATE! Now you can add comment bubble in your threaded comments too.
How to add numbered comments on our Blogger/Blogspot blog
Step 1. Go to Dashboard - Template - Edit HTML (click on Proceed button, if needed)
Step 2. Select "Expand Widget Template" (make a backup)
Step 3. Now find (CTRL+F) the following code in your template:
<b:loop values='data:post.comments' var='comment'>
Step 4. Immediately above/before it, paste this code:
<script type='text/javascript'>var CommentsCounter=0;</script>
Step 5. Find this code:
<data:commentPostedByMsg/>
Step 6. And immediately below/after it, copy and paste this:
<!--comments-count-starts-->
<span class='comments-number'>
<a expr:href='data:comment.url' title='Comment Link'>
<script type='text/javascript'>
CommentsCounter=CommentsCounter+1;
document.write(CommentsCounter)
</script>
</a>
</span>
<!--comments-count-stops-->
Step 7. Find (CTRL+F) this tag in the template:
</head>
Step 8. Paste this code just above/before it:
<!-- comments-count-starts-->
<style type="text/css">
.comments-number a:link, .comments-number a:visited {
color: black !important;
text-decoration: none !important;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVgzzwd-9UxobXMH-j1TbNjM_8RwaMGabIPKToRCH12CYAfMkvMH-g8URj3s_I4TOzIj2F-9CDlIkmBNf8cTGARmyoxRxel2qpzRM6ypnldECVv6Z5if1dWMQt9chwF6s_tao-uAKtQvGr/s1600/comment+bubble+1.png) no-repeat;
width: 50px; /*image-width size*/
height: 48px; /*image-height size*/
float: right;
display: block;
margin-right: 5px;
margin-top: -15px; /*comments-counter position*/
text-align: center;
font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
font-size: 15px;
font-weight: normal;
}
.comments-number a:hover, .comments-number a:active {
color: #1BA0E1 !important;
text-decoration: none !important;
}
</style>
<!-- comments-count-stops-http://helplogger.blogspot.com-->
Note:
- To change the comment bubble, replace the red text from above with your own address
- To change the color of the numbers, replace the blue text with the hex value of your color
Comment Bubbles
To choose a comment bubble, right-click on the image and select "Copy Image Address/Location":
IMPORTANT: You could use any image instead of the one linked in the code above (STEP 8) but after that, you should modify the size values (width and height), so that the numbers inside the bubble to be correctly adjusted.
Step 9. Save the template... and enjoy your comments :]
No comments:
Post a Comment