I am utilizing a WordPress template that includes a set of share buttons from AddThis.
<ul class="addthis extra">
<li class="addthis-hold">
<div class="addthis_toolbox" addthis:url="<?php the_permalink(); ?>">
<a class="addthis_button_compact" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/compact.png" width="102px" height="23" alt="email" /></a>
<a class="addthis_button_twitter" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/twitter-addthis.png" width="42" height="23" alt="twitter" /></a>
<a class="addthis_button_facebook" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/facebook-addthis.png" width="42" height="23" alt="facebook" /></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51238bfa52ea314a"></script>
</li>
</ul>
Additionally, I have implemented an Isotope/Masonry plugin on my elements, each containing an AddThis element. However, when hovering over the addthis_button_compact, it fails to maintain its positioning. The position only changes if I hover over an object below it, but it only adjusts the top position.