Free File Hosting

كود أكثر المواضيع تعليقا للبلوجر Most Commented Posts



1- اذهب الى تخطيط ثم اضافة أداة ثم اختر اضافة كود جافا ثم ضع الكود التالي مثل الصورة


الكود


<!-- Popular posts with comment count Start -->
<script type="text/javascript">
function getYpipePP(feed) {
 document.write('<ol 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 + "\)";
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('</ol>');
 }
 </script>
 <script src="http://pipes.yahoo.com/pipes/pipe.run?
 YourBlogUrl=http://webs-tools.blogspot.com/ &ShowHowMany=10
 &_id=390e906036f48772b2ed4b5d837af4cd
 &_callback=getYpipePP
 &_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;"><a href="http://webs-tools.blogspot.com/2014/10/most-commented-posts.html">Make your own</a></span>
<!-- Popular posts with comment count End -->

2- غير العناصر الملونة كالتالي

*    http://webs-tools.blogspot.com/  الى عنوان مدونتك

*  10  الى عدد المواضيع التي تريد ظهورها 


3- الحفظ اوتوماتيكي...اذهب الى مدونتك و عاين الاضافة


إرسال تعليق

CodeNirvana
Newer Posts Older Posts
© Copyright webs-tools
Back To Top