wordpress Facebook Comments not loading - facebook

I installed Facebook Comments for WordPress version 1.5.2 with my WordPress. However it doesn't show any comments from Facebook, always showing loading text. I verified the problem exists in both Firefox and Internet Explorer.
My WordPress link: http://184.106.131.16/wordpress/?p=293
Any ideas what could be wrong?

You might like my Simple Facebook Comments For Wordpress wordpress plugin I recently released. It makes the whole process of adding facebook connect comments to your wordpress site super easy and fast.
http://www.davidswordpressplugins.com/simple-facebook-comments-for-wordpress/

Related

Wordpress thumbnail post after latest update not working with facebook share

in WordPress version 3.8
while sharing post on facebook it was looking like
in WordPress version 3.9 there is no images, no proper linking
I am sharing my wordpress blog link http://engineerbabu.com/2014/04/founder-who-can-help-you/ try to share same in facebook you will get same error.
thanks in advance
I ran your URL through the Facebook Debug tool and it now works. Basically it looks like there was a bad cached version within Facebook and the debug tool broke that cache. https://developers.facebook.com/tools/debug

Facebook comments plugin broken?

How do I solve an issue where the Facebook comments plugin seems to be completely broken? Please see the screen shot.
When I am logged in to Facebook, I see what you see there. Where the plugin HTML is meant to be, it says "skin must be one of the following values: light, dark".
When I am logged out of Facebook, it is completely blank. I am seeing this error on all browsers, on multiple test computers (including various configurations on browserstack.com), on every website that I can find that uses the Facebook social comments plugin - including Facebook itself!
It looks like Facebook have dramatically changed their comments plugin code. All sites using this plugin will probably have to update their code ASAP because the old code doesn't seem to work any longer.
To get Facebook's own page working, I just had to type in "light" in the Color Scheme box.

Facebook Wordpress Bad Feed Description

I am having humbling issues with Facebook and Wordpress
I am using
WP ver 3.4.1
FB plugin Version 1.0.2
I Installed the plugin. Created a Facebook app.
What is happening is I am sharing the page on Facebook using Facebooks share button, send button, and subscribe button. Even if I copy and paste the post I get the following in the feed description.
You may use these HTML tags and attributes: <​a href="" title=""> <​abbr title=""> <​acronym >title=""> <​b> <​blockquote cite=""> <​cite> <​code> <​del datetime=""> <​em> <​i> <​q cite=""> <​>strike> <​strong>
I think it is in a Facebook PHP file, but I looked there. I am kind of stumped to say he least.
Yes. For some reason the Facebook for Wordpress plugin pulls in the comment instructions as the default description it uses in the og:meta tags, especially when there is no text associated with your posts or no excerpt set.
On my sites, I use the Facebook for Wordpress plugin for connectivity, but I've given up letting it generate my meta tags. I use Wordpress SEO instead, since you can specify what text should be in your description, titles, etc. There are other plugins that also do the same.
To inhibit the Facebook for Wordpress meta tags, add this to your theme's functions.php:
//Remove the Facebook for WP tags until they get their s**t together.
remove_action('wp_head', 'fb_add_og_protocol', 10);

No Title - Wordpress facebook share

I have created my website using wordpress 3.4.1 and, I tried sharing my webpage in facebook. I do not get any thumbnail or the basic blog description in the facebook post. Instead I get "No Title". I know this question has been asked a number of times in wordpress forums. But, most of them are leading to dead ends. Can some one help me in this regard.
PS: I tried using the facebook debugger (http://developers.facebook.com/tools/debug) I get the following
Error Parsing URL: Error parsing input URL, no data was scraped.
You need to add OpenGraph tags to your page, or even easier, finf a WordPress plugin to do it for you. Run the page through the debugger again and the issues should be fixed.
Just like what Niraj said you need to make sure you have the open graph meta tags on your blog. Here is a plugin which will add them http://wordpress.org/extend/plugins/facebook-open-graph-meta/.

wordpress and facebook: how this blog is done?

Hello
I found a wordpress blog when people posts through facebook account:
http://www.puppetshow.fr/
Can someone tell me exactle what is the WP plugin to make such blog ?
I found MANY WP/facebook plugins but I need exactly this one.
(and what theme is used in this blog) ?
regards
It seems to be this theme. It's called Fastblog. And the Facebook comment form seems to be a plugin from Facebook itself; Facebook social plugin.