
Top commenters widget will show everyone that commented blog visitors with the most comments. At least with the installation of top commenters widget is knowing who you become the most frequently visited and often addressed through blogs.
Adding top commentators widget in blogger
- Loggin into Blogger
- Select Layout
- Click Add Widget
- On the menu are available, select HTML / JavaScript
- Copy and paste the following code in it:
<script type="text/javascript">
pipeCallback function (obj) (
document.write ( '<ol>');
var i;
for (i = 0; i <obj.count; i + +)
(
var href = " '" + obj.value.items [i]. link + "'";
if (obj.value.items [i]. link == "")
var item = "<li>" + obj.value.items [i]. title + "</ li>";
else
var item = "<li>" + "<a href=" + href + ">" + obj.value.items [i]. title + "</ a> </ li>";
document.write (item);
)
document.write ( '</ol>');
)
</ script>
<script src = "http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=2351a7b3195ee95ef3643998bc8def5e&url=http% 3A% 2F% 2F9zip.blogspot.com & num = 10 & filter = 2FOOL4U" type = "text / javascript "> </ script>
Change text 9zip.blogspot.com with your blog address. Figures 10 shows the ten most commentators. Please be reduced or added and adjust as needed. Del Bang is writing the blog owner's name, please change your name. In other words the name you use to reply to every comment that comes into your blog. Well, the point is that your name is not counted as a commentator.
- Then click Save button
- Done
document.write ( '<ol>');
and
document.write ( '</ol>');
0 comments:
Post a Comment