addthis floating vertical bar showing horizontally in wordpress
- by Lakshmanan PHP
Addthis floating vertical bar not working properly in a wordpress content-single page!
Here is my code
<div class="addthis_bar addthis_bar_vertical addthis_bar_large" style="top:50px;left:50px;">
<div class="addthis_toolbox addthis_default_style">
<span><a class="addthis_button_facebook_like" fb:like:layout="box_count"></a></span>
<span><a class="addthis_button_tweet" tw:count="vertical"></a></span>
<span><a class="addthis_button_google_plusone" g:plusone:size="tall"></a></span>
<span><a class="addthis_button_stumbleupon_badge" su:badge:style="5" ></a></span>
<span><a class="addthis_button_pinterest_pinit" pi:pinit:url="<?php echo get_permalink(get_the_ID()); ?>" pi:pinit:media="<?php echo $thumb_image[0];?>" pi:pinit:layout="vertical"></a></span>
<span><a class="addthis_counter"></a></span>
</div>
I have tried with other addthis tool box sizes but end up with error.
Thanks in advance