Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Facebook share Button on Each Post

$
0
0
add this code into showthread template after the <body> tag


PHP Code:
<div id="fb-root"></div>
<
script>(function(dsid) {
 
 var jsfjs 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(jsfjs);
}(
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"><class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={$mybb->settings['bburl']}/{$post['postlink']}&amp;src=sdkpreparse">Share</a></span


add this code to global.css

PHP Code:
.fb-share-button {
    
float:right;
    
margin-right:10px;



preview

[Image: i60hYHm.png]

BR
Mujeeb

Viewing all articles
Browse latest Browse all 690

Trending Articles