masuk ke Rancangan, Elemen laman, lalu pilih Tambah Gadget, Copy kode dibawah ini di HTML/Javascript
<div class="mostcoment">
<!-- Popular posts with comment count Start -->
<script type="text/javascript">
function getYpipePP(feed) {
document.write('<ul style="">');
var i;
for (i = 0; i < feed.count ; i++)
{
var href = "'" + feed.value.items[i].link + "'";
var pTitle = feed.value.items[i].title;
var pComment = " (" + feed.value.items[i].commentcount + " Comments)";
var pList = "<li>" + "<a href="+ href + '" target="_blank">' + pTitle;
document.write(pList);
document.write(pComment); //to remove comment count delete this line
document.write('</a></li>');
}
document.write('</ul>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=http://risalahatiku46.blogspot.com
&ShowHowMany=10
&_id=390e906036f48772b2ed4b5d837af4cd
&_callback=getYpipePP
&_render=json"
type="text/javascript"></script>
<!-- Popular posts with comment count End --></div>
Keterangan: Ganti yang warna merah dengan url blog sobat
Yang warna biru adalah jumlah popular post yang akan ditampilkan
. Simpan. dan lihat hasilnya :)
Cara membuat widget top artikel berdasarkan komentar
Posted by: Risalahati
Dedic Ahmad Updated at: 14:28
sob, sudah ku coba dan berhasil, makasih
ReplyDelete