WP-TwitterSearch
Allows you to put a twitter search feed on your site using a template code or a sidebar widget. Currently the options allow you to specify unlimited search terms, limit how many tweets shown and limit tweets from an author for those keywords. This is not a plugin meant to display your twitter stream (although it can). There are a ton of great plugins that already do that.
Displays the latest results based on a twitter search. Options include setting multiple search terms and limiting tweets shown. Use the sidebar widget, <?php wp_twittersearch_feed(); ?> in your template or shortcode in your posts/pages: [wpts terms=twittersearch limit=5 lang=en]
Change Log
The follow items were added, fixed, or changed in the last release. For older change logs visit the wp plugin page.
- Added a shortcode to allow you to add twitter search to any post or page
- Added the options; title, search terms and limit to the widget
- Added the ability to show a users avatar
- Added the ability to control the date format
- Added the ability to limit what language to show tweets from
- Added the option to show either a users Display Name or Username
- Added a permalink to the tweet date
- Change the html output
- Added the ability to exclude search terms
The Future?
- Add the remaining Twitter Advanced Search Options
- Allow for multiple widgets each with its own options
- Location based search (input a zip code and distance)
- Add a button to the Visual Editor to add a shortcode
- Display results from a username and tags from a post
