Embedding a Twitter feed using jQuery
This is based on some code at: http://www.myphpetc.com/2009/11/jquery-twitter-streaming-widget-in-30.html but has been modified to enable embedding twitter feeds in multiple locations (using different search terms) on the same page. First, include jquery in the <head> of your page – here I’m using the google hosted version: <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script> The following script will scan the page [...]