Facebook multi-friend-selector popup alignment
June 14, 2011
This has plagued me from the start. After messing around a times at it, I figured out how to get things moved around.
Problem: If using the multi-friend-selector in an iframe, the dialog that pops up, will sometimes be cut off on the right.
the example code they provide is something like:
<fb:serverFbml style="width: 755px;"> <script type="text/fbml"> <fb:fbml> <fb:request-form....
Solution: To squeeze the popup, so that its over the selector itself do
<fb:serverFbml width="600px"> <script type="text/fbml"> <fb:fbml> <fb:request-form....
Voila!
Advertisement

