بحث هذه المدونة الإلكترونية

السبت، 14 يناير 2017

برمجه بلوجر لـ نسخ الروابط للموضوع بثلاث اوامر يوجد مثال

نبحث عن هذا
]]></b:skin>
===========================================
2-نضع الكود التالي فوقه
===========================================
.backlinks{line-height:20px;background:#fff;outline:1px solid #ddd;width:307px;padding:10px;float:right;position:relative;height:229px;margin: 10px;margin-right: -1px;}
.backlinks{margin-right:-0px;}
.backlinks td{padding:5px;font-family: Electrolize,ge_ss_threeregular;}
h3.backlinksTitle {font-size: 13px;margin: -10px -10px 7px;background: #0af;color: #fff;padding: 5px;font-family: Electrolize,ge_ss_tvbold;}

===========================================
3- ابحث عن
<div class='post-footer-line post-footer-line-3'>
أو
<data:post.body/>
4-نضع الكود التالي تحت احد الكودين
===========================================

<div class='backlinks'>
<h3 class='backlinksTitle'> انسخ الروابط المناسبه </h3>
<table border='0' height='140' width='110'>
<tr><td>رابط مباشر : <br/><input class='bkl' expr:value='data:post.canonicalUrl' onclick='this.focus();this.select();' readonly='readonly' title='Press Ctrl+C to Copy' type='text'/></td></tr>
<tr><td>كود للمنتديات : <br/><input class='bkl' expr:value='&quot;&lt;a href=&amp;quot;&quot; + data:post.canonicalUrl + &quot;&amp;quot; title=&amp;quot;&quot; + data:post.title + &quot;&amp;quot;&gt;&quot; + data:post.title + &quot;&lt;/a&gt;&quot;' onclick='this.focus();this.select();' readonly='readonly' title='URL For Forum' type='text'/></td></tr>
<tr><td>HTML كود : <br/><input class='bkl' expr:value='&quot;&quot; + data:post.title + &quot;&quot;' onclick='this.focus();this.select();' readonly='readonly' style='height:13px;' title='HTML Code'><a target='_blank'/></input></td></tr> <tr><td/></tr> </table></div>

===========================================


التطبيق في المقدمه وليس بالموضوع

ليست هناك تعليقات:

إرسال تعليق