开发者

How to hide facebook logout button

开发者 https://www.devze.com 2023-03-06 21:59 出处:网络
I have a strange problem.I don t if it is a problem :) Well I am tring to login my web site with facebook login.

I have a strange problem. I don t if it is a problem :) Well I am tring to login my web site with facebook login. I am making this facebook user to my web site user and I am giving session to that user. The problem is I am trying to hide facebook log out开发者_如何学JAVA button. Because it is useless and confusing the mind. User should click the signout button to logout.

the questing is how can i hide facebook logout button after that user login with facebook account.


just change autologoutlink value:

<fb:login-button autologoutlink="false" onlogin="window.location.reload();"></fb:login-button>
0

精彩评论

暂无评论...
验证码 换一张
取 消