Easily Embed Twitter Data in Your Site
I found an easy way to embed twitter data in your theme or in a custom block. Download and install the Twitter Pull module. Then all you have to do is something like the following;
<?php
$twitkey = "Drupal";
$my_title = "Drupal Tweets";
print twitter_pull_render ($twitkey, $title = $my_title, $num_items = NULL, $themekey = NULL);
?>You can get more info at the project page but as you can see, it's pretty straight forward and easy.