<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>My Site My Way Support &#124; Topic: Facebook Comments</title>
		<link>http://mysitemyway.com/support/topic/facebook-comments</link>
		<description>My Site My Way Support | Topic: Facebook Comments</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 10:23:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mysitemyway.com/support/search.php</link>
		</textInput>
		<atom:link href="http://mysitemyway.com/support/rss/topic/facebook-comments" rel="self" type="application/rss+xml" />

		<item>
			<title>matthewlock on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-18397</link>
			<pubDate>Fri, 22 Apr 2011 11:04:34 +0000</pubDate>
			<dc:creator>matthewlock</dc:creator>
			<guid isPermaLink="false">18397@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;thanks I will try this and report back.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raspo on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-18272</link>
			<pubDate>Wed, 20 Apr 2011 10:07:20 +0000</pubDate>
			<dc:creator>Raspo</dc:creator>
			<guid isPermaLink="false">18272@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;@matthewlock&#60;br /&#62;
You can try what Helmar said by adding  these lines of code in \wp-content\themes\awake\functions.php, just before the closing php tag ( ?&#38;gt; )&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;remove_filter(&#38;#39;the_content&#38;#39;, &#38;#39;wptexturize&#38;#39;);
remove_filter(&#38;#39;comment_text&#38;#39;, &#38;#39;wptexturize&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>helmar on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-18268</link>
			<pubDate>Wed, 20 Apr 2011 08:16:10 +0000</pubDate>
			<dc:creator>helmar</dc:creator>
			<guid isPermaLink="false">18268@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;@matthewlock&#60;br /&#62;
Have you looked at the source code yet, to check whether anything is parsed at all or only in a wrong format. I have had issues with Awake and Facebook code before and figured that it was caused by the quote signs which Awake via WP's add_filter turned into fancy quotes, messing up the FB HTML source code.&#60;/p&#62;
&#60;p&#62;HTH,&#60;/p&#62;
&#60;p&#62;Helmar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matthewlock on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-17793</link>
			<pubDate>Mon, 11 Apr 2011 11:27:38 +0000</pubDate>
			<dc:creator>matthewlock</dc:creator>
			<guid isPermaLink="false">17793@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;Thanks for trying Elliot, I've made the changes, inserted my API key and uploaded the xd_receiver file to the web root but there is no sign of anything facebook on my pages or posts :/&#60;/p&#62;
&#60;p&#62;It hasn't broken anything so I'll leave the changes in place until someone else finds a way to get this to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elliott on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-17526</link>
			<pubDate>Tue, 05 Apr 2011 23:12:17 +0000</pubDate>
			<dc:creator>Elliott</dc:creator>
			<guid isPermaLink="false">17526@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;I'm still having trouble getting it setup, it's probably just something with my account.  I found a small tutorial on how to set it up manually though, &#60;a href=&#34;http://developers.facebook.com/blog/post/198&#34; rel=&#34;nofollow&#34;&#62;http://developers.facebook.com/blog/post/198&#60;/a&#62;, so if you'd like we can try this.&#60;/p&#62;
&#60;p&#62;Open up &#60;code&#62;/wp-content/themes/awake/header.php&#60;/code&#62; and on line 2 you should see this,&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it like this,&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;html xmlns:fb=&#38;quot;http://www.facebook.com/2008/fbml&#38;quot; xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Next open up &#60;code&#62;/wp-content/themes/awake/single.php&#60;/code&#62; and on lines 99 - 101 you should see this,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;comments&#38;quot;&#38;gt;
	&#38;lt;?php comments_template(&#38;#39;&#38;#39;, true); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it like this,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script src=&#38;quot;http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php&#38;quot;
type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;fb:comments&#38;gt;&#38;lt;/fb:comments&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
FB.init(&#38;quot;YOUR_API_KEY_HERE&#38;quot;, &#38;quot;&#38;lt;path from web root&#38;gt;/xd_receiver.htm&#38;quot;);
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And be sure to change &#34;YOUR_API_KEY_HERE&#34; with the API key that you received from setting up the Connect Application.&#60;/p&#62;
&#60;p&#62;Go ahead and try that out matthewlock.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matthewlock on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-17505</link>
			<pubDate>Tue, 05 Apr 2011 19:56:59 +0000</pubDate>
			<dc:creator>matthewlock</dc:creator>
			<guid isPermaLink="false">17505@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;well an example would be &#60;a href=&#34;http://www.welshbockers.co.uk/news/welshbockers-featured-on-projump-exo-boxes/&#34; rel=&#34;nofollow&#34;&#62;http://www.welshbockers.co.uk/news/welshbockers-featured-on-projump-exo-boxes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However as this is a live site I undo anything I try that doesnt work so at present the facebook plugin is deactivated and WP comments are disabled.&#60;/p&#62;
&#60;p&#62;I'm not so much looking for the support team to help here, but just thought this is a new idea from facebook that is likely to catch on quite quickly and Awake users might be able to share their experiences with what works and what doesnt until we have good solution.&#60;/p&#62;
&#60;p&#62;For what its worth, with comments enabled and the plugin installed I get a Comments Disabled notice at the bottom of the post. I've seen other WP users post about this on the facebook forums but with so many different installs its very hard to pinpoint.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elliott on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-17504</link>
			<pubDate>Tue, 05 Apr 2011 19:19:36 +0000</pubDate>
			<dc:creator>Elliott</dc:creator>
			<guid isPermaLink="false">17504@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;Hello matthewlock,&#60;/p&#62;
&#60;p&#62;I tried setting this up but for some reason facebook was not letting me get past the &#34;Create a facebook app&#34; step.  From what I have been reading it seems a lot of people are having issues with it so far.&#60;/p&#62;
&#60;p&#62;If possible then send us a link to your site so we can take a closer look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matthewlock on "Facebook Comments"</title>
			<link>http://mysitemyway.com/support/topic/facebook-comments#post-17501</link>
			<pubDate>Tue, 05 Apr 2011 18:32:39 +0000</pubDate>
			<dc:creator>matthewlock</dc:creator>
			<guid isPermaLink="false">17501@http://mysitemyway.com/support/</guid>
			<description>&#60;p&#62;Recently Facebook have allowed their commenting system to be placed on other website pages and their is a plugin on wordpress.org to put this on WP blogs. I've tried on my install of Awake and nothing shows up. It's quite likely my own awake/wp settings are not allowing this to work but I wondered if anyone else had managed to get this working with awake yet?&#60;/p&#62;
&#60;p&#62;Details here:&#60;br /&#62;
&#60;a href=&#34;http://developers.facebook.com/blog/post/472/&#34; rel=&#34;nofollow&#34;&#62;http://developers.facebook.com/blog/post/472/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://developers.facebook.com/docs/reference/plugins/comments/&#34; rel=&#34;nofollow&#34;&#62;http://developers.facebook.com/docs/reference/plugins/comments/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forum.developers.facebook.net/viewtopic.php?id=56459&#34; rel=&#34;nofollow&#34;&#62;http://forum.developers.facebook.net/viewtopic.php?id=56459&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and the plugin is here:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Anyone with input on this greatly appreciated. I've not had time to go into in-depth yet. My next attempt was to deactivate the plugin and just paste the FB code in the header and footer and go from there.&#60;/p&#62;
&#60;p&#62;MAtt
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
