want to allow your visitors to post your posts directly to their facebook page? all you have to do is edit single.php within your theme folder (should also work on archive, search and index pages) and add the following code. <a href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>">Share It On Facebook</a> PHP: enjoy!