fb:comments does not showing Log out link
Posted
by mahfuz05
on Stack Overflow
See other posts from Stack Overflow
or by mahfuz05
Published on 2010-06-16T09:22:27Z
Indexed on
2010/06/16
9:32 UTC
Read the original article
Hit count: 291
fb.comments does not showing Log out link
here is my code
< fb:comments xid="mahfuz" canpost="true" candelete="false" >
< /fb:comments>
here is JS SDK code
<div id="fb-root"></div>
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({appId: 'my app id', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
© Stack Overflow or respective owner