Facebook Comments iframe cutting off reply menu - facebook

Reply menu is cutting off at the bottom when there are multiple Facebook accounts to reply as. Facebook's iFrame does not appear to resize itself. Is there a solution to this?

There was overflow:hidden applied to the container containing the plugin. Removing it fixed the issue.

Related

Facebook iframe is showing up in the middle of my Joomla article

Facebook iframe is showing up in the middle of my Joomla article. I am wanting to make it go away and have tried nearly everything I could think of. Please help! the article link is http://blowingrocknews.com/community-life/general-news/2658-tis-the-season-forgetting-your-teeth-knocked-out.html
You should probably remove the old FBML style of Facebook commenting, and instead switch to using Social Plugins, like https://developers.facebook.com/docs/reference/plugins/comments/

Does anyone have a solution for hiding URL html page links from Facebook Iframe tab

I have created an HTMl5 template in Facebook using the Static Iframe Tab. I don't really want other admin users - trying to download my content and stealing my work. Is there anywhere I can hide/prevent the URL links appearing for each page? When I hover on items on the Iframe, the URLs appear in the (Firefox) Browser window at the bottom? I would be grateful to know if there is a a way to hide them or prevent them being downloaded (i.e. just allow the the IFrame tab access?)
Not with HTML. But you could build your website in flash and have much better control over the content and linking.

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.. :)

add comments underneath an iFrame tab

I've created an iFrame app and added it to a fan page like here.
http://www.facebook.com/pages/Brad-Holland/224781117540627?sk=app_123543567752303
I would like to add comments box underneath the iframe so that its part of facebook and not my iframe.
Is this possible?
thanks in advance.
Brad
UPDATE
Hey many thanks for your response. Although this doesn't help me.
I am (as you can see from the link I showed you) able to put comments in the iFrame application see here: http://www.facebook.com/pages/Brad-Holland/224781117540627?sk=app_123543567752303
however, because the comments are part of the iFrame then It starts giving me those awful scroll bars as soon as more than 2 comments are made. I want the comments to be outside of the iFrame. or at least stop the scroll bars from appearing..
any assistance will be greatly appreciated.
Warm Regards,
Brad
yes it is possible see here you can use code somthing like specific to your post and this link may also help you.
and you can also have comment option with the new like button for the app for that see here

Facebook canvas restraints and lightbox or modal

I'm developing an application for Facebook and would like to use a lightbox or modal to display contents larger than the permitted canvas area (560). I don't have much experience with Facebook app development. The research I have completed has given me very little information regarding the issue. Loading a lightbox is fine it is making the the lightbox wider than the viewing area that is the problem.
In order to do this, you would need to be able to access the parent element from inside the iframe but because the content is from 2 different domains (parent content on Facebook server, iframe content on your server) cross domain restrictions apply and you will not be able to. So you will only be able to pop it up inside the 560 width iframe facebook gives you.
I also tried to achieve what you want, but I didn't get success because application called in facebook using iframe. And so that the effect of lightbox,modal or shadow have limited to that iframe width and height.
Simply, I am on conclusion is that the lightbox have not same effect which in normal websites.
In facebook it's limited to only canvas only.