vBUlletin 3.8.x İçin Sürümleri İçin
postbit_legacy templatesini Aç ve Bul;
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
Hemen Devamına Alttaki kodları ekle;
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Paylaş</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
vBulletin 4 Sürümleri İçin
postbit_legacy templatesini Aç ve Bul;
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>Hemen devamına Alttaki kodları ekleyin;
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Paylaş</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
Not: Her 2 sürümde de farklı yerlerde düşüncesi olan var ise caps ekleyip göstersinler yardımcı olurum.