No Facebook Comment Box when LIKE BUTTON is clicked on Mobile Browser - facebook

Good afternoon everyone.
I have a page where the comment box pops up every time if I am using a normal browser. But, when I go to my iPhone, the comment box does not appear. I searched all over Stack and Google, cannot seem to find anything on it- maybe since new issue or not many people testing this on Mobile? You can test it here to see on iPhone: https://developers.facebook.com/docs/reference/plugins/like/
<fb:like href="https://developers.facebook.com/docs/reference/plugins/like/" layout="button_count" show_faces="false" action="like" colorscheme="light"></fb:like>
Please let me know if anyone has any ideas - thanks in advance!
Dennis

what i have experienced is that if you have a facebook comment box on your page, then the like button will tricker the comment pop up if viewed from a normal browser.

Related

Facebook share link: &display=popup not popping up

Hey I'd like to have it so that the Facebook share link pops up rather than opens to a new page. I'm just going from their example:
https://www.facebook.com/dialog/share?
app_id=145634995501895
&display=popup
&href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2F
&redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer
and I figured that "$display=popup" would imply that it well, displays a popup. I'm new to working with Facebook sharing, and I'm finding a million solutions on how to not have it popup. Is there something I'm missing?
display just control the look. You still need to pop the popup your self

iOS Phonegap Like Button (phonegap-plugin-facebook-connect)

i have a problem with implementing a "Like-Button" in a Phonegap Application for iOS.
I'm using the phonegap-plugin-facebook-connect plugin and it works.(I can post things on my wall and so on)
But i can't realize a "Like-Button" of a specific page.(There is just a white space where the button should be)
I searched for hours on Google, but there were nothing which really helped me.
My current code is:
<fb:like href="http://www.facebook.com/oxfam.de" send="false" width="450" show_faces="false"></fb:like>
Where is my mistake?
Unfortunately at this point in time you cannot like facebook pages via the graph. Basically Facebook has give the ability to like out site objects via the graph but internal pages are still off limits - due to the potential of spammers.
Facebook Documentation
Related SO Question
Eventually this will be possible I think, but for now it is not.

iFrame inside Facebook Dialog Box

I am trying to open a flash gallery with modal box in my iFrame Facebook app, but it is bigger than 520px. I found 2 solutions:
Insert a piece of code in the parent windows to make the modal to open with Target _parent, This is impossible since the parent windows is the Facebook!
Open flash video with iFrame inside a Facebook Dialog Box,
I have been looking for a tutorial for days without success. Anyone knows how can I do something like this:
<fb:dialog id="my_dialog">
<fb:dialog-title>My title</fb:dialog-title>
<fb:dialog-content> Flash video </fb:dialog-content>
</fb:dialog>
Maybe it's a solution for what I need, but it's more than 2 months and nobody answered this question.
http://facebook.stackoverflow.com/questions/7427051/fbswf-not-working-in-fbdialog-box-shows-blank-white-space
Here is my page, but remember that it is a work in progress and I do not know how long it will be a useful link:
https://www.facebook.com/MegaPetBrasil?sk=app_244261928967214
Thanks in advance.
Didn't try it out once but it might be because of fbml deprecated.. http://developers.facebook.com/docs/reference/fbml/
If it is wider than 520px , you can try canvas page (i know user will have to leave fan page) and integrate inside Facebook. It might be even better in user experience perspective, if i have been visiting your page and in tab app if you lock my Facebook screen and show a dialog box with flash gallery, i will annoyed. It will be much better in canvas without any popups. Guess.. :)

Facebook like button doesn't open in a new window

I have a trouble with the facebook "i like" button. I put in my web site but I really need to open the Iframe in a new windows!
Is it possible?
If anyone has a tips please let me know; I going crazy with this, I couldn't find any hint online!
If anybody are still interest on this issue i discover in the facebook developer forum that you cannot open in a new window! Because the facebook team doesn't allow you.
My solution was to hide the comments iframe and just show the count.
It's working good as well. Just the user can't give a title to the page that would like to share.

Facebook fbml add fan button to page

I'm trying to figure out how to add a Fan button to a Facebook page right next to the company name. I've seen this done on a few pages, as shown in the following screenshot.
I've added the FBML application though I can't find a great deal of information on the code required for the actual button and then how to place the button on the page. Can anyone point me in the right direction?
Many thanks.
For pages, that button is automatically handled by Facebook. If you are already a Fan of the page, the button won't appear. You should be able to "unfan" the page in your account settings.
The FBML application lets you add arbitrary FBML to the "box" that represents that application. It has nothing to do with the Fan button.
Visit the url that lets you edit your page information, on the right had side you should see something along the lines of "Promote with a fan box" -- that should be what you're looking for.
If you want to do it by hand you can use the fb:fan tag (http://wiki.developers.facebook.com/index.php/Fb:fan)
Thanks guys. Yep I delved into the hacks for this using FBML though eventually logged out and logged in with a different account and lo and behold! Facebook add this Fan Button by default now.