Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
A CSS property which governs what happens if content overflows it's containing box
1
vote
0answers
8 views
FB.Canvas.setAutoGrow horizontal inactive scrollbar in Firefox
I am having an issue with my FB Canvas iframe app.
What I use:
window.fbAsyncInit = function() {
FB.init({
// my app code code code
});
FB.Canvas.setAutoGrow(true);
}
+ set Fluid width ...
0
votes
0answers
15 views
facebook button cropping to size of span
I am completely flumoxed on this one. I have a Facebook button that seems to be hidding the overflow but only on the y axis???
You can see it live here: www.new.thebespokeflorist.co.uk/blog just ...
-2
votes
1answer
44 views
Overflow: hidden problems
I have a facebook like button in the caption part of a slideshow div, which is in the far bottom right. Obviously, the slideshow container has overflow: hidden, and when you click like the 'post to ...
0
votes
0answers
66 views
Dynamic Icon extends viewport when displayed - css overflow hidden is NOT the thing
Hi,
I have a responsive website. On the right side there are a couple of social media Buttons, which assist also in data privacy. I reformated the ul/li list using css to put them one under the other. ...
0
votes
1answer
141 views
Facebook iframe web app div scrolling to bottom
I have a facebook iframe web app that opens a jquery dialog with an onclick. The jquery dialog has the below css. When the dialog opens the div always scrolls to the bottom. Is there a way to make the ...
1
vote
0answers
69 views
overflow: auto not working correctly with Facebook Like Comment Flyout
To save my time trying to explain it, here's a 'working' example:
http://jsfiddle.net/z56Dt/19/
When you click the 'Slide' button, the div height expands as it should. But when you click the Like ...
0
votes
1answer
126 views
CSS - Facebook plugin overflows when displayed on mobile devices
I'm just starting out in web design/CSS so my current knowledge is limited.
With that in mind (this may be very easy for pros to fix), does anyone know why the Facebook iframe on this website won't ...
1
vote
0answers
214 views
Facebook Comments Box doesn't scroll within scrollable div
I'm working on a website which includes a facebook comment box within a div (div id="article") which has an overflow="auto" attribute.
The article body scrolls but the comment box extends outside the ...
0
votes
0answers
312 views
Facebook like button pops up behind some elements
On my website the comment box that pops up when I press the Like button is placed behind some elements of the page and I really don't figure out how to fix it.
For 2 days I'm struggling with z-index ...
0
votes
0answers
140 views
Make Facebook Comments Plugin Scrollable
I have the facebook comments plugin loading in a lightbox (kind of how facebook comments load when you click on a picture in facebook itself).
How do I make the comments scrollable? I've tried ...
-1
votes
2answers
1k views
Facebook like button, popup window hidden beneath other element [closed]
I know this must've been asked many times before, but i can't make it work to save my life. Here is my page, http://bit.ly/N7JKrs click on "like" or "send" to see what's happening (popup is beneath ...
0
votes
1answer
753 views
css, z-index, overflow, Facebook xfbml and Safari
I'm trying to get the Facebook "Like" button xfbml dialogue to overlay a <div> in a site, but no matter what I do with z-index and overflow:visible, the dialogue won't be rendered above the ...
0
votes
0answers
134 views
My facebook pplication works fine in CHROME but not in Mozilla
This is a simple application that shows a gallery of photos using ajax. This application was working OK before the new march changes in facebook. In firefox does NOT show the hole page. It cuts the ...
1
vote
0answers
275 views
Can the like button (with comments prompts) exist inside a carousel?
I have a sliding carousel of items, each of which includes its own like button. I want the like buttons to have comments; that is, when the user clicks Like, he should be presented with a prompt to ...
1
vote
2answers
173 views
How Facebook deals with text overflow?
I'm doing a comments system, but there's something that keeps bugging me. For an example when I post a comment that contains 300 symbols without spaces between them it will overflow the commentbox. ...
