Hello, I want to add Google+, twitter and facebook share buttons in my threads like the below example...
is there any way to achieve that ?? pls help ?
I m interested in addthis.com sharing widget. I want to add that widget to my threads .. how can I do that ???
I already registered on that site. I just want to know how can I add their sharing widget code in my forum ..
just managed to add that code successfully
Go to ACP » Template Sets » [ Your theme Templates ]
Edit Template: showthread
After :
{$header}
{$pollbox}
<div class="float_left">
{$multipage}
</div>
Paste this Code:
<div style="margin-top: 6px; padding-right: 10px;" class="float_left">
----your addthis code here------
</div>
just posted the steps, so in the future someone might benefit from this thread
Thanks a Lot for This Tutorial Shaun
I have tried and working perfectly!!