zero-two
03-26-2011, 04:18 PM
Hi
my FB connect is properly working but I would like to make a static link to the fb_loginbtn on another page (on a website).
so i can actually redirect to the login procedure (i'm using the normal one not the "two-click" fast registration).
how can accomplish that?
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId : 'APPID',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=136405726429698&xfbml=1"></script><fb:login-button show-faces="true" width="200" max-rows="1"></fb:login-button>
this works but i'm not redirected to the VB forum register page where users usually complete the registration.
Any help is appreciated!
--------------- Added 1301226296 at 1301226296 ---------------
any idea? i just need to link the popup somewhere else (ex : in a post)
my FB connect is properly working but I would like to make a static link to the fb_loginbtn on another page (on a website).
so i can actually redirect to the login procedure (i'm using the normal one not the "two-click" fast registration).
how can accomplish that?
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId : 'APPID',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=136405726429698&xfbml=1"></script><fb:login-button show-faces="true" width="200" max-rows="1"></fb:login-button>
this works but i'm not redirected to the VB forum register page where users usually complete the registration.
Any help is appreciated!
--------------- Added 1301226296 at 1301226296 ---------------
any idea? i just need to link the popup somewhere else (ex : in a post)