or you can add this code :
<?php if (function_exists(‘sociable_html’)) {
echo sociable_html();
} ?>
into your “index page model” (?) using the “editor” (?) which is in your wpadmin/apparence/editor
(sorry if the words dont match i use wordpress in french..)
and you can paste this code right after this one (which should already be there) :
<div class=”entry”>
<?php the_content(‘(…) »’); ?>
</div>
thats what i did and i got the sociable plugin both on the index page (before the “read more”, and within every article
hope this answer is “understandable”, and doesnt come too late!