Posts tagged “XML”

Loading and Parsing Tweets from a Twitter Feed (Legacy XML API)

Scott Walker · Mar 22, 2012

The LoadTweets() function pulls in a certain amount of tweets from a Twitter account. This function parses the tweet and updates links so that they are clickable.

The URL below will send an XML result. Change the publictimeline to a valid Twitter account and indicate the amount of tweets you need to receive.

http://twitter.com/statuses/user_timeline/publictimeline.xml?count=
đŸ’Ŧ 0 Twitter JavaScript XML