شبكة همس الشوق

شبكة همس الشوق (https://www.hamsalshok.com/vb/index.php)
-   همس تطوير المواقع والمنتديات (https://www.hamsalshok.com/vb/f93)
-   -   كود طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة (https://www.hamsalshok.com/vb/t107446.html)

الــســاهر 7 - 6 - 2023 12:40 PM

كود طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة
 
1 مرفق
طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة
شرح اليوم رح يكون عن طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي بشكل رائع مع العلم بان الشرح ماخوذ من الموقع الام
[ اسم الشرح ] : اضافة ايقونات مشاركة في مواقع تواصل الاجتماعي
[ يتوافق مع اي اصدار ] :3.8


https://up.hamsalshok.com/do.php?img=45786



الخطوات
1- نحمل ملف الايقونات من مرفقات ثم نستخرجه دخل مجلد images
2- الان توجه الى لوحة التحكم ثم البحث في القوالب ابحث عن قالب postbit_legacy ابحث دخل القالب عن

كود:

<!-- / icon and title -->

</if>

ثم ضع الكود التالي بعد الكود سابق مباشره

كود:

<if condition="!in_array($GLOBALS[forumid], array(x,x,x))">
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))">
<if condition="THIS_SCRIPT =='showthread'">
<div id="share">
<!-- Facebook -->
<a  href="http://www.facebook.com/sharer.php?u=$vboptions[bburl]/showthread.php?t=$thread[threadid]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/facebook.png"  alt="Facebook" /></a>
<!-- Twitter -->
<a  href="http://twitter.com/share?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]&text=$post[title]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/twitter.png"  alt="Twitter" /></a>
<!-- Google+ -->
<a  href="https://plus.google.com/share?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/gplus.png" alt="Google"  /></a>
<!-- Digg -->
<a  href="http://www.digg.com/submit?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/digg.png" alt="Digg"  /></a>
<!-- Reddit -->
<a  href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]&title=$post[title]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/reddit.png" alt="Reddit"  /></a>
<!-- LinkedIn -->
<a  href="http://www.linkedin.com/shareArticle?mini=true&url=$vboptions[bburl]/showthread.php?t=$thread[threadid]"  target="_blank"><img src="https://www.hamsalshok.com/vb/images/social/linkedin.png"  alt="LinkedIn" /></a>
<!-- Pinterest -->
<a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><img  src="https://www.hamsalshok.com/vb/images/social/pinterest.png" alt="Pinterest" /></a>
<!-- StumbleUpon-->
<a  href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]&title=$post[title]"  target="_blank">
<img src="https://www.hamsalshok.com/vb/images/social/stumbleupon.png"  alt="StumbleUpon" /></a>
</div>
</if>
</if>
</if>

ملاحظة هامه : عدل على

كود PHP:

<if condition="!in_array($GLOBALS[forumid], array(x,x,x))"

حيث X برقم الاقسام التي لا تريد انت تظهر الايقونات في داخل مواضيعها
مثلا

كود PHP:

<if condition="!in_array($GLOBALS[forumid], array(12,13))"

ثم اضغط على حفظ
بعد كذا توجه تحكم با الاستايلات ثم اختار css رئيسي في مربع ثاني ضع الكود تالي

كود:

<style type="text/css">
#share img {
width: 22px;
height: 22px;
padding: 5px;
border: 0px;
box-shadow: 0;
display: inline;
}
#share img:hover {
background-position: 0px -48px;
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
a img {
    border: 0;
}
</style>


تووفه الحربي 7 - 6 - 2023 04:37 PM

رد: كود طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة
 
الله يعطيك العافيه على مجهودك الرائع

نجمة الليل 7 - 6 - 2023 05:46 PM

رد: كود طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة
 
الله يديك العافيه

همسة الشوق 8 - 6 - 2023 11:33 AM

رد: كود طريقة اضافة ايقونات المشاركة في مواقع تواصل الاجتماعي , في اول مشاركة
 
يعطيك العافيه الساهر عساك على القووه يارب


الساعة الآن 09:07 PM

جميع الحقوق محفوظه للمنتدى
HêĽм √ 3.1 BY: ! ωαнαм ! © 2010


الامتياز


SEO by vBSEO