<?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: Twitter Widget 1.2</title>
	<atom:link href="http://www.ronakpatel.net/2009/07/16/twitter-widget-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronakpatel.net/2009/07/16/twitter-widget-12/</link>
	<description>(Web) Developer and Technology Enthusiast</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ronak</title>
		<link>http://www.ronakpatel.net/2009/07/16/twitter-widget-12/comment-page-1/#comment-3643</link>
		<dc:creator>Ronak</dc:creator>
		<pubDate>Sun, 13 Sep 2009 18:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronakpatel.net/?p=383#comment-3643</guid>
		<description>Marty,

Thanks for find a problem! I&#039;ll add this into the next version.</description>
		<content:encoded><![CDATA[<p>Marty,</p>
<p>Thanks for find a problem! I&#8217;ll add this into the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.ronakpatel.net/2009/07/16/twitter-widget-12/comment-page-1/#comment-3630</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronakpatel.net/?p=383#comment-3630</guid>
		<description>Great script!  One fix though.. it dies if somebody&#039;s twitter has a line break in it.  To fix, add:
g = g.replace(new RegExp( &quot;\\n&quot;, &quot;g&quot; ), &quot;&quot;);
in processData before you eval it:

var g = list[i];
g = g.replace(new RegExp( &quot;\\n&quot;, &quot;g&quot; ), &quot;&quot;);
eval(g);

(Just strips out line breaks.  In my situation, replacing with &quot;&quot; was the right solution, maybe a space is better?)</description>
		<content:encoded><![CDATA[<p>Great script!  One fix though.. it dies if somebody&#8217;s twitter has a line break in it.  To fix, add:<br />
g = g.replace(new RegExp( &#8220;\\n&#8221;, &#8220;g&#8221; ), &#8220;&#8221;);<br />
in processData before you eval it:</p>
<p>var g = list[i];<br />
g = g.replace(new RegExp( &#8220;\\n&#8221;, &#8220;g&#8221; ), &#8220;&#8221;);<br />
eval(g);</p>
<p>(Just strips out line breaks.  In my situation, replacing with &#8220;&#8221; was the right solution, maybe a space is better?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
