facebook likes are not showing on facebook wall without comment in php - facebook

The issue is someone click the like button, the facebook popup is being coming and user click on "post to facebook" button. The liked page is not showing on the facebook wall.. if we write comment in comment box and then click post to facebook button then it appears on the wall.
For eg. click on the like button on this page http://www.bitcandy.com/plogs/plogDedicated/music/best-song-ever-lana-del-rey-video-games and do not write any comment and click on post to facebook. It will not show on your wall.. If you write a comment then it will be there …
may be you found the issue which I want to explain.. let me know if you know about this..
Thanks

Related

Save button Facebook not showing

I'm trying to add Save button from Facebook on each post at my website
But I got a problem, each post in my website have a button like Facebook, just only when I liked this post, reload page, Save button will appear, if not like, it's empty.
This thing happen on page get code from Facebook
When I paste link post from my web
It's just blank, Why this happen. I tested with any link without my website, it's normal.
You can try any post link in my website & after paste link to
It's blank.
Please can show me how solve this problem. Thank you

How to let a user in "internal Facebook App browser" to like my page without directing to a new page?

When I visit this page (Facebook Like Button official page) in my Facebook browser, the like button is working very gracefully.
It works this way:
1 - Click the "like"
2 - There will be a sparkle animation showing
3 - Then the like action is done
However, when I put the same code in a page of mine, still in Facebook internal browser, after clicking the like button, there's no animation and I am redirected to a new page, in which I'm asked to confirm the like action.
Here is the screenshot of the new confirm box
Is there a way to let the user like my page directly without this "Do you want to like this page" confirm box? I want this feature because people are taking actions on my page and if they are directed to another page, the status of that page is gone.
Thanks for any kind of tips!

how to check who and when clicked facebook like button

I using this to check how many likes are on my website
http://api.facebook.com/restserver.php?method=links.getStats&urls=http://mywebsite.pl
My Question is:
How to check who and when clicked facebook like button on my website?
There is no way to identify users who clicked a Like Button on your external Website, for privacy reasons. You can only see friends who liked the same URL by setting the "data-show-faces" flag in the Like Button Plugin.
You can subscribe to the edge.create event if you want to know when it gets clicked, but this still does not return WHO clicked it: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe

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

Dialog box before adding comment facebook fan page comment box

I need to add a dialog box which will display few text before user can add comment on facebook fan page.
You cannot do that directly on facebook.
You must create an app that will add a comment on your page, and inside that app display the dialog box.
Otherwise, I'm pretty sure Facebook won't let you do that.