<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Display your tweets in real time, a basic twitter API use.</title>
	<atom:link href="http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/</link>
	<description>Get your web worker news fix</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:12:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-15732</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 03 Mar 2011 02:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-15732</guid>
		<description>Where does the jQuery and jquery.tweetInterval.js need to be located? Root directory on the server? Is it possible to point the script where jQuery and jquery.tweetInterval.js are located like on a separate server so I can use this with Blogger? Am I making this too difficult?</description>
		<content:encoded><![CDATA[<p>Where does the jQuery and jquery.tweetInterval.js need to be located? Root directory on the server? Is it possible to point the script where jQuery and jquery.tweetInterval.js are located like on a separate server so I can use this with Blogger? Am I making this too difficult?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leanna Patton</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-12241</link>
		<dc:creator>Leanna Patton</dc:creator>
		<pubDate>Thu, 23 Dec 2010 22:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-12241</guid>
		<description>FTW?!



&lt;a href=&quot;http://www.squidoo.com/quesadilla-recipe&quot; rel=&quot;nofollow&quot;&gt;Quesadilla Recipe&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>FTW?!</p>
<p><a href="http://www.squidoo.com/quesadilla-recipe" rel="nofollow">Quesadilla Recipe</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rak</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-6485</link>
		<dc:creator>Rak</dc:creator>
		<pubDate>Sun, 21 Mar 2010 21:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-6485</guid>
		<description>I tried this, it seem to work fine in firefox, but in safari/chrome the script does not seem to get latest api resonse after a while, if any activity is done on the page, then it starts getting new data. looks like the api response is cached, firefox is fine. Any Idea?</description>
		<content:encoded><![CDATA[<p>I tried this, it seem to work fine in firefox, but in safari/chrome the script does not seem to get latest api resonse after a while, if any activity is done on the page, then it starts getting new data. looks like the api response is cached, firefox is fine. Any Idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neha</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-5310</link>
		<dc:creator>Neha</dc:creator>
		<pubDate>Wed, 30 Dec 2009 04:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-5310</guid>
		<description>Thanks for your reply Cedric.

I ll try and let you know if i get stuck somewhere.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply Cedric.</p>
<p>I ll try and let you know if i get stuck somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric Dugas</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-5303</link>
		<dc:creator>Cedric Dugas</dc:creator>
		<pubDate>Tue, 29 Dec 2009 17:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-5303</guid>
		<description>Yea you could, that would be the same idea, store the user you get the first time and look periodically if there is a new user and compare</description>
		<content:encoded><![CDATA[<p>Yea you could, that would be the same idea, store the user you get the first time and look periodically if there is a new user and compare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neha</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-5297</link>
		<dc:creator>Neha</dc:creator>
		<pubDate>Tue, 29 Dec 2009 09:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-5297</guid>
		<description>Hello, really nice feature!

I just wanted to ask you that can i apply it for really time application also apart from twitters new post? Suppose i am showing recent visitors on profile page.The most recent visitor would be &quot;1 min ago&quot;.If suddenly new user comes so i just want to append that user with the message &quot;about a min ago&quot; without refresh like you have done here.

Can this feature support this kind of  module as well? if no then could you please suggest me some link so i  can look in to it.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello, really nice feature!</p>
<p>I just wanted to ask you that can i apply it for really time application also apart from twitters new post? Suppose i am showing recent visitors on profile page.The most recent visitor would be &#8220;1 min ago&#8221;.If suddenly new user comes so i just want to append that user with the message &#8220;about a min ago&#8221; without refresh like you have done here.</p>
<p>Can this feature support this kind of  module as well? if no then could you please suggest me some link so i  can look in to it.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric Dugas</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-2461</link>
		<dc:creator>Cedric Dugas</dc:creator>
		<pubDate>Fri, 28 Aug 2009 15:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-2461</guid>
		<description>Well the beauty of it is the integration simplicity</description>
		<content:encoded><![CDATA[<p>Well the beauty of it is the integration simplicity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Saferite</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-2459</link>
		<dc:creator>Lee Saferite</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-2459</guid>
		<description>Why not mix the idea with a little server script to pull and cache the latest twitter post?  Then just have your script hit your site.</description>
		<content:encoded><![CDATA[<p>Why not mix the idea with a little server script to pull and cache the latest twitter post?  Then just have your script hit your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-2134</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-2134</guid>
		<description>Very interesting! 

Tell me if this is correct ?:  tweet[name=&#039;Cedric Dugas&#039;][0].text</description>
		<content:encoded><![CDATA[<p>Very interesting! </p>
<p>Tell me if this is correct ?:  tweet[name='Cedric Dugas'][0].text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carla</title>
		<link>http://www.position-absolute.com/articles/display-your-tweet-in-real-time-a-basic-twitter-api-use/comment-page-1/#comment-1996</link>
		<dc:creator>Carla</dc:creator>
		<pubDate>Fri, 07 Aug 2009 09:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=1271#comment-1996</guid>
		<description>Sorry, but I get the following error, each time I try: lastTweet[0].text  -&gt; undefined

Copy my code:
                setInterval(&quot;twitterCallback2(&#039;&quot;+lastTweet+&quot;&#039;)&quot;,30000)
		 setTimeout(&quot;twitterCallback2(&#039;&quot;+lastTweet+&quot;&#039;)&quot;,10000)
		 
		 twitterCallback2 = function(lastTweet) {		
		 	
			var updateTweet = lastTweet[0].text	// Tweet text
(...)

Thank you for the help and excuse me for my inexperience</description>
		<content:encoded><![CDATA[<p>Sorry, but I get the following error, each time I try: lastTweet[0].text  -&gt; undefined</p>
<p>Copy my code:<br />
                setInterval(&#8220;twitterCallback2(&#8216;&#8221;+lastTweet+&#8221;&#8216;)&#8221;,30000)<br />
		 setTimeout(&#8220;twitterCallback2(&#8216;&#8221;+lastTweet+&#8221;&#8216;)&#8221;,10000)</p>
<p>		 twitterCallback2 = function(lastTweet) {		</p>
<p>			var updateTweet = lastTweet[0].text	// Tweet text<br />
(&#8230;)</p>
<p>Thank you for the help and excuse me for my inexperience</p>
]]></content:encoded>
	</item>
</channel>
</rss>

