hi im a beginner for php...currently am developing face book comment box on my site.. i created comment box succesfully...if i login in this sense it will go through facebook.com.login.php.. but i need that login go through my wesite page instant of facebook.com... is there any code for it...
any one can tell me the answer plz.... im little confuse about it...
fb:comments should allow anonymous comments. You need to initialize the Javascript SDK before using it.
Read more here: http://developers.facebook.com/docs/reference/plugins/comments
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=APP_ID&xfbml=1"></script><fb:comments numposts="10" width="425" publish_feed="true"></fb:comments>
Hope it helps
Have you tried using the Facebook code generator to give you your comment box? http://developers.facebook.com/docs/reference/plugins/comments.
This should generate all the code you need and use a pop up box for logging in to Facebook.