Automatically add Twitter and Facebook buttons to your posts
Posted by The Farmer on Jan 28, 2011 in Wordpress | 1 comment
Paste the code below into your functions.php file, save it, and you’re done. function share_this($content){ if(!is_feed() && !is_home()) { $content .= '<div class="share-this"> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a> <script...
Read More






