عرض مشاركة واحدة
قديم 03-06-2014, 02:12 PM   #1
Blog-Add
مدون نشيط
 
تاريخ التسجيل: Feb 2014
المشاركات: 124
افتراضي اضافة صندوق متابعة تويتر 2014 - اضافات بلوجر

السلام عليكم ورحمة الله وبركاته

اقدم لكم اضافة صندوق المتابعة في تويتر في مدونتك بشكل انيق 2014

الشرح :

اذهب الي صفحة التخطيط وافتح اداة جديدة HTML واضف بها الكود التالي :

كود PHP:
<style>
.
SG-tweter-header {
background#000 url(http://softglad.at.ua/widgets/black-bg.jpg);
}
.
SG-tweter {
 
width266px;
 
background-color#ffffff;
 
font-familyArialHelveticasans-serif;
 
border-radius0;
}
.
SG-tweter .SG-tweter-header {
 
padding10px;
 
height73px;
}
.
SG-tweter .SG-tweter-header .screen-name h1 {
 
color#fff;
 
margin0;
 
font-size16px;
 
text-transformcapitalize;
 
font-family'Helvetica'sans-serif;
}
.
SG-tweter .SG-tweter-header .screen-name h2, .SG-tweter .SG-tweter-header .screen-name h3 {
 
color#ffffff;
 
margin0;
 
font-size12px;
 
font-family'Helvetica'sans-serif;
 
backgroundnone;
}
.
SG-tweter .SG-tweter-header .screen-name {
 
margin-top20px;
 
width150px;
 
floatleft;
}
.
SG-tweter .SG-tweter-header .profile-image {
 
width70px;
 
height70px;
 
floatright;
}
.
SG-tweter .SG-tweter-header .profile-image img {
 
width70px;
 
height70px;
 
border-radius40px;
}
.
SG-tweter .twitter-summary {
 
background-color#f9f9f9;
 
height60px;
 
positionrelative;
}
.
SG-tweter .twitter-summary ul {
 
displaytable-row;
 
height60px;
 
width100%;
 
margin0;
 
padding0;
 
text-aligncenter;
 
padding15px 0px;
}
.
SG-tweter .twitter-summary ul li {
 
background#0AB7E2;
 
list-style-typenone;
 
font-size12px;
 
padding0px 6px;
 
text-aligncenter;
 
vertical-alignmiddle;
 
displaytable-cell;
 
color#fff;
 
width84px;
 -
webkit-transition.5s;
 -
moz-transition.5s;
 -
ms-transition.5s;
 -
o-transition.5s;
 
transition.5s;
 
border:;
}
.
SG-tweter .twitter-summary ul li:hover {
 
background#9808AC;
 
-webkit-box-shadow0px 5px 5px 0px #666;
 
-moz-box-shadow0px 5px 5px 0px #666;
 
-ms-box-shadow0px 5px 5px 0px #666;
 
-o-box-shadow0px 5px 5px 0px #666;
 
box-shadow0px 5px 5px 0px #666;
}
.
SG-tweter .twitter-summary ul li a {
 
color#fff;
 
text-decorationnone;
}
#boxs {
 
display:none;
}
</
style>
<
script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://softglad.at.ua/widgets/twitter-badge.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
 $("#box").dwseeTwitterBox({
 'screenname':'اسم حسابك في تويتر',
 })
})
</script>
<div id="box">
</div> 
ضع رقم حسابك بتويتر واحفظ العمل

الدعم العربي

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