السبت، 2 يونيو 2012

الكود الشامل لنشر مواضيعك بافضل المواقع 2012

الكود الشامل لنشر مواضيعك بافضل المواقع 2012


[ اسم الكود ] : نشر الموضوع في المواقع المخصصة للنشر والمواقع الاجتماعية
[ وصف الكود ] : لنشر في المواقع العربية والعالمية باسهل الطرق
[ يتوافق مع اي اصدار ] : جميع الاصدارات ان شاء الله
[ موقع مبرمج الكود ] : لا يحتاج الكود الى مبرمج بمعنى الكلمة!

المواقع التي سيتم تعامل معها هم


google+1 , facebook , twitter , thabbet , power seo




قد يتسأل الكثير منكم لماذا خترت هذه المواقع فقط ؟




وانا هنا سأجيبكم انه من المعروف لدى الجميع انه نادراً ما تظهر اخطاء في المواقع الكبيرة مثل google , facebook , twitter ويتم حلها سريعاً ولكن المواقع العربية وللاسف فهنالك اخطأ كثير واهمها الترميز وهنا انا قد اخترت لكم 2 مواقع عربية تحاول ان تقدم افضل ما لديها دائما وهي لا تعاني من المشكلة التي ذكرتها لكم اي انها خالية من الاخطاء إلى حد كبير وفي حال وجدتم اخطأ لديهم فراسلوهم وهم سيرحبون باي مقترحات ..انا اتكلم من تجربتي الشخصية .


واهم تلك الاخطاء التي تظهر في المواقع النشر التي تستخدم Pligg هي قضية الترميز وخاصتناً اصحاب الترميز الاعتيادي windows-1256 يظهر عنوان الموضوع والوصف بشكل خاطئ فيُجرب الناشر على تعديل العنوان والوصف , اما اصحاب الترميز utf8 فلا يوجد مشكلة بها , وايضاً هنالك مواقع نشر عندا ادراج رابط الموضوع لا يظهر عنوان الموضوع ولا حتى وصفه فايضاً يُجبر الناشر على كتابة العنوان والوصف من جديد ..


فكانَ موقعي " ثبت " و " بور سيو ".. هما الوحيدين فقط التي لا تظهر مثل هذا المشاكل في قضية الترميز على الرغم من اختلاف السكربت بين الموقعين ..



تكلمنا كثيراً


حان وقت التطبيق ..


مثال مصور للكود الاول :





نفتح قالب " SHOWTHREAD "


نبحث عن :




رمز Code:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>



نستبدلها بـ :


رمز Code:
<td align="$stylevar[right]"><if condition="$show['pagenav']">$pagenav</if>
<div style="float: center; padding: 10px 0 8px 10px;">
    <table border="0" height="20px">
  <tr>
    <td valign="bottom"><g:plusone size="medium" annotation="inline"></g:plusone></td>
    <td valign="bottom"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="معرفك في تويتر" data-related="aaronwall">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>
    <td valign="bottom"><a name="fb_share" type="button_count" expr:share_url="data:post.url" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
    <td valign="bottom"><a href="javascript:void(document.location = ('http://www.pwrseo.net/submit?url='.concat(encodeURIComponent(document.location))))" onmouseout="window.status=''; return true;" onmouseover="window.status='اضف هذة المادة الى {PwrSeo} !'; return true;">
<img src="http://www.pwrseo.net/templates/AggrePress/images/logo-enshor1.png" alt="اضف هذة المادة الى {PwrSeo} !" /></a></td>
    <td valign="bottom"><script src="http://thabbet.com/stframe/"></script></td>
  </tr>
</table>
 </div>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>





مثال مصور للكود الثاني: نهاية الموضوع يظهر .. فوق التوقيع





نفتح قالب " postbit_legacy "


ابحث عن :


رمز Code:
<if condition="$show['attachments']">



نضع اعلاها


رمز Code:
<if condition="$post[postcount] == 1"> 
<div style="float: center; padding: 10px 0 8px 10px;">
    <table border="0" height="62px">
  <tr>
    <td valign="bottom"><g:plusone size="tall"></g:plusone></td>
    <td valign="bottom"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="معرفك في تويتر" data-related="aaronwall">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>
    <td valign="bottom"><a name="fb_share" type="box_count" expr:share_url="data:post.url" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
    <td valign="bottom"><a href="javascript:void(document.location = ('http://www.pwrseo.net/submit?url='.concat(encodeURIComponent(document.location))))" onmouseout="window.status=''; return true;" onmouseover="window.status='اضف هذة المادة الى {PwrSeo} !'; return true;">
<img src="http://www.pwrseo.net/templates/AggrePress/images/logo-enshor1.png" alt="اضف هذة المادة الى {PwrSeo} !" /></a></td>
    <td valign="bottom"><script src="http://thabbet.com/stframe/"></script></td>
  </tr>
</table>
 </div>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
</if>


ملاحظة ~> في كود تويتر تحتاج الى اضافة المعرف الخاصة بك والكود يُبيّن لك مكانه ليتم استبداله

في النهاية لا ارجو منكم الا دعوة صالحة في ظهر الغيب


والسلام عليكم

0 التعليقات:

إرسال تعليق