我可以更改 Facebook 连接按钮吗?
我可以通过其他图片更改 Facebook 连接的默认按钮吗?
我正在设置网站的注册流程,并希望使用 Open Graph API。该按钮非常丑陋,而且不太用户友好,您知道我是否可以自己更改它吗?
谢谢
Can I change the default button of Facebook connect by an other picture ?
I am setting up the registration process of my website and would like to use the Open Graph API. The button is pretty ugly and not very user friendly do you know if I can change it by my own ?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用新的 connect-js 就变得非常简单了。只需附加一个js点击事件,然后调用FB.login(callback)
http://github.com/facebook/connect-js/blob/master/examples/jquery/login.html
With the new connect-js it is quite trivial. Just attach a js click event and then call FB.login(callback)
http://github.com/facebook/connect-js/blob/master/examples/jquery/login.html