Revision: 21445
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 13, 2009 10:11 by gd6d
Initial Code
Just paste the function below into your functions.php file. function tweetmeme(){ return '<div class="tweetmeme"><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div>'; } add_shortcode('tweet', 'tweetmeme');
Initial URL
http://www.wprecipes.com/wordpress-tip-create-a-tweetmeme-retweeet-shortcode
Initial Description
Initial Title
How to Create a Tweetmeme “Retweeet†Shortcode
Initial Tags
wordpress, twitter
Initial Language
PHP