الأربعاء، 16 نوفمبر 2016
إضافة أزرار النشر على المواقع الإجتماعية
السلام عليكم ورحمة الله
اليوم سنقدم لكم إضافة رائعة ، ألا وهي إضافة أزرار النشر على المواقع الإجتماعية ، وهذه الإضافة تحتوي على جوجل بلس ، تويتر ، فيس بوك
كيفية الإضافة:
- من مدونتك اتجه إلى قالب ، ثم تحرير HTML وباستعمال Ctrl +f ، إبحث عن ]]></b:skin>
- قم بلصق الكود التالي فوقه/*مشاركة*/
.sharetool {
border: 1px solid #eee;
display: block;
height: 80px;
margin: 10px auto;
padding: 20px;
width: 390px;
}
.sharetool ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.sharetool li {float: left;}
.sharetool strong {
float: right;
font-size: 13px;
line-height: 36px;
}
.sharetool a::before {
float: left;
line-height: 36px;
text-align: center;
width: 36px;
}
.sharetool a {
background-color: #333;
color: #fff;
display: block;
height: 36px;
margin-right: 4px;
padding: 0 5px 0 0;
width: 110px;
}
.sharetool .fa.fa-facebook::before {background-color: #3b5998;}
.sharetool .fa.fa-twitter::before {background-color: #11C1FF;}
.sharetool .fa.fa-google-plus::before {background-color: #DA4835;}
.sharetool .fa.fa-facebook:hover {box-shadow: 120px 0 0 0 #3b5998 inset;}
.sharetool .fa.fa-twitter:hover {box-shadow: 120px 0 0 0 #11C1FF inset;}
.sharetool .fa.fa-google-plus:hover {box-shadow: 120px 0 0 0 #DA4835 inset;}
@media screen and (max-width : 540px) {
.sharetool {padding:0; border:0; width:auto;} الآن إبحث عن <div class='post-footer'> وألصق الكود التالي تحته
<b:if cond='data:blog.pageType == "item"'>
cn3u
<div class='sharetool'>
<ul>
<li><a class='fa fa-facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title="+ data:post.title' target='_blank'><strong>فيسبوك</strong></a></li>
<li><a class='fa fa-twitter' expr:href='"http://twitter.com/home?status=" + data:post.title + " -- " + data:post.url ' target='_blank'><strong>تويتر</strong></a></li>
<li><a class='fa fa-google-plus' expr:href='"https://plus.google.com/share?url=" + data:post.url + ""' target='_blank'><strong>جوجل بلس</strong></a></li>
</ul>
</div>
</b:if>
لا نسمح بنسخ مواضيعنا بدون ذكر المصدر، وذكر المصدر يكون عبارة على وضع رابط الموضوع قابل للضغط
ads |
مواضيع ذات صلة
الاشتراك في:
تعليقات الرسالة
(
Atom
)
ليست هناك تعليقات
ملحوظة: يمكن لأعضاء المدونة فقط إرسال تعليق.