A Widget that uses jQuery (if you want) and Twitter to fade in and display a user’s tweets one at a time, then fades into the next. You can set the amount of tweets and how long they stay before they fade into the next tweet. The tweets are in an infinite loop. It only uses the jQuery library that comes with WP. It is simple, but if you know CSS you can make it look very very nice.
Download
Latest version: Download WP-jTweets v1.1.0 [zip]
Installation
- Unzip and upload the plugin into the plugins directory and then activate it.
- Go to the Widgets and drag the WP-jTweets bar into a sidebar.
- Follow the instructions here under “Requirements”
- Fill in your Twitter Username
- Fill in your Twtter fields: Consumer key , Consumer secret, Access token and Access token which is generated here: https://dev.twitter.com/apps/
Changelog
1.1.0
- Using the Twitter API version 1.1
- Uses https://github.com/abraham/twitteroauth for Twitter Authentication
1.0.6
- Wraps the LI’s into a UL for better HTML validation
1.0.5
- Adds the ability to disable the fade in/out and just display the feed without jQuery
- Calls in a style.css within the plugin so you don’t have to drop in the CSS in a theme
1.0.4
- Uses jQuery ‘data’ method to pass time rotation instead of showing in the HTML
- Adds some error checking in case the Twitter user doesn’t exist or the feed doesn’t pull
1.0.3
- Changes to use the new Twitter API which caused an “array_slice” error
1.0.2
- Removed redundant Javascript in the front end
1.0.1
- Readme and notes changes
1.0
- Initial release

