#BW Twitter Blocks

#BW Twitter Blocks fetches tweets from the authenticated user and displays them in blocks based on hash tags and mentions.

Author:#BRITEWEB (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.2.1
Plugin version:1.0
Added to WordPress repository:23-08-2011
Last updated:23-08-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:2 125
Active installs:10+
plugin download
Click to start download

#BW Twitter Blocks fetches tweets using the Twitter API, stores them as posts and provides functionality to display them in blocks based on hash tags and mentions.

Two custom post types are created:

  1. Twitter Post Blocks (twitterblocks): To create the blocks of posts for display. Include custom fields for displaying based on either mentions of the authenticated user or hash tags.
  2. Twitter Posts (twittercache): To store fetched tweets as a cache. Uses custom fields to store hash tags and mentions (for filtering on display), twitter ID and raw (un-linkified) tweet text.

Tweets are fetched from the Twitter API. Due to limitations with the API, only the most recent couple hundred tweets can be fetched, so this plugin stores tweets to ensure older tweets can still be accessed after they disappear from the Twitter API. The plugin fetches tweets from the authenticated user's account as well as any tweets in which they are mentioned.

Also includes a widget to display individual blocks of tweets in the sidebar (or other widgetized area).