Hi,
I'm using the Sociable plugin (http://yoast.com/wordpress/sociable/) on my site at http://doodlebug.josephlavington.com.
I only want it on the front page (not on posts), which I currently have implemented using the PHP snippet in my sidebar:
<?php if (function_exists('sociable_html')) {
echo sociable_html();
} ?>
However the link it gives is the second from latest entry. Partly I think this is because i'm using multiple loops and something is wrong (i'm trying to fix it).
But I don't want it to be a link to a post (latest or not) anyway, but to the actual main blog URL - or is this not something it can do?