=== WP-TwitterIt! === Contributors: Roman Allenstein Donate link: http://roman-allenstein.de/wordpress Tags: twitter, post twitter, twitter post, twitterit, twitter it Requires at least: 2.7.0 Stable tag: 2 A user can twitter your blog post over the web. It inserts a twitter-link right beside your posts. Easy to integrate! high customziable. == Description == Just put
<?php if ( function_exists('twitter_it') ) : twitter_it($post->ID); endif; ?>
in your template. == Installation == Activate the plugin an integrate the following code into your template.
<?php if ( function_exists('twitter_it') ) : twitter_it($post->ID); endif; ?>