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.
Modal windows are child windows that require user interaction before closing and allowing the user to return to the parent window.
0
votes
0answers
59 views
Lightface iframe
<script type="text/javascript">
$(window).load(function(){
$('#demo-side-bar').removeAttr('style');
});
function loginPart(){
var modal = new LightFace.IFrame({
...
0
votes
2answers
96 views
Modal library similar to facebook [closed]
I need a good modal library that is similar to facebook. I wanna display a photo and some information on the side. Do you know of any? Most of them i saw just had pictures.
Thanks
1
vote
0answers
208 views
Auth dialog in a modal iframe
Is there anyway to serve the login/auth dialog that results from a FB.login(…) call, in a custom iframe, i.e. not in the default popup?
I've tried changing the display type to 'page' and sourcing it ...
0
votes
0answers
408 views
Jquery- Ajax : How to create facebook style content view - both on modal window and normal window
I hope my question is not too vague. Let me explain.
I want to make a facebook style content view. I mean:
When I click a photos link, I want it to be open in modal window,
But When I open that url in ...
0
votes
1answer
165 views
Make Facebook permission window modal
I'm using the standard code from Facebook JS SDK in order to get the permissions for an application (this is an example with email permission):
FB.login(function(response) {
if ...
1
vote
1answer
2k views
Fancybox with “share” buttons linked to unique image
I would like to display a facebook-like button within the Fancybox popup.
The interaction I'm imagining is similar to how Pinterest displays the social sharing buttons to the right of a modal popup ...
0
votes
2answers
462 views
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 ...
