<?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: How to Create Super Fast Retweet, Delicious and Facebook Share Widgets</title>
	<atom:link href="http://wpsplash.com/retweet-facebook-delicious-widget-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 11 Nov 2011 12:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brett Widmann</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-2745</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Sat, 06 Nov 2010 01:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-2745</guid>
		<description>Great widget code. Thanks for sharing, works great.</description>
		<content:encoded><![CDATA[<p>Great widget code. Thanks for sharing, works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lost and Found Pets Ireland</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-1422</link>
		<dc:creator>Lost and Found Pets Ireland</dc:creator>
		<pubDate>Sun, 22 Aug 2010 08:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-1422</guid>
		<description>Stumbled across your page when I was looking for reasons why the new Facebook Graph API JSON responses were being parsed so slowly.

As per the sample code I had been initially using file_get_contents but after some investigation online it appears from the vast majority of benchmarks out there that using CURL would be on average 30% faster than file_get_contents.

Doing your fetching on the server side also has the benefit of giving you more crawlable content.

My own particular slowdown seems to be coming from the processing of the JSON on my server so off to figure that out now.</description>
		<content:encoded><![CDATA[<p>Stumbled across your page when I was looking for reasons why the new Facebook Graph API JSON responses were being parsed so slowly.</p>
<p>As per the sample code I had been initially using file_get_contents but after some investigation online it appears from the vast majority of benchmarks out there that using CURL would be on average 30% faster than file_get_contents.</p>
<p>Doing your fetching on the server side also has the benefit of giving you more crawlable content.</p>
<p>My own particular slowdown seems to be coming from the processing of the JSON on my server so off to figure that out now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drokkon</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-690</link>
		<dc:creator>drokkon</dc:creator>
		<pubDate>Fri, 09 Jul 2010 22:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-690</guid>
		<description>Wow...this is exactly what I was looking for. Just add StumbleUpon, Digg, and Google Buzz and my project will be complete! :) Do you know if they have comparable APIs?

Also looking forward to the caching update.

THANKS!</description>
		<content:encoded><![CDATA[<p>Wow&#8230;this is exactly what I was looking for. Just add StumbleUpon, Digg, and Google Buzz and my project will be complete! <img src='http://wpsplash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Do you know if they have comparable APIs?</p>
<p>Also looking forward to the caching update.</p>
<p>THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Betty</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-291</link>
		<dc:creator>Betty</dc:creator>
		<pubDate>Sun, 09 May 2010 17:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-291</guid>
		<description>Thank you Haris, but I couldn&#039;t make it work. Twitter still gives me an error message. Anyway, what worries me now is if this code will keep working after Twitter shuts down the connections to their API. What changes must be done to make this retweet code work with the OAuth? :)

Kind regards,
B.</description>
		<content:encoded><![CDATA[<p>Thank you Haris, but I couldn&#8217;t make it work. Twitter still gives me an error message. Anyway, what worries me now is if this code will keep working after Twitter shuts down the connections to their API. What changes must be done to make this retweet code work with the OAuth? <img src='http://wpsplash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Kind regards,<br />
B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bugsy</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-223</link>
		<dc:creator>Bugsy</dc:creator>
		<pubDate>Tue, 13 Apr 2010 06:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-223</guid>
		<description>I&#039;m using all of these on one of my sites and it&#039;s a bit slow.  I&#039;d love to see the example of caching the results.

Any updates on this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using all of these on one of my sites and it&#8217;s a bit slow.  I&#8217;d love to see the example of caching the results.</p>
<p>Any updates on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-199</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-199</guid>
		<description>@Betty
Please use this code and don&#039;t forget to edit the retweetNick variable.
http://pastebin.com/cnibXmxH</description>
		<content:encoded><![CDATA[<p>@Betty<br />
Please use this code and don&#8217;t forget to edit the retweetNick variable.<br />
<a href="http://pastebin.com/cnibXmxH" rel="nofollow">http://pastebin.com/cnibXmxH</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-198</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-198</guid>
		<description>&lt;blockquote&gt;When a user shares your content, facebook looks at your page to find a relevant title and image, and media if you specify it. You should add  tags to your page to help us find this information.&lt;/blockquote&gt;

Use AIO SEO Plugin and add custom meta description on your posts and pages where the facebook button is located.</description>
		<content:encoded><![CDATA[<blockquote><p>When a user shares your content, facebook looks at your page to find a relevant title and image, and media if you specify it. You should add  tags to your page to help us find this information.</p></blockquote>
<p>Use AIO SEO Plugin and add custom meta description on your posts and pages where the facebook button is located.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Betty</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-195</link>
		<dc:creator>Betty</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-195</guid>
		<description>Thank you for your kind response. I&#039;ve applied it but it gets a 404 in Twitter, what can I do to fix it?

This is my code:
&lt;a href=&#039;http://button.topsy.com/retweet?nick= #Webcomic&amp;title=&amp;url=&#039; class=&#039;button&#039;&gt;Retweet&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for your kind response. I&#8217;ve applied it but it gets a 404 in Twitter, what can I do to fix it?</p>
<p>This is my code:<br />
&lt;a href=&#039;http://button.topsy.com/retweet?nick= #Webcomic&amp;title=&amp;url=&#8217; class=&#8217;button&#8217;&gt;Retweet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-194</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-194</guid>
		<description>Oh just a quick questions. I noticed when you click your facebook share button in the popup window the description seems to be an exert of this post. But when I implement your code from this post for the facebook share widget, the popup window pulls my sites meta description into the window. 

I&#039;m just wondering how you go about making the post exert appear in the popup.</description>
		<content:encoded><![CDATA[<p>Oh just a quick questions. I noticed when you click your facebook share button in the popup window the description seems to be an exert of this post. But when I implement your code from this post for the facebook share widget, the popup window pulls my sites meta description into the window. </p>
<p>I&#8217;m just wondering how you go about making the post exert appear in the popup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://wpsplash.com/retweet-facebook-delicious-widget-count/comment-page-1/#comment-193</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpsplash.com/?p=146#comment-193</guid>
		<description>Nice Article. Came in handy.</description>
		<content:encoded><![CDATA[<p>Nice Article. Came in handy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

