Facebook Like Button not shown when not being logged in - facebook

I have the following problem: I created via this link a facebook like button to my fanpage.
Now the problem is that when I log out of facebook the button is not shown on my website.
I checked all the restrictions like age or country. I allow everything.
Any ideas why that is?

Ok, stupid one! I finally got it!
My fanpage was still set to hidden. When I change the visibility the like button is shown.

Related

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

Facebook Send button is not showing and comments dialog flickers

I use Facebook on many pages but on this particular one I don't see Send button and when I click Like the comment dialog just flickers.
https://www.customerelite.com/lrm/ms/oid/587153
Does anybody see what's wrong with Facebook buttons on this page?
Thanks.
This looks like a Facebook bug. I filed a bug here https://developers.facebook.com/bugs/391962640871463

Like button action not showing on user's walls

I'm using the iFrame Like button on a page. When I click it, it goes to my wall saying I liked a link. This is good. However, when other people try it, it doesn't show up on their wall. Does the timeline layout affect this? I'm not using that layout, but my testers that aren't able to get the like to show on their wall are.
I've found similar problems on here, but nothing that's helped. I have OG meta tags included on the page that aren't being read correctly either.
Thanks in advance for any help.
Maybe some hints:
Have you checked the permissions for the FB-application?
Does it only work with users that are registered as developers/testers for the FB-application?

Facebook tab like button not working

I am developing a Facebook page for fans only. When a user lands on my page I am able to determine if it is a fan or not and display content appropriately. In the last few days I have noticed that non fans that land on my page and click on the native tab like button the page doesn't refresh to display the fan content.
What do I do about it? I haven't changed anything on my code to cause this. It just stopped working.
I didn't encounter such problems, but if you need a solution, try to subscribe to the edge.create event: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
This way, you will be able to detect if someone clicks a like button and, if the like button for your page is clicked, you can redirect the users back on your tab, like a sort of refresh
Sounds like it might be a Facebook bug, nothing in your code should have any affect on the native like button.
Try submitting the bug at http://bugs.developers.facebook.net/

Facebook "Publish Story" dialog buttons are too far down

I have the following problem with my implementation of Facebook.
I want to publish a user story and everything works pretty well except sometimes the buttons
are placed too far down and you can't just scroll them up 'cause they always will pop back down there. I think you can see it best in the picture!
Its even worse in German...
Does anybody have the same problems? Or does anybody know why this could be?
Screenshot
Reduce the size of your content.Since this is a webview so it adjust the size as per your content.Decrease the size of your content and they were , on their right position.
Hope it helps you.....
Alright it is gone now!
There was a new update of the Facebook api and this problem went away after updating!
So like I thought it was a problem of the Facebook api!
I have narrowed it down somewhat:
feed dialog is scrambled only when called right after login dialog. In my case when user clicks post button I check if he is logged in, if yes then show post feed dialog, if not I show him login dialog then post feed dialog.
There is no need to do that because post feed dialog will force user to login when opening...
skipping this step with login solved this problem...