Under the line add_filter( 'the_excerpt', 'auto_sociable' ); in the sociable.php file (found under wp-content/plugins/sociable/), put this line:
add_shortcode( 'sociable', 'sociable_shortcode' );
it works fine now with this !
Under the line add_filter( 'the_excerpt', 'auto_sociable' ); in the sociable.php file (found under wp-content/plugins/sociable/), put this line:
add_shortcode( 'sociable', 'sociable_shortcode' );
it works fine now with this !