WpTwitBox Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Twitter on WordPress
A collection of useful features designed for Twitter users. Most Twitter and Bit.ly features in one plugin.
Features
- Twitter OAuth authentication
- Daily update for your twitter followers count
- Theme template: Display your twitter followers count via hook
- Auto Tweet: Twitter notification if new posts
- Convert links to Bit.ly links in incoming comments
- Keep post permalinks as cachable Bit.ly links
- Generate a “Twit This” link
- Option: Use J.mp instead of Bit.ly
- WordPress 3.0.x ready: Design as well as technical
- Clean up after uninstall the plugin
Template Output: Followers Count
<?php do_action('wptwitbox_followers_count'); ?>
Very simple.
Template Output: Twit This Link
<?php do_action('wptwitbox_tweet_link'); ?>
Very clear.