<?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: Latest Tweets Tooltip with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Tue, 22 May 2012 17:24:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: David</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-171037</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 06 Sep 2011 01:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-171037</guid>
		<description>First off, very nice tutorial and code here.  It works great.  I do have a follow up question though.

Is there a way to show the Twitter Search query on-hover, instead of having to click the icon/text to show it?  I tried going through the code but didn&#039;t find a place to put hover that works.  Any help?  Thanks!</description>
		<content:encoded><![CDATA[<p>First off, very nice tutorial and code here.  It works great.  I do have a follow up question though.</p>
<p>Is there a way to show the Twitter Search query on-hover, instead of having to click the icon/text to show it?  I tried going through the code but didn&#8217;t find a place to put hover that works.  Any help?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarath krishna</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-41134</link>
		<dc:creator>sarath krishna</dc:creator>
		<pubDate>Sun, 03 Apr 2011 15:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-41134</guid>
		<description>thank u cody...</description>
		<content:encoded><![CDATA[<p>thank u cody&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Apan</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-33429</link>
		<dc:creator>Adrian Apan</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-33429</guid>
		<description>Nice tutorial! Just ported this to Wordpress if anyone is still interested:

 http://www.cmscrate.com/wordpress/wordpress-plugin-latest-tweets-tooltip</description>
		<content:encoded><![CDATA[<p>Nice tutorial! Just ported this to WordPress if anyone is still interested:</p>
<p> <a href="http://www.cmscrate.com/wordpress/wordpress-plugin-latest-tweets-tooltip" rel="nofollow">http://www.cmscrate.com/wordpress/wordpress-plugin-latest-tweets-tooltip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mustaq</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-29827</link>
		<dc:creator>mustaq</dc:creator>
		<pubDate>Sat, 26 Mar 2011 18:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-29827</guid>
		<description>Thanks for the Tutorial. I am writing this as a Joomla Plugin .</description>
		<content:encoded><![CDATA[<p>Thanks for the Tutorial. I am writing this as a Joomla Plugin .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-11538</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Wed, 22 Dec 2010 20:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-11538</guid>
		<description>your site and your posts are awsome ... your idea is great, dreaming of the same thing about &quot;related posts&quot; and tags on WP. The idea is here :) thank you so much. I have spent 2 hours on your website now ... and I&#039;m crying how much it&#039;s so great :)</description>
		<content:encoded><![CDATA[<p>your site and your posts are awsome &#8230; your idea is great, dreaming of the same thing about &#8220;related posts&#8221; and tags on WP. The idea is here :) thank you so much. I have spent 2 hours on your website now &#8230; and I&#8217;m crying how much it&#8217;s so great :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-7174</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Fri, 22 Oct 2010 08:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-7174</guid>
		<description>Hello dave,

this example is using the twitter search plugin (http://jquery.malsup.com/twitter/), and it uses the search API method. If you would like to display the latest tweets of a specific User, then I guess you would need to change the plugin to call the respective api method. Probably you would also need to parse the response in a different way.

Cheers</description>
		<content:encoded><![CDATA[<p>Hello dave,</p>
<p>this example is using the twitter search plugin (<a href="http://jquery.malsup.com/twitter/" rel="nofollow">http://jquery.malsup.com/twitter/</a>), and it uses the search API method. If you would like to display the latest tweets of a specific User, then I guess you would need to change the plugin to call the respective api method. Probably you would also need to parse the response in a different way.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-7113</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 19 Oct 2010 21:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-7113</guid>
		<description>Hi there,

I&#039;m not sure you saw my comment above.. Please let me know if you know how to do it,..</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m not sure you saw my comment above.. Please let me know if you know how to do it,..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-7085</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 19 Oct 2010 04:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-7085</guid>
		<description>Hi there ,

Would it be possible to have the latest user tweets rather than the search words? do you know what i mean by that? i tried to put the tweet username between the brackets but it doesn&#039;t work. Any help would be really appreciated...

regards</description>
		<content:encoded><![CDATA[<p>Hi there ,</p>
<p>Would it be possible to have the latest user tweets rather than the search words? do you know what i mean by that? i tried to put the tweet username between the brackets but it doesn&#8217;t work. Any help would be really appreciated&#8230;</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mia</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-6546</link>
		<dc:creator>Mia</dc:creator>
		<pubDate>Mon, 27 Sep 2010 09:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-6546</guid>
		<description>Thank you very much Cody, I appreciate your approval of my request  :)</description>
		<content:encoded><![CDATA[<p>Thank you very much Cody, I appreciate your approval of my request  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/comment-page-1/#comment-6521</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Mon, 27 Sep 2010 09:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2636#comment-6521</guid>
		<description>Hey Mia, thanks a lot. Of course you can create a tut. Let us know if you need any help.
Cheers</description>
		<content:encoded><![CDATA[<p>Hey Mia, thanks a lot. Of course you can create a tut. Let us know if you need any help.<br />
Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/feed/ ) in 0.21969 seconds, on May 22nd, 2012 at 6:12 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 7:12 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/feed/ ) in 0.00020 seconds, on May 22nd, 2012 at 7:01 pm UTC. -->
