We are using addthis on the following tumblr blog: http://aircraftcarriers.tumblr.com/
The problem we are having is that when you click the facebook like button the dropdown is sometimes hidden behind the previous post underneath. Also as you hover over the facebook popup, it flickers in and out of view. I have been searching for a solution for a few hours now, so I would appreciate any assistance you all can give.
I put in this little css hack that hides the facebook popup.
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}
This question is closed to new answers.