=== Clever Tweet === Contributors: P. Prins Tags: widget, twitter, tweets, jQuery Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0.1 Plugin URI: http://www.cleverweb.nl/clever-tweet/ Clever Tweet is a widget that will display tweets with a cool jQuery animation! == Description == Clever Tweet will give you the following features: * Customizable amount of tweets to display * Onmouseover stops animation * Option to show retweets (RT) * Option to show mentions (@username) * Option to make clickable hashtags * Option to make clickable urls * Customizable jQuery animation interval * Integrates well with all different templates. == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Put the 'clever-tweet' directory into your wp-content/plugins/ directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Twitter Tools. 4. Go to the Widget page in your WordPress Administration area and drag it to your sidebar. 5. Customize the Widget options == Frequently Asked Questions == = Whats up with the 'Tweet block height'? = This is somewhat the most important thing of the whole widget. The script that will control the animation of your tweets depends on the size of a (one) tweetblock. For example if you styled a list with blocks in your CSS and gave it a height of 50 pixels with a 2 pixel padding your tweetblock height is: 54 50 pixels + 2 pixels padding top + 2 pixels padding bottom The Clever Tweet widget will automatically build the right size of the sidebar Widget. See the plugin URL for an example. == Changelog == = 1.0.0 = * Initial release