<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThreeParts &#187; Facebook</title>
	<atom:link href="http://www.threeparts.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.threeparts.com</link>
	<description>A youth ministry internet and technology blog</description>
	<lastBuildDate>Thu, 02 Apr 2009 16:02:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ThreeParts Now Uses Facebook Connect For Comments</title>
		<link>http://www.threeparts.com/2009/02/20/threeparts-now-uses-facebook-connect-for-comments/</link>
		<comments>http://www.threeparts.com/2009/02/20/threeparts-now-uses-facebook-connect-for-comments/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:30:39 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.threeparts.com/?p=260</guid>
		<description><![CDATA[If you've read any tech news this morning, you've probably heard the buzz about Facebook's new commenting widget for websites.]]></description>
			<content:encoded><![CDATA[<p><em>UPDATE: I&#8217;m now using Disqus to manage my comments, which allows for Facebook Comments.<br />
Deleting &lt;?php comments_template(); ?&gt; will cause all previous comments not to be displayed.  Don&#8217;t worry &#8211; you haven&#8217;t lost them, but they just won&#8217;t show up on previous posts.</em></p>
<p>If you&#8217;ve read any tech news this morning, you&#8217;ve probably heard the buzz about <a title="Facebook" href="http://developers.facebook.com/news.php?blog=1&amp;story=198">Facebook&#8217;s new commenting widget</a> for websites.  After reading <a title="Installing Facebook Comments" href="http://business2press.com/2009/02/20/how-to-install-new-facebook-connect-comments-to-wordpress/">this great post</a> about installing it on a self-hosted Wordpress blog, I was able to quickly get it up and running.  However, the post does misinform soon-to-be widget installers on a few things.</p>
<p>First of all, in step three, it says:</p>
<p style="padding-left: 30px;"><em>Open index.php with notepad or Dreamweaver from your Wordpress theme and add: xmlns:fb=http://www.facebook.com/2008/fbml <strong>for php you can add: </strong><br />
&lt;?php<br />
xmlns:fb=”http://www.facebook.com/2008/fbml”;<br />
?&gt;</em></p>
<p>This is misleading.  In most wordpress themes, this line of code should be placed in <strong>header.php, </strong>near the top.  Also, Wordpress doesn&#8217;t typically pull in this line of code with PHP.  Rather, you should add it to the existing HTML  tag, so your final line of HTML should look something like this:</p>
<p style="padding-left: 30px;">&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xmlns:fb=&#8221;http://www.facebook.com/2008/fbml&#8221;&gt;</p>
<p>Secondly, it does not describe where to place the new Facebook comment script in <strong>single.php</strong>.  The answer is simple:  find <strong>&lt;?php comments_template(); ?&gt;</strong>, delete it (see update at top of post), and replace it with:</p>
<p style="padding-left: 30px;"><em>&lt;script src=<br />
“http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php”<br />
type=”text/javascript”&gt;&lt;/script&gt;</em></p>
<p style="padding-left: 30px;"><em>&lt;fb:comments&gt;&lt;/fb:comments&gt;</em></p>
<p style="padding-left: 30px;"><em>&lt;script type=”text/javascript”&gt;<br />
FB.init(”YOUR_API_KEY_HERE”, “&lt;path from web root&gt;/xd_receiver.htm”);<br />
&lt;/scrip</em>t&gt;</p>
<p>Don&#8217;t forget to use your API key in place of ”YOUR_API_KEY_HERE”.  I hope this may clarify some confusion for any of you who were having problems getting it up and running.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threeparts.com/2009/02/20/threeparts-now-uses-facebook-connect-for-comments/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>
