Very simple to implement.
Open:
Themes/default/Display.template.php
Find:
// Maybe they want to report this post to the moderator(s)?
Add before:
if ($message['id'] == $context['first_message']) {
echo '<br /><br /><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script><br /><br />';
};