Dialog box before adding comment facebook fan page comment box - facebook

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.

Related

Facebook Like Button display's Switch and image

I have a problem with the Facebook Like button to where if a person is an admin of multiple pages / account, instead of the button displaying it shows a small box with a "Switch" link and the person's image. The same as explained here... http://developers.facebook.com/bugs/111826392293111/
I am using the default code provided by Facebook, not any special code. Any ideas or unfixable bug?
if you get the "switch link", than you're currently using facebook as a page and therefore can't access the social plugin. go back to facebook.com, change your identity back to your user profile and reload the page with the social plugin. it's not a bug in your implementation or from facebook at all.
Just use: data-height="60" data-width="60" for example, and limit the expansion of the box.

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

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

specific fb page will not work with like button

I've had this like button/box setup for this specific page for some time. But now it;s stopped working:
Using code generated (for iframe) on this page:
http://developers.facebook.com/docs/reference/plugins/like/
to display this fb page:
http://www.facebook.com/JohnPurkiss
does not display/work. If I amend the like button url in the iframe to another fb page, it does work. I'm not tryinig to use a button/plugin that requires an app. Just a plain 'ol simple button. But it appears to me there is an issue with this specific fb page (johnpurkiss one above)
Any advice/help greatly appreciated.
The problem here is that the "page" you linked to is in actual fact a personal user.
You can not "like" a user in the same way that
you can not add a page as a friend...
or "poke" an event...
or subscribe to a photo...
You'll gave to provide an actual page to be liked.
As you can see from the screenshot below taken from the link you provided, there is no like button to be found.
Only an "Add Friend" and "Subscribe" button. I'm not sure if converting your profile into a page is the way you want to go, but it is possible. You can learn how at this link.

Facebook - How to change the image posted for comments on my app?

I have an app with a comment box inside it, which I inserted as a social plugin
<fb:comments href="https://apps.facebook.com/myappname"></fb:comments>
When a user posts a comment using that comment box, Facebook does not show the correct image. With Facebook debug I can check that the Open Graph tags for the page of my application use the application icon as image - which is what I had expected.
Still, when a user uses this comment box, on his profile appears a random image from my app. Is there a way to fix this?

facebook comment box and facebook like bottton

Do facebook like button and a facebook comment box on the same page require differnt app ids. I have a working comment box in my website. I like to add a "facebook like button". So do neeed to create a new app id for that ?
You should only need one app id per application.