Wednesday 13 November 2013

TOP COMMENTOR WIDGET

Who is the most frequent comments on your blog.? If the question is, this widget is the answer. Widgets top commentor is among the most ‘complete’ at present for anyone using Blogger platform.


This is because, with this widget you can determine most Who would often comment with some additional features that you can specify whether a comment to your blog since the entire set, or at specific intervals such as monthly or other long-time addition, with this widget, pengomen list that you do not want to enter in the list shall be excluded.
Tutorial to install the widget top commentor is as follows.
1. From dashboard> design> add a gadget> HTML / javascript
2. Paste the following code into the HTML section / javascript
<script type=”text/javascript”>
function getYpipe(feed) {
document.write(‘<ol>’);
var i;
for (i = 0; i < feed.count ; i++)
{
var href = “‘” + feed.value.items[i].link + “‘”;
if(feed.value.items[i].link == “”)
var item =”<li>” + feed.value.items[i].title + “</li>”;
else
var item = “<li>” + “<a href=”+ href + ‘” target=”_blank”>’ + feed.value.items[i].title + “</a> </li>”;
document.write(item);
}
document.write(‘</ol>’);
}
</script>
<script src=”http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=http://YOUR URL.blogspot.com
&ExcludedNick1=NAME1
&ExcludedNick2=NAME2
&ExcludedNick3=NAME3
&ShowHowMany=10
&ExcludeCommentsBefore=08-01-2010 (i.e. 01-01-2010)
&IncludeCommentsBefore=08-31-2010 (i.e. 01-31-2010)
&_callback=getYpipe
&_id=932ec72eca30a5b8a83365f4eb4349cd
&_render=json”
type=”text/javascript”></script>
<small><a href=”http://tutorialuntukblog.blogspot.com/2010/08/top-commentor-widget.html”>Get this widget here</a></small>
i.Change YOUR URL with your blog url
ii.NAME 1, NAME 2 NAME 3 – put the name you do not want. Anonymous automatic exception, to know the names that you might not want, save the past, when displayed Blogged new, you know. If you do not want to skip this section.
HOW MANY iii.SHOW – replaced with the number you want displayed
iv.Comment Before: The example given is a coment for only 8 months. If you want the whole list of pengomen, leave this section blank
3. When finished, save and see the results.

No comments:

Post a Comment