MyBB Community Forums

Full Version: no social share plugins?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
I used have a couple of forums back in 2007 and then I was inactive. I started another one and used mybb for it (die hard fan). Things have changed a lot it seems, I was going through pages, searches and couldn't find any plugin that will add twitter / fb etc share icons. Can anyone guide?
Here is a quick and easy tutorial on how to add Google +1 button to mybb forum, you can use it easily to add Facebook and Twitter buttons Smile
Index Page Templates/index

see inbetween header and forums

{$header}
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52d345e24e0e1342"></script>
<!-- AddThis Button END -->
{$forums}