
facebook login button html i have a facebook login button code ..but not sure how to use it. Can any one please explain? Here is the facebook login button code in html
<fb:login-button autologoutlink="true"
onlogin="Log.info('onlogin callback')">
</fb:login-button>

Here is the FaceBook Login Button Code in HTML that you can also find on facebook website too...
<html>
<head>
<title>My Facebook Login Page</title>
</head>
<body>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'YOUR_APP_ID', cookie:true,
status:true, xfbml:true
});
</script>
<fb:login-button>Login with Facebook</fb:login-button>
</body>
</html>

hi thanks a lot. how to integrate the login button in php code. Please help me, i've develop the facebook login to mysite with php script.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.