TwitterSearch allows users to keep track of twitter search terms from within their wordpress dashboard. Find people tweeting about topics related to your blog and engage them.
TwitterSearch requires PHP 5.2 or higher. This is because it is written using Twitter's JSON API and older versions of PHP do not include JSON decoding by default.
Extract the contents of the archive. Upload the TwitterSearch folder to your Wordpress plugins folder (e.g.
http://example.com/wp-content/plugins/).
Ensure the web server is able to write to the cache directory which is ../plugins/TwitterSearch/cache.
Ensure curl is enabled on your php installation.