just-4-teens
Apr 4th 2008, 4:06 pm
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>
enjoy! :)
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>
enjoy! :)