Well this is a simple tutorial how to add a facebook bottom in the share this topic menu and share the topic with the facebook community
Open your Admin CP > Look & Feel Tab > select your skin > Manage Templates & CSS > Global Templates >
Find
Add Below
Open Topic View > topicViewTemplate >
Find
Add Below
Save it
Note: You need to have Facebook Connect setup in your forum for this to work
Open your Admin CP > Look & Feel Tab > select your skin > Manage Templates & CSS > Global Templates >
Find
<!--DEBUG_STATS-->
Add Below
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"></script><script type="text/javascript">FB.init("e9283f1126ceacca89c826e9dac23b2c");</script>
Save Open Topic View > topicViewTemplate >
Find
{$this->lang->words['topic_download']}</a></li>
Add Below
<fb:share-button class="[url=%forum_link%]" href="" type="button"></fb:share-button>
Save it
Note: You need to have Facebook Connect setup in your forum for this to work











