What is the code to add the addthis sharing button to the footer where tags show on blog posts ?
-
on firebug it says div class=”entry-footer clearfix for the area I am referring to
I want to add the addthis sharebutton so it automatically appears to the
-
right
of the footer on all blog posts that generate this footer with tags
What would I put in my child theme for this ?
My addthis code is this
<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=300&pubid=ra-5198ef1a11226135"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a>
<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-5198ef1a11226135"></script>
<!-- AddThis Button END -->Thank You
Mod
Do you actually mean to the right of the footer? iow, to the right of where your copyright notice currently is?
Nope not there…
This is a site where it shows an example of what I would like… Just scroll down its above the adsense advertisement to the right of the tags. I want to put my share buttons just like that to the right of the tags. I assume it will automatically generate everytime I make a post since that area acts like a little tag footer
look at where the share buttons are, they are in the small blog footer to the right of the tags
Put the same code in Graphene Options –> Social Sharing Buttons –> Your social sharing button code
Select Social sharing buttons location -> Bottom of posts
<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=300&pubid=xa-5199072767138fcc"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-5199072767138fcc"></script>
<!-- AddThis Button END -->Thank You
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
