How to: Add a Share on facebook link to your WordPress blog
Paste the following code on your single.php file, within the loop:
Paste 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(); ?>">Share on Facebook</a>
No comments:
Post a Comment