اضافة صندوق الإشتراك بالمدونة داخل المواضيع - هذه الإضاقة تعتبر من اهم الإضافات في بلوجر بحيث يقومون الاشخاص بالإشتراك بالنشرة البريدية الخاصة بمدونتك و كل موضوع تكتبه داخل مدونتك سوف يتم إرساله لكل شخص اشترك من خلال بريده الإلكتروني تخيل معي اشترك بمدونتك 10 الف شخص فهذا معناه عند نشر موضوع واحد على الاقل سوف يشاهده 5 الف زائر يمكنك معاينة الإضافة من خلال زر المعاينة التالي
شرح تركيب الإضافة
- اولا ادخل إلى لوحة تحكم بلوجر
- انقر على تبويب قالب
- انقر على تحرير HTML
/* CSS Follow by email */
.post-body .follow-by-email-inner{position:relative;margin-top:20px;display:block;background:#afc3d1;padding:20px;color:#fff;box-shadow:inset 0 0 0 1px #9eb2c0}
.post-body .follow-by-email-inner:before{content:" لا تنسى الإشتراك بنشرتنا البريدية, للحصول على اخر الاخبار ";font-family:'Droid Arabic Kufi';display:table;font-size:14px;font-weight:400;margin:auto}
.post-body input.follow-by-email-address{position:relative;float:left;background:#fff;color:#444;border:0;font-size:14px;height:42px;line-height:42px;padding-right:15px;transition:all .2s}
.post-body input.follow-by-email-address:focus {outline:none;color:#444;}
input.follow-by-email-submit{background:#9eb2c0;color:#fff;cursor:pointer;font-size:15px;height:42px;line-height:42px;width:80px;z-index:0;border:0;margin-right:-2px;transition:all .2s}
input.follow-by-email-submit:hover {outline:none;background:#8b9fad;color:#fff;}
.post-body .tabletd1 {width:auto;}
.post-body .tabletd1 td{border:0;padding:0;text-align:center;vertical-align:middle}
.post-body .tabletd2 {width:0;}
الان يجب إضافة الكود التالي فوق ازرار المشاركة داخل المواضيع او في المكان الذي تريده
<div style='clear:both'/>
<div class='follow-by-email-inner'>
<form action='https://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('https://feedburner.google.com/fb/a/mailverify?uri=mudwnp', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<table class='tabletd1'>
<tr>
<td>
<input class='follow-by-email-address' name='email' placeholder='البريد الإلكتروني...' type='text'/>
</td>
<td class='tabletd2'>
<input class='follow-by-email-submit' type='submit' value='إشتراك'/>
</td>
</tr>
</table>
<input name='uri' type='hidden' value='mudwnp'/>
<input name='loc' type='hidden' value='en_US'/>
</form>
</div><div style='clear:both'/>
ملاحظة إذأ احتجت اي مساعدة من اجل تركيب الإضافة داخل المواضيع بكل بساطة قم بوضع رد و سوف نقوم بمساعدتك فوراً
No comments:
Post a Comment