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.

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.

learn more… | top users | synonyms

0
votes
1answer
214 views

Facebox - Facebox popup not showing FB Like button

I'm trying to display FB like button into facebox popup, but it is not working consistently for me, after opening popup multiple times, fb like button appears. I also tried it with FB Like button - ...
0
votes
0answers
159 views

FB login inside facebox is not working

My facebook login in the home page works. but inside facebox (a jquery popup plugin), it does not seem to work. I can see the facebook login button, but if i click nothing happens. Here is the ...
2
votes
1answer
458 views

jquery facebook wall .live

I am using the jquery plugin here Facebook Wall jquery plugin and I want to show the post wall in jquery Facebox. For some reason fb.wall works fine if its not loaded from within Facebox. Does ...
7
votes
2answers
2k views

Show spinner while loading an iframe in a facebox

I am using jQuery facebox to open a new window for authenticating Facebook users with Devise/Omniauth in my rails app. At first I wanted to simply load this in a div like so: ...