Blank div for sharing buttons
-
I’m having trouble in showing my sharing buttons in my webapp. I’m using following code
<div style=”height:40px;position:absolute;padding-right:20px;display:none;”>
<div class=’tooltip sharingtooltip’ style=”position:relative;”>
<div id=”toolbox” class=”addthis_toolbox”>
<div class=”sharing_icons”>
<div class=”icon email”></div><div class=”icon linkedin”></div><div class=”icon twitter”></div><div class=”icon facebook”></div>
</div>
</div>
<div class=’arrow arrow-right’></div>
</div>
</div>
If i remove addthis_toolbox class then it works fine. Do i really need this class?The blog I need help with is: (visible only to logged in users)
-
Hi there. I think you might be looking for the WordPress.org forum for self-hosted sites. This forum is only for free WordPress.com blogs and we don’t have access to our sites’ underlying code. See here for more information:
http://en.support.wordpress.com/com-vs-org/
http://wordpress.org/support/
- The topic ‘Blank div for sharing buttons’ is closed to new replies.