<?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: FACEBOOK STATUS ON YOUR WEBSITE</title>
	<atom:link href="http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/</link>
	<description>The Life of a Programmer</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:05:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mandlar</title>
		<link>http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/comment-page-1/#comment-5504</link>
		<dc:creator>mandlar</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~denny/?p=816#comment-5504</guid>
		<description>Chris,

The StatusPress &quot;plugin&quot; is based off of WordPress&#039;s rss functions package.

If you look at the top of the &quot;plugin&quot; it requires Wordpress&#039;s rss-functions.php, which requires Wordpress&#039;s rss.php library.  The rss-functions.php file has nothing in it besides the include, so you really only need the rss.php file.

Therefore, to get it to work: download Wordpress and copy the rss.php file (it should be located under the wp-includes folder) and copy it to the same directory as the statuspress.php.

Then inside of statuspress.php change the line:
require_once (ABSPATH . WPINC . &#039;/rss-functions.php&#039;);
to:
require_once(&#039;rss.php&#039;);

You may have to adjust the path in front of the rss.php however the files are relative to each other.

Then you should be able to use the plugin without having wordpress installed on your site.

Let me know if you have any other questions!</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>The StatusPress &#8220;plugin&#8221; is based off of WordPress&#8217;s rss functions package.</p>
<p>If you look at the top of the &#8220;plugin&#8221; it requires Wordpress&#8217;s rss-functions.php, which requires Wordpress&#8217;s rss.php library.  The rss-functions.php file has nothing in it besides the include, so you really only need the rss.php file.</p>
<p>Therefore, to get it to work: download Wordpress and copy the rss.php file (it should be located under the wp-includes folder) and copy it to the same directory as the statuspress.php.</p>
<p>Then inside of statuspress.php change the line:<br />
require_once (ABSPATH . WPINC . &#8216;/rss-functions.php&#8217;);<br />
to:<br />
require_once(&#8216;rss.php&#8217;);</p>
<p>You may have to adjust the path in front of the rss.php however the files are relative to each other.</p>
<p>Then you should be able to use the plugin without having wordpress installed on your site.</p>
<p>Let me know if you have any other questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/comment-page-1/#comment-5499</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 18 Feb 2009 19:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~denny/?p=816#comment-5499</guid>
		<description>Hi,

This post was very helpful. However, I&#039;m having major problems changing the StatusPress code to apply to a regular website (that is without going through WordPress). Do you mind sharing code or a brief tutorial how to do this?

Thank you, and thanks again for a helpful post!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This post was very helpful. However, I&#8217;m having major problems changing the StatusPress code to apply to a regular website (that is without going through WordPress). Do you mind sharing code or a brief tutorial how to do this?</p>
<p>Thank you, and thanks again for a helpful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamie</title>
		<link>http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/comment-page-1/#comment-4901</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Mon, 05 Jan 2009 16:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~denny/?p=816#comment-4901</guid>
		<description>it&#039;s so different! But good different.</description>
		<content:encoded><![CDATA[<p>it&#8217;s so different! But good different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mom</title>
		<link>http://www.bryandenny.com/index.php/2009/01/04/facebook-status-on-your-website/comment-page-1/#comment-4883</link>
		<dc:creator>mom</dc:creator>
		<pubDate>Sun, 04 Jan 2009 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~denny/?p=816#comment-4883</guid>
		<description>I love the new look. It&#039;s refreshing.</description>
		<content:encoded><![CDATA[<p>I love the new look. It&#8217;s refreshing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
