On Nov 12, 9:12 am, Itsscotty <scott.barn...@headroomdesign.co.uk>
wrote:
> Hi, I am new to twitter  and one of my clients has requested that he
> would like to stream his tweets on his own website, is this possible?
> Can anyone point me in the correct direction?
> I only know html coding for information.

     I'm a bit new at working with the twitter API, but I think I can
nudge you in the right direction.

     "Streaming" means something particular in the twitter API world;
there's a "streaming API" that lets you keep a connection open and
see
tweets in realtime.  However, that requires some significant
programming,
and I suspect you don't really mean, or need, that kind of streaming.

     It's simpler to just use either a bit of php on the server, or a
bit of javascript in in the page, to request the user's tweets from
twitter and display them in the page.  Here are two examples that came
up when I googled on: twitter tweets javascript

http://www.webdesigndev.com/programming/how-to-display-your-last-tweet-using-javascript-and-the-twitter-api

http://tweet.seaofclouds.com/

--
Steven J. Owens
p...@darksleep.com / (412) 401-8060 cell
| "I'm going to make broad, sweeping generalizations and strong,
|  declarative statements, because otherwise I'll be here all night
and
|  this document will be four times longer and much less fun to read.
|  Take it all with a grain of salt."
|  - http://darksleep.com/notablog

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to