عرض مشاركة واحدة
قديم 01-31-2013, 09:40 AM   #1
saheralialy
مدون مميز
 
الصورة الرمزية saheralialy
 
تاريخ التسجيل: Jul 2012
المشاركات: 389
افتراضي اضافة اداة اكثر المعلقين في مدونتك



أولا: إذهب إلى لوحة التحكم فى بلوجر من هنا.
ثم إختر التخطيط كما هو موضح فى الصورة المقبلة:






ثم إختر إضافة أداة وتكون من نوع Html/JavaScript كما هو موضح فى الصورة المقبلة:






ثم أضف فيها هذا الكود:
كود بلغة HTML:
  <!-- Top Commentators Cloud Start  (c) 2010 Blogger Sentral. Original code by http://www.bloggersentral.com/. Please do not remove this credit and the “Get this commentators widget” link at the bottom of the code.-->  <div style="text-align:justify;line-height:1.2;">  <script type="text/javascript">  function cCloud(feed) {  max = 0;  min = 10000;  //finding highest and lowest count  for (i=0;i<feed.count;i++)  {  ccCount = feed.value.items[i].commentcount * 1;  if (ccCount > max)  {   max = ccCount;  }  if (ccCount < min)  {   min = ccCount;  }  }  ccCountD = "";  display = "";  for (j=0;j<feed.count;j++)  {  ccdiff = feed.value.items[j].commentcount - min;  ccFontsize = 80 + (ccdiff * 100) / (max - min) + "%";  ccUrl = "'" + feed.value.items[j].authorurl + "'";  ccCountD = "(" + feed.value.items[j].commentcount + ")";//comment count  ccName = feed.value.items[j].title + ccCountD;  ccLName = "<a style='font-size:" + ccFontsize + "' href=" + ccUrl + " target='_blank'>" + ccName + "</a>";//clickable commentator name  display = display + ccLName + " ";  }  document.write(display);  }  </script>   <script src="http://pipes.yahoo.com/pipes/pipe.run?   YourBlogUrl=رابط موقعك هنا/   &Exclusions=Anonymous,Admin   &ShowHowMany=20   &Order=alphabet   &_callback=cCloud   &_id=cfa196644e1d6159c9183548c4b5e2f5   &_render=json"  type="text/javascript"></script>  </div>  <span style="font-size: 80%; float:right;;margin-top:5px;">احصل على<a href="http://softmasr.blogspot.com/" target="_blank">هذه</a> <a href="http://softmasr.blogspot.com/" target="_blank">الإضافة</a></span>  <!-- Top Commentators Cloud End -->
ضع رابط موقعك في المكان المحدد بالكود


الدعم العربي

saheralialy غير متواجد حالياً   رد مع اقتباس