add this code into showthread template after the <body> tag
add this code in Posbit templete and postbit classic templete after {$post['subject_extra']}
add this code to global.css
preview
![[Image: i60hYHm.png]]()
BR
Mujeeb
PHP Code:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
add this code in Posbit templete and postbit classic templete after {$post['subject_extra']}
PHP Code:
<span class="fb-share-button" data-href="{$mybb->settings['bburl']}/{$post['postlink']}" data-layout="icon" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={$mybb->settings['bburl']}/{$post['postlink']}&src=sdkpreparse">Share</a></span>
add this code to global.css
PHP Code:
.fb-share-button {
float:right;
margin-right:10px;
}
preview
BR
Mujeeb