MyBB Community Forums

Full Version: How To Place Share Buttons Next To New Reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone tell me please where i can place the share buttons code below to show next to the new reply button?

<!-- 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>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fbc03b55b602971"></script>
<!-- AddThis Button END -->

Thanks in advance.
Open showthread template, and find;
	<div class="float_right">
		{$newreply}
	</div>
and add the code inside the <div> tag, like this;
	<div class="float_right">
		CODE GOES HERE {$newreply}
	</div>
Thanks Yalderam but its made it go above and moved the reply button to the left (please see screenshot)
OK, paste the following outside the <div class="float_right"> tag.
<span style="float: left">
<!-- 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>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fbc03b55b602971"></script>
<!-- AddThis Button END -->
</span>
Thanks but its gone to the left hand side this time, please see screenshot.
Don't be lazy. You can play with right/left to adjust its place.
(2012-05-22, 10:08 PM)Yaldaram Wrote: [ -> ]Don't be lazy. You can play with right/left to adjust its place.

Excuse me its not about being lazy i do not know how to do it that is why i am requesting help on here and i am following the instructions given to me and they are not working. Its very rude indeed of you to say im being lazy.

For your information i have just had a PM telling me what i need to change and its the left to right which i have done and all it does is push the reply button to the left and squeezes the share buttons in so it would not work correctly anyway.

If anyone else could possibly help please let me know.
Thank you.

Doesn't seem to matter how polite on here you are with members there is always someone to to be rude. Sad
I don't think "don't be lazy" is a rude statement. If you're a "webmaster", you should atleast know the basics of HTML. :s

Do you want to show that code on "left" side of new reply button ??