<?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; developer</title>
	<atom:link href="http://www.techwhiz.in/tag/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 17:42:21 +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>FB.loader problem due to Facebook share button</title>
		<link>http://www.techwhiz.in/fb-loader-problem/</link>
		<comments>http://www.techwhiz.in/fb-loader-problem/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:59:11 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[share button]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-tools/fb-loader-problem/</guid>
		<description><![CDATA[I installed Facebook Share button on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer: ‘FB.loader is null or not an object.’ The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function. Solution [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/">Facebook Share button</a> on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer:</p>
<p>‘FB.loader is null or not an object.’</p>
<p>The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function.</p>
<p><strong>Solution</strong></p>
<ul>
<ul>
<ul>
<li>Search for the following code</li>
</ul>
</ul>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<ul>
<li>Add the following just before the previous code</li>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<ul>
<li>The final code should look like the following:</li>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;     <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/fb-loader-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
