Adam Green
Twitter API Consultant
adam@140dev.com
781-879-2960
@140dev

Tweet Display

Learn how to display tweets just like Twitter

Displaying tweets on a web page is easy when you have the right Javascript code. Get free tweet display code based on the jQuery library.

I’m often asked by new clients why they need custom Twitter API programming to display tweets from a single account when they could just grab the account’s RSS and display it in some kind of simple widget. The most important benefit of aggregating the tweets into a database first, and then serving them to the [...]

The next release of the 140dev Twitter framework will introduce a set of tweet display themes. There will just be 4 at first, but I intend to have about a dozen by the following version. I know people love pre-built themes. Refined Business Colorful Minimalist

To build the Twitter dev tweeet aggregator I used the follow option with the streaming API, which accepts a list of user ids. I’m doing this with the Phirehose library, so I’m actually using the Phirehose setFollow() method. This is the first time I’ve used the streaming follow for users rather than track for keywords. [...]