Like box and button not displaying in all browsers - facebook

I have a Facebook Like Button and Box installed on a website and it is only working in Safari, not any of the other browsers. I used the HTML5 coding from Facebook for both. The website is http://www.genesisobgyn.org. The like button should be above the Google+ button and the box should be next to the News section.
Any ideas?

Related

Remove 'also post on Facebook' button on Facebook Comment plugin

I'm using the Facebook comment embed plugin to let users comment on my page, but I really hate the 'also post on Facebook' radio button. I don't want users to post it on Facebook because it links back to my webpage.
You see, my page lives as a web view on a native mobile app, so the URL with the web view isn't really set up to be visited outside the app.
I checked the docs for a way to disable the 'also post on Facebook' button, but no luck. The plugin creates an iframe, so I can't just hide it with CSS.
I'm wondering if anyone's found more advanced settings for the plugin, or maybe even a hack for hiding that option inside an external iframe.
Thanks!

Facebook like button disappeared

Please help.
I want to add a facebook like button for my facebook page on my website, but I cannot do it because the fb like button does not show up.
When I go to the like button configurator https://developers.facebook.com/docs/plugins/like-button#configurator , and enter the url of my fb page in the 'URL to like', the like button does not show up. Even if I copy & paste the code generated from the like button configurator to my website, the like button does not show up on my website.
But if I enter a different facebook page in the 'URL to like', the like button shows up and everything works as expected.
I noticed this issue about 10 days ago.
Before that, there were no issues and the like button for my fb page was visible on my website and also in the like button configurator https://developers.facebook.com/docs/plugins/like-button#configurator.
I contacted facebook about this issue many time but they don't answer.
Why is my like button not visible anymore?
We had the same issue today. We recognized that the og:url didn´t match the data-href of the like button and so the button wasn´t shown at all (even though it was rendered) - This is also mentioned in the official documentation.
Maybe this helps someone else.
I'm currently investigating the capabilities of Facebook API, like/share/comment of public posts from a public pages, for a client. I also noticed this problem. I think that this is related to a fact that Facebook removed the option to like page posts without the page access token that must be granted to your app by a page owner. If you try to do it from the Facebook API you will get the following error:
"(#3) Publishing comments through the API is only available for page access tokens"
I was able to get like button for my page itself, but as soon as I enter the url to some of the page's posts, the button disappears. You shouldn't suppose to have problem with the share button, but if you try to use an integrated version of like+share button, if the like doesn't work, you will lose the share button too.
Here is (only) the share button Configurator:
https://developers.facebook.com/docs/plugins/share-button

How do I detect if adblock is preventing "Signin with Facebook" in nopcommerce?

I'm using the Signin with Facebook plugin with Nopcommerce here:
http://favalife.azurewebsites.net/login
I noticed that in Chrome, the facebook button doesn't appear if Adblock is running.
What can I do to make the front-end look "better" or be more functional and allow for Facebook logins while Adblock is hiding the image, and/or the following code:
<a href="/Plugins/ExternalAuthFacebook/Login?ReturnUrl=%2Fcart" class="facebook-btn">
</a>
You can add apporpriate styles to \Plugins\ExternalAuth.Facebook\Content\facebookstyles.css file

Facebook like button not created in iframe in firefox

I have a Facebook like button on a website, it links to their Facebook page.
http://www.facebook.com/plugins/like.php?api_key=158676140902498&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df3c3ba27b53005a%26origin%3Dhttp%253A%252F%252F07bce2b0664e8df0ed388a0c7647cf80.sites.gozesty.com%252Ff4c48dfa4eebd4%26domain%3D07bce2b0664e8df0ed388a0c7647cf80.sites.gozesty.com%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.facebook.com%2FMissionBrewery&node_type=link&width=450&layout=box_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false
If you copy and paste that into Chrome it works perfectly.
In Firefox and Safari no item shows up.
I tried making the like button in Firefox and realize when the link is a facebook link the item doesn't show. Anyone know why this would be and a possible solution?
Works fine on my safari (6.0.2)

Facebook Feed Dialog Mobile Url: Issue with display=wap

I am using this url to direct my mobile web page to a facebook wall post dialog page, however I can't seem to get display=wap to work.
http://m.facebook.com/dialog/feed?app_id=<myappId>&redirect_uri=<myRedirectUri>&link=<myLink>&display=<wap|touch>&picture=<myPicture>&caption=<myCaption>&description=<myDescription>&name=<myName>
Using display=touch works fine on most devices except some blackberries I've tested, where the dialog page is blank except for the "Publish" and "Cancel" buttons. When I use display=wap, I get "An error has occured" no matter what I do.
Does facebook support this feed dialog with display=wap? I found this url on their developer's web page here:
Facebook Dialogs
Under the heading labeled : Mobile Display Modes
I'd appreciate any advice!
Currently we don't support the feed dialog in display=wap. Sorry.