Re: [twitter-dev] Display tweets according to the design guidelines

2010-12-02 Thread Adam Green
I do this with a combination of text templates containing HTML and CSS. You can use PHP on a server to take JSON data from the API and place it into the HTML template. Then embed it into a web page and format the tweets with CSS. On the client side you can use Javascript to allow the user to pull i

[twitter-dev] Display tweets according to the design guidelines

2010-12-02 Thread Daniel
Hi there, I want to use the Twitter search API and display tweets formatted according to http://dev.twitter.com/pages/display_guidelines How do I go from a tweet in JSON format to the specified format without having to do the string manipulation myself? Is there a javascript tool that can do this