اضافة ازرار المواقع الاجتماعية الى مدونة بلوجر (V1) |
السلام عليكم اخواني اعزائي اليوم سنتطرق لشرح ولا اروع الا وهو إضافة أزرار المواقع الإجتماعية إلى مدونتك بشكل مميز (النسخة الاولى).
إضافة أزرار صفحات المواقع الإجتماعية إضافة رائعة اصفها لك أفضل الإضافات و أكثرها أناقة, كما أنها لا تشكل حاجزا لشكل مدونتك, حيث تتناسب مع أي أنواع القوالب كان فلات ( Flat ) او اي نوع اخر, بالاضافة ان تركيبها ولا اسهل فهي مكون من كود واحد كامل .
- اولا اخي الكريم ادعوك للانضمام لاعضاء المدونة من هنا
- توجه الى لوحت تحكم منصت بلوجر
- افتح لوحت تحكم مدونتك
- تم ضع الكود التالي داخل اداة جديدة " Html/Javascript " او اي مكان تريد
<style>
/* Social Counter V1 by Ara1tech.blogspot.com
--------------------------------------*/
.socialcounter {
overflow: hidden;
}
li.social_item-wrapper-ara1tech {
float: left;
width: 48%;
text-align: center;
margin-right: 4% !important;
margin-bottom: 10px !important;
color: #fff;
}
#sidebar-ara1tech .widget {
margin-bottom: 35px;
}
a.social_item {
position: relative;
display: block;
height: 60px;
line-height: 60px;
overflow: hidden;
}
.social_item-wrapper-ara1tech:nth-child(2n+2) {
margin-right: 0 !important;
}
.social_icon {
float: left;
line-height: 60px;
width: 41px;
font-size: 1.3rem;
}
a.social_item.social_facebook {
background: #3F5B9B;
}
.fa-facebook.social_icon {
background: #2E4372;
}
li.social_item-wrapper-ara1tech:hover .fa-facebook.social_icon {
background: #3F5B9B;
}
li.social_item-wrapper-ara1tech:hover .social_facebook {
background: #2E4372;
}
a.social_item.social_twitter {
background: #1C97DE;
}
.fa-twitter.social_icon {
background: #1571A5;
}
li.social_item-wrapper-ara1tech:hover .fa-twitter.social_icon {
background: #1C97DE;
}
li.social_item-wrapper-ara1tech:hover .social_twitter {
background: #1571A5;
}
a.social_item.social_youtube {
background: #E22020;
}
.fa-youtube.social_icon {
background: #B31919;
}
li.social_item-wrapper-ara1tech:hover .fa-youtube.social_icon {
background: #E22020;
}
li.social_item-wrapper-ara1tech:hover .social_youtube {
background: #B31919;
}
a.social_item.social_dribbble {
background: #E82159;
}
.fa-dribbble.social_icon {
background: #B51A45;
}
li.social_item-wrapper-ara1tech:hover .fa-dribbble.social_icon {
background: #E82159;
}
li.social_item-wrapper-ara1tech:hover .social_dribbble {
background: #B51A45;
}
a.social_item.social_rss {
background: #E86321;
}
.fa-rss.social_icon {
background: #C2521B;
}
li.social_item-wrapper-ara1tech:hover .fa-rss.social_icon {
background: #E86321;
}
li.social_item-wrapper-ara1tech:hover .social_rss {
background: #C2521B;
}
a.social_item.social_google-plus {
background: #E82C2C;
}
.fa-google-plus.social_icon {
background: #BF2424;
}
li.social_item-wrapper-ara1tech:hover .fa-google-plus.social_icon {
background: #E82C2C;
}
li.social_item-wrapper-ara1tech:hover .social_google-plus {
background: #BF2424;
}
a.social_item.social_linkedin {
background: #0275B6;
}
.fa-linkedin.social_icon {
background: #02669E;
}
li.social_item-wrapper-ara1tech:hover .fa-linkedin.social_icon {
background: #0275B6;
}
li.social_item-wrapper-ara1tech:hover .social_linkedin {
background: #02669E;
}
a.social_item.social_instagram {
background: #8E714D;
}
.fa-instagram.social_icon {
background: #6F583C;
}
li.social_item-wrapper-ara1tech:hover .fa-instagram.social_icon {
background: #8E714D;
}
li.social_item-wrapper-ara1tech:hover .social_instagram {
background: #6F583C;
}
a.social_item.social_pinterest {
background: #CA2027;
}
.fa-pinterest.social_icon {
background: #AB1B21;
}
li.social_item-wrapper-ara1tech:hover .fa-pinterest.social_icon {
background: #CA2027;
}
li.social_item-wrapper-ara1tech:hover social_pinterest {
background: #AB1B21;
}
ul.social-counter-ara1tech a {
color: #fff;
}
</style><div class="socialcounter"><ul class="social-counter-ara1tech"><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_facebook"><i class="fa fa-facebook social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_twitter"><i class="fa fa-twitter social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_youtube"><i class="fa fa-youtube social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_dribbble"><i class="fa fa-dribbble social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_rss"><i class="fa fa-rss social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_google-plus"><i class="fa fa-google-plus social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_linkedin"><i class="fa fa-linkedin social_icon"></i><span class="social_num">230,000</span></a></li><li class="social_item-wrapper-ara1tech"><a href="#" class="social_item social_instagram"><i class="fa fa-instagram social_icon"></i><span class="social_num">230,000</span></a></li></ul></div>
الان لا تنسى تعوييض الارموز الملونة بالاخضر بالرابط المناسب لك و ايضا لا تنسى تغيير عدد المعجبين و المتابعين الملون باللون البرتقالي الى العدد الحقيقي لصفاحتك... كان معكم اخوكم بدر الدين وجيه اراكم في درس اخر.
ملاحضة: لا تنسى مشاركتنا رئيك باضافة اليوم في تعليق.
كلمات دلالية: