//get simplepie library
require_once(TEMPLATEPATH . '/includes/simplepie.inc');
//new simplepie (include twitter username here
$feed = new SimplePie('http://search.twitter.com/search.atom?q=from:innovateholyoke');
//init the process
$feed->init();
//let simplepie handle the content type (atom, RSS...)
$feed->handle_content_type();
?>
Fatal error: Call to a member function get_items() on a non-object in /homepages/3/d338068136/htdocs/wp-content/themes/innovateholyoke/sidebar.php on line 108