By Mobile Ink LLC on Saturday, 19 July 2014
Posted in General Issues
Replies 1
Likes 0
Views 507
Votes 0
Hi Guys,

Ok I have seen the posts on here for Addthis and they are not very helpful to me so here goes, Addthis simplified their code to where you can set all the options for your share buttons and then only display one div where you want the buttons to appear on your page so what I want to know is where can I put the following code so that my share buttons show at the bottom of my blog post without having to configure the bookmark setting in EB back end.
<!-- Go to http://www.addthis.com/dashboard to customize your tools -->
<div class="addthis_sharing_toolbox"></div>
I just want to insert the above line so that my addthis buttons show up at the bottom of all blog entries. Thanks
Hello Mobile Ink LLC,

I am really sorry for the delay of this reply as it is a weekend for us here.
If I'm not getting wrong your meaning, you can put the code at this file JoomlaFolder\components\com_easyblog\themes\default\blog.read.php
LINE 119
			<!-- @module: easyblog-after-content -->
<?php echo EasyBlogHelper::renderModule( 'easyblog-after-content' ); ?>
<div class="addthis_sharing_toolbox">test</div>

If no, can you elabraote more details regarding on your requirement here? please advise.
·
Saturday, 19 July 2014 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post