我可以更改 Facebook 连接按钮吗?

发布于 2024-09-13 04:57:30 字数 123 浏览 3 评论 0原文

我可以通过其他图片更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

变身佩奇 2024-09-20 04:57:30

使用新的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文