<?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>TechWhiz &#187; live feed</title>
	<atom:link href="http://www.techwhiz.in/tag/live-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Fri, 03 Jun 2011 05:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Facebook connect in wordpress</title>
		<link>http://www.techwhiz.in/facebook-connect-in-wordpress/</link>
		<comments>http://www.techwhiz.in/facebook-connect-in-wordpress/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 14:34:50 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[live feed]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-development/facebook-connect-in-wordpress/</guid>
		<description><![CDATA[I successfully integrated facebook connect API with my blog running on wordpress. Users can now log-in with facebook and post their comments on the blog. The comments posted on wordpress blog will also be published on their facebook’s live feed. The plugin for wordpress is developed by Adam Hupp and the modified version (v1.2.2) can [...]]]></description>
			<content:encoded><![CDATA[<p>I successfully integrated facebook connect API with my blog running on wordpress. Users can now log-in with facebook and post their comments on the blog. The comments posted on wordpress blog will also be published on their facebook’s live feed. </p>
<p>The plugin for wordpress is developed by Adam Hupp and the modified version (v1.2.2) can be downloaded from here.</p>
<ul>
<li>Login to <a href="http://www.facebook.com/developers/createapp.php?version=new" rel="nofollow" target="_blank">Facebook</a> and create an application</li>
<li>Note the API Key and Secret code</li>
<li>Download the plugin (<a href="http://www.techwhiz.in/repository/zip/fbconnect v1.2.2.zip" rel="nofollow" target="_blank">http://www.techwhiz.in/repository/zip/fbconnect v1.2.2.zip</a>)</li>
<li>Login to your blog and install the plugin</li>
<li>Open ‘Facebook Connect’ Plugin Options and Enter the API Key &amp; Secret code</li>
<li>Open the file ‘comments.php’ located in your theme folder of your blog</li>
<li>Insert the following code where you wish to show the facebook connect button</li>
</ul>
<blockquote><p>&lt;?php do_action(&#8216;fbc_display_login_button&#8217;) ?&gt;</p>
</blockquote>
<ul>
<li>Save the ‘comments.php’ file</li>
</ul>
<p>&#160;</p>
<p>The most common error is that the comments posted on wordpress may not be published to your facebook’s live feed. This generally occurs when you use a link instead of button in comment form to initiate submit action. </p>
<p>The following code for ‘Submit Comment’ link should not be used:</p>
<blockquote><p>&lt;a title=&quot;Submit Comment&quot; href=&quot;javascript:document.commentform.submit();&quot;&gt;Submit Comment&lt;/a&gt;</p>
</blockquote>
<p>However the following code to generate ‘Submit Comment’ button is recommended:</p>
<blockquote><p>&lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit&quot; value=&quot;Submit Comment&quot; /&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/facebook-connect-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

