<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HOWTO: Implement Facebook Connect on WordPress (in reality)</title>
	<atom:link href="http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/feed/" rel="self" type="application/rss+xml" />
	<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/</link>
	<description>Beau Lebens throws down his opinion on all sorts of things he doesn&#039;t know too much about.</description>
	<lastBuildDate>Mon, 26 Dec 2011 03:24:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tribulations, bafouilles et bricoles du 2009-02-24 &#171; Christophe Milet Lifestream</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1483</link>
		<dc:creator>Tribulations, bafouilles et bricoles du 2009-02-24 &#171; Christophe Milet Lifestream</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1483</guid>
		<description>[...] Comment implanter Facebook Connect avec WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Comment implanter Facebook Connect avec WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: facebook connect</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1424</link>
		<dc:creator>facebook connect</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1424</guid>
		<description>I have a contol question.. 
If you hold and moderate comments on a WP blog, does FB connect override that moderation or are they held in the same way? If they are held, then do they stay off a FB feed until approved? </description>
		<content:encoded><![CDATA[<p>I have a contol question..<br />
If you hold and moderate comments on a WP blog, does FB connect override that moderation or are they held in the same way? If they are held, then do they stay off a FB feed until approved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasmin</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1231</link>
		<dc:creator>Yasmin</dc:creator>
		<pubDate>Tue, 22 Sep 2009 16:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1231</guid>
		<description>I love the plugin, works great except for the feed.  I can&#039;t seem to get it to feed comments into facebook.  Error console tells me that  
Error: FB.Connect is undefined 
 
I have the correct API and feed dialogue #, so I am confused as far as what is wrong. 
 
Thanks </description>
		<content:encoded><![CDATA[<p>I love the plugin, works great except for the feed.  I can&#039;t seem to get it to feed comments into facebook.  Error console tells me that<br />
Error: FB.Connect is undefined </p>
<p>I have the correct API and feed dialogue #, so I am confused as far as what is wrong. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1217</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 22 Sep 2009 05:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1217</guid>
		<description>Fair enough. I just thought it more than a little bit strange, because using &quot;name&quot; for the attribute won&#039;t actually work with WordPress. The wp-comments-post.php file is clearly looking for the &quot;author&quot; value. Not &quot;name&quot;.   
   
Admittedly, the ID is different than the NAME attribute, so you&#039;re right. Your snippet does have name=&quot;author&quot; id=&quot;name&quot;. I&#039;ve never seen a theme that didn&#039;t use them both as the same before... </description>
		<content:encoded><![CDATA[<p>Fair enough. I just thought it more than a little bit strange, because using &quot;name&quot; for the attribute won&#39;t actually work with WordPress. The wp-comments-post.php file is clearly looking for the &quot;author&quot; value. Not &quot;name&quot;.   </p>
<p>Admittedly, the ID is different than the NAME attribute, so you&#39;re right. Your snippet does have name=&quot;author&quot; id=&quot;name&quot;. I&#39;ve never seen a theme that didn&#39;t use them both as the same before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1218</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1218</guid>
		<description>Well, yes, as I said, I was just using what was in the theme that was&lt;br /&gt;on my client&#039;s site. The name attribute (which is what defines the&lt;br /&gt;name used by the form element in PHP) in the sample code is indeed&lt;br /&gt;\&quot;name\&quot;, it&#039;s the id that is set to author, which is what jQuery uses&lt;br /&gt;to locate/access the field. </description>
		<content:encoded><![CDATA[<p>Well, yes, as I said, I was just using what was in the theme that was<br />on my client&#039;s site. The name attribute (which is what defines the<br />name used by the form element in PHP) in the sample code is indeed<br />\&#8221;name\&#8221;, it&#039;s the id that is set to author, which is what jQuery uses<br />to locate/access the field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1216</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1216</guid>
		<description>Huh. Well, that&#039;s more than a little bit strange, because using &quot;name&quot; for the attribute won&#039;t actually work with WordPress. The wp-comments-post.php file is clearly looking for the &quot;author&quot; value. Not &quot;name&quot;. 
 
Admittedly, the ID is different than the NAME attribute, so it could be done, I supposed, but I&#039;ve never seen a theme that didn&#039;t use them both as the same thing. </description>
		<content:encoded><![CDATA[<p>Huh. Well, that&#039;s more than a little bit strange, because using &quot;name&quot; for the attribute won&#039;t actually work with WordPress. The wp-comments-post.php file is clearly looking for the &quot;author&quot; value. Not &quot;name&quot;. </p>
<p>Admittedly, the ID is different than the NAME attribute, so it could be done, I supposed, but I&#039;ve never seen a theme that didn&#039;t use them both as the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1215</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1215</guid>
		<description>If you use the HTML snippet provided for the comment form then it&#039;s actually #name (in my code), although I&#039;m aware that a lot of templates use #author. I was just using what was there in the theme I worked on for my client. </description>
		<content:encoded><![CDATA[<p>If you use the HTML snippet provided for the comment form then it&#039;s actually #name (in my code), although I&#039;m aware that a lot of templates use #author. I was just using what was there in the theme I worked on for my client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1192</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1192</guid>
		<description>Your use of #name is wrong. It should be #author instead. </description>
		<content:encoded><![CDATA[<p>Your use of #name is wrong. It should be #author instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy McGarry</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1146</link>
		<dc:creator>Andy McGarry</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1146</guid>
		<description>Thanks very much, appreciated the walkthough!

Andy / Beyond Content</description>
		<content:encoded><![CDATA[<p>Thanks very much, appreciated the walkthough!</p>
<p>Andy / Beyond Content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1130</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Wed, 09 Sep 2009 20:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1130</guid>
		<description>I believe Disqus supports its own FBC integration, so this wouldn&#039;t&lt;br /&gt;make much sense. The short answer though is that it wouldn&#039;t work,&lt;br /&gt;because it&#039;d be trying to put values into the wrong form fields. </description>
		<content:encoded><![CDATA[<p>I believe Disqus supports its own FBC integration, so this wouldn&#039;t<br />make much sense. The short answer though is that it wouldn&#039;t work,<br />because it&#039;d be trying to put values into the wrong form fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: facebook developers</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1120</link>
		<dc:creator>facebook developers</dc:creator>
		<pubDate>Wed, 09 Sep 2009 07:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1120</guid>
		<description>Any indication how the plugin will interface with a blog that has Disqus installed? Would it just add it on somewhere around the commenting field? </description>
		<content:encoded><![CDATA[<p>Any indication how the plugin will interface with a blog that has Disqus installed? Would it just add it on somewhere around the commenting field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umair Jabbar</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1022</link>
		<dc:creator>Umair Jabbar</dc:creator>
		<pubDate>Thu, 03 Sep 2009 05:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1022</guid>
		<description>This is a great post ! 
hats off ! </description>
		<content:encoded><![CDATA[<p>This is a great post !<br />
hats off !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-1007</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-1007</guid>
		<description>You&#039;d need to do something like associate a user&#039;s facebook ID (or a&lt;br /&gt;faked email like @facebook.com) with an author, probably&lt;br /&gt;using either usermeta (would make the most sense) or postmeta, and&lt;br /&gt;then load that when loading a post. It&#039;d all be custom coding to get&lt;br /&gt;it done though. </description>
		<content:encoded><![CDATA[<p>You&#039;d need to do something like associate a user&#039;s facebook ID (or a<br />faked email like @facebook.com) with an author, probably<br />using either usermeta (would make the most sense) or postmeta, and<br />then load that when loading a post. It&#039;d all be custom coding to get<br />it done though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaqib</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-966</link>
		<dc:creator>Aaqib</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-966</guid>
		<description>Hello Beau,

That really worked. Great post. I wanted to know that if there is any way to show facebook avatars with blog posts that users make. I have been able to show them with the comments, they post. Is there a way for the blog posts too ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Beau,</p>
<p>That really worked. Great post. I wanted to know that if there is any way to show facebook avatars with blog posts that users make. I have been able to show them with the comments, they post. Is there a way for the blog posts too ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Menzer</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-954</link>
		<dc:creator>Scott Menzer</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-954</guid>
		<description>great post...exactly what i was looking for to put on my pixelpost blog since there aren&#039;t any plugins to do it for me.  thanks!  &lt;a href=&quot;http://scott.menzer.org/photo&quot; target=&quot;_blank&quot;&gt;http://scott.menzer.org/photo&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>great post&#8230;exactly what i was looking for to put on my pixelpost blog since there aren&#039;t any plugins to do it for me.  thanks!  <a href="http://scott.menzer.org/photo" target="_blank">http://scott.menzer.org/photo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Rosen</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-893</link>
		<dc:creator>Zack Rosen</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-893</guid>
		<description>Thanks for the info, Beau! Do you happen to have an example of the updated JS code? </description>
		<content:encoded><![CDATA[<p>Thanks for the info, Beau! Do you happen to have an example of the updated JS code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-892</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Mon, 03 Aug 2009 18:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-892</guid>
		<description>You&#039;d need to register a different &quot;template bundle&quot; with Facebook, and then also make sure that you were outputting the correct variables/information as a JS object (in the very last bit of Javascript above, &quot;FB.Connect.showFeedDialog......&quot;). </description>
		<content:encoded><![CDATA[<p>You&#039;d need to register a different &quot;template bundle&quot; with Facebook, and then also make sure that you were outputting the correct variables/information as a JS object (in the very last bit of Javascript above, &quot;FB.Connect.showFeedDialog&#8230;&#8230;&quot;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Rosen</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-869</link>
		<dc:creator>Zack Rosen</dc:creator>
		<pubDate>Sun, 26 Jul 2009 02:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-869</guid>
		<description>Hey Beau, 
 
Love the script! Any way of making it a short/full story newsfeed instead of one line, though? 
 
Thanks! 
 
Zack </description>
		<content:encoded><![CDATA[<p>Hey Beau, </p>
<p>Love the script! Any way of making it a short/full story newsfeed instead of one line, though? </p>
<p>Thanks! </p>
<p>Zack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-851</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-851</guid>
		<description>you are awesome. 
worked like a charm </description>
		<content:encoded><![CDATA[<p>you are awesome.<br />
worked like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/comment-page-2/#comment-850</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=798#comment-850</guid>
		<description>I&#039;m getting JS errors on your page after posting, it&#039;s complaining&lt;br /&gt;about FB.Connect not being available yet.&lt;br /&gt;&lt;br /&gt;Try changing this section:&lt;br /&gt;&lt;br /&gt;FB.Connect.ifUserConnected(update_user_details);&lt;br /&gt;if (getCookie(&#039;fb_connect&#039;) == &#039;yes&#039;) {&lt;br /&gt;setCookie(&#039;fb_connect&#039;, null);&lt;br /&gt;FB.Connect.showFeedDialog(51618164969, {&#039;blog&#039;:&#039;LOOKS.GD Design Magazine&#039;, &#039;post&#039;:&#039;Community Link&lt;br /&gt;Sharing&#039;}, null, null, null, FB.RequireConnect.promptConnect);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;to this:&lt;br /&gt;&lt;br /&gt;jQuery(document).ready(function(){&lt;br /&gt;FB.Connect.ifUserConnected(update_user_details);&lt;br /&gt;if (getCookie(&#039;fb_connect&#039;) == &#039;yes&#039;) {&lt;br /&gt;setCookie(&#039;fb_connect&#039;, null);&lt;br /&gt;FB.Connect.showFeedDialog(51618164969, {&#039;blog&#039;:&#039;LOOKS.GD Design Magazine&#039;, &#039;post&#039;:&#039;Community Link&lt;br /&gt;Sharing&#039;}, null, null, null, FB.RequireConnect.promptConnect);&lt;br /&gt;}&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;Same thing, just just wrapped it in the jQuery bit to try to make it&lt;br /&gt;load a bit later </description>
		<content:encoded><![CDATA[<p>I&#039;m getting JS errors on your page after posting, it&#039;s complaining<br />about FB.Connect not being available yet.</p>
<p>Try changing this section:</p>
<p>FB.Connect.ifUserConnected(update_user_details);<br />if (getCookie(&#039;fb_connect&#039;) == &#039;yes&#039;) {<br />setCookie(&#039;fb_connect&#039;, null);<br />FB.Connect.showFeedDialog(51618164969, {&#039;blog&#039;:&#039;LOOKS.GD Design Magazine&#039;, &#039;post&#039;:&#039;Community Link<br />Sharing&#039;}, null, null, null, FB.RequireConnect.promptConnect);<br />}</p>
<p>to this:</p>
<p>jQuery(document).ready(function(){<br />FB.Connect.ifUserConnected(update_user_details);<br />if (getCookie(&#039;fb_connect&#039;) == &#039;yes&#039;) {<br />setCookie(&#039;fb_connect&#039;, null);<br />FB.Connect.showFeedDialog(51618164969, {&#039;blog&#039;:&#039;LOOKS.GD Design Magazine&#039;, &#039;post&#039;:&#039;Community Link<br />Sharing&#039;}, null, null, null, FB.RequireConnect.promptConnect);<br />}<br />});</p>
<p>Same thing, just just wrapped it in the jQuery bit to try to make it<br />load a bit later</p>
]]></content:encoded>
	</item>
</channel>
</rss>

