I have same issue albeit in a different setup.
Used this code:
<?php
if ( function_exists( 'floating_social_bar' ) )
floating_social_bar( array( 'facebook' => true, 'twitter' => true ) );
?>
in the before post hook but now the floating bar only appears on the first three posts on my main blog page.