BUG: Recommendations Bar on same page as Facebook Comments - facebook

I have just added in the new Facebook Recommendations Bar (using the HTML5 version) to a number of blogs and realised that some of them aren't working. After a little digging I managed to pin it down to when I also have the Facebook Comments plugin on the same site. As soon as I comment that out it all works again.
The following is being logged in my console 'FB.getLoginStatus() called before calling FB.init()'.
None of these sites have anything on the front end we have developed that that use FB.getLoginStatus.

The Facebook comments plugin already places the Facebook Javascript SDK. I am guessing you are installing the Recommendations bar along with the Javascript - which means it appears twice on the page and therefore giving you this error.
Try adding the Recommendations bar WITHOUT the Javascript - that is, put only the bit on a page that has the Facebook comments plugin. It should then work fine.

Related

Facebook Like Box not working for specific facebook page

I'm trying to embed a facebook like box to my website and am using the facebook developer like box too. I find that when pasting in the facebook page no activity, posts or anything appears in the box.
I've tried testing using different facebook pages and it works fine for those. Just not the facebook I want.
I'm really not sure why the facebookpage is https://www.facebook.com/thelopesarms?fref=ts
Any suggestions would be appreciated.
Thank you
I had the same problem.
Clear all your cache.
It's like a recent problem on like-box. But after I fixed with this, my plugin shows one more face than before :S

Facebook Comments have disappeared from all our pages

All the Facebook comments have disappeared from our site's webpages (see: http://www.around-around.com/wanted-13/).
I've run the pages through the Debugger, and it appears that they're ok (just warnings about descriptions, etc.).
But when I was trying to see if there was new code for the comment box from FB, I used the FB comment plugin creator—that's when something strange happened. The example site shows up just fine; our site is rendered with a .... Weird! Frustrating!
We've been using FB comments for over a year now, and they work pretty well. But this is really frustrating. Here's some proof: https://graph.facebook.com/?ids=http://www.around-around.com/wanted-12/
Have we been...um...banned?
It's a facebook comments plugin issue at the moment. Check this https://developers.facebook.com/bugs/383938611736678?browse=external_tasks_search_results_5269356c254c23e51751890
Hopefully it will be fixed soon.

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 like counter always zero and facebook comments disapearing

I have some problem with the Facebook plugins in the site: www.talnavarro.com
In some posts the like button counter always stays on zero, but there are some posts that the counter works just fine.
I've tried to disable all the social plugins in my site (maybe some conflict between them) and put simple Facebook like code from the Facebook developers site, and still the counter didn't work.
another problem is that my Facebook comments sometimes disappear...
So basely, what that i need is someone that will fix my social plugins in my site..
Thank you
according to http://www.facebook.com/help/?faq=210086019031867 there are 6 meta tags that your page should have. Debug your page url with the linter tool (
http://developers.facebook.com/tools/debug) and check that the debug tool read ALL the required meta tags. In my case I missed the fb:app_id and og:site_name (looks like fb became more strict about it because it used to work without it).

Facebook Like Button HTML5 code Errors

I'm currently having trouble using facebook like button in html5 version, it seems that everytime the visitor of my wordpress blog liked a blog post, it's not working. It will work for a while but when you refresh it, it goes back to active button which is very strange since the user already liked the blog post.
I also encountered that when i liked my own blog post, it fetched the wrong details. example, i liked the blog post #1 but when i check my facebook, it the fetched image is wrong, the description and title is also wrong.
what is the proper way to add a facebook like button in wordpress blog?
any help?
I also encountered the same error before. I already tried the linter to debug it but it really doesn't work. Anyway, my simple solution to that is I changed my facebook like code to Iframe version (since html5 give me crap, there's no harm if I use iframe lol). I don't encountered any errors with that. It works perfectly.
about your question on how to add facebook like in your index file or multiple blog posts in wordpress, the link (guide on how to...) might help you. I used that before. It also discusses about twitter tweet, google plus and pinterest pin it button's wordpress implementation.
have a good day!