Description
Have a team or group of tweeters that you’d like to show on a site?
The problem with most WordPress Twitter Plugins is that the few that support multiple twitter accounts
usually show the tweets of the users in chronological order. This means if USER_A tweets more than USER_B
your whole feed might be all about USER_A. I found in many cases that I’d rather pull in the most recent tweet
from each user. So that’s what this plugin does. It will also pull in search results and hashtags
Another fork exists here: https://github.com/msenateatplos/multi-twitter-widget/blob/master/widget.php
Installation
Estimated Time: 10 minutes
- Upload the ‘widget-twitter’ folder to the /wp-content/plugins/ folder on your site
- In WP-Admin, you should see ‘Multi Twitter Widget’ listed as an inactive plugin. Click the link to activate it.
- Once activated, go to Appearance > Widgets and Drop the Widget into your preferred sidebar
- You will need oauth credentials for twitter, which means you’ll have to create an app on https://dev.twitter.com/apps to get these credentials. Defaults have been provided, but there is no guarantee they will work long term.
- Once you’ve dropped in the widget, enter twitter handles (space separated) and click save.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Multi Twitter Stream” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Multi Twitter Stream” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
- 1.5.0 Roger did an overhaul on the plugin supporting oath and other more modern conventions
- 1.4.3 Fixing the auto link conversion thanks to Roger
- 1.4.2 Code cleanup
- 1.4.1 Updating docs and links
- 1.4.0 Built in better cache handling, added options for credits and styles
- 1.3.3 Added in Option to enable/disable dates, cleaned up logic
- 1.3.2 Using 2.8 deprecated tags due to lack of documentation
- 1.3.1 Updated to support 3.0
- 1.3.0 Added options for search terms in addition to accounts
- 1.2.5 Added options in the widget settings to link #hashtags and @replies.
- 1.2.0 Added option on widget to limit feed
- 1.1.0 Added chronological sorting for feeds
- 1.0.1 Re-arranged files get plugin working properly