addthis floating vertical bar showing horizontally in wordpress
        Posted  
        
            by 
                Lakshmanan PHP
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lakshmanan PHP
        
        
        
        Published on 2012-06-08T10:37:53Z
        Indexed on 
            2012/06/08
            10:40 UTC
        
        
        Read the original article
        Hit count: 473
        
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
© Stack Overflow or respective owner