How to: Add a Share on facebook link to your WordPress blogPaste the following code on your single.php file, within the loop:
<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" target="blank">Share on Facebook</a>