MyBB Community Forums

Full Version: Insert google plus and facebook like to my forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Resident noob here.

i went to this site https://www.addthis.com/get/sharing?frm=hp#

I just want facebook,twitter,google plus buttons for my forum.

Can it be done?Or must i put all of them?

If it can be done can someone post a step by step procces?

In laymans terms thank you Smile

[Image: halpu.png]



SECOND QUESTION

I see that its possible to give rep multiple times to the same person in the same post.Is there a way to stop it?
AdminCP > Templates > Your theme's templates > Showthread Templates > showthread > find the following;
{$multipage}
and ADD the following code just AFTER that;
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e7d6f9112844b2a"></script>
<!-- AddThis Button END -->

For second question: AdminCP > Configurations > Reputation > and select "No" in "Allow Multiple Reputation" option.
for fb like do follow this link and create like button
https://developers.facebook.com/docs/ref...gins/like/

for google+
http://www.google.com/webmasters/+1/button/
Yaldaram and Ksr thank you very very much

thank you guys thumbs up to both

[Image: 53453423.jpg]


Ok i did copy paste i hope in the right spot ,must i do anything else for the buttons to appear?close-open browser or some other function from my admincp?