Add Facebook share button in wordpress blog
On January - 18 - 2010
It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. <a name="fb_share" type="button_count" share_url="<?php the_permalink(); ?>">Share</a> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Loader"
FB.loader problem due to Facebook share button
On January - 17 - 2010
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







