Articles
WordPress “Send to Twitter” Button Without Using a Plugin
Friday, February 12th, 2010There are lots of plugins that let you insert a Send to Twitter button into your posts. If you don’t want to use one or if you want to have the Send to Twitter button only in specific posts then you can make a shortcode that you will use only wherever you want it to appear. In order to do that follow these instructions:
- Paste the following code in the functions.php file in your theme:
function twitt() {
return '<div id="twittit"><a href="http://twitter.com/home?status=Currently reading '.get_permalink($post->ID).'" title="Click to send this page to
…
WordPress Alternating Comments Styles | posted on: Friday, February 5th, 2010