| Steps to Reproduce: | 1. This works: <fb:login-button scope="email" on-login="fbLoginCallback()">Login/Register</fb:login-button> 2. This does not: <fb:login-button scope="email" registration-url="/signup/custom" on-login="fbLoginCallback()">Login/Register</fb:login-button> |
|---|---|
| Expected Behavior: | The button should show up like normal, and should redirect to the registration-url if the user has not registered. |
| Actual Behavior: | But JS renders the iframe, but there is a big empty white space where the button should be. Here is the iframe HTML that it renders (which does not show the button) <fb:login-button scope="email" registration-url="/signup/custom" class=" fb_iframe_widget "><span style="height: 94px; "><iframe id="f24b99d32c" name="fd22428d" scrolling="no" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; height: 94px; " class="fb_ltr" src="http://www.facebook.com/plugins/ |