Facebook 视频喜欢使用自定义喜欢按钮

发布于 2024-11-03 12:12:37 字数 506 浏览 0 评论 0原文

我正在开发一个 iPhone 应用程序,该应用程序列出了登录用户墙上发布的视频。我想在列出的每个视频下方提供一个“赞”按钮。当用户点击此“赞”按钮时,相应的视频应该在 Facebook 中被赞。

UI 中显示的“赞”按钮应与我的应用程序的 UI 主题相匹配。我已经浏览了与 Like 按钮相关的 Facebook 插件文档。以下是文档的链接: http://developers.facebook.com/docs/reference/plugins/like/< /a>

但是,我无法使用使用 iFrame 生成的“Like”按钮,因为我无法自定义“Like”按钮的外观。

如何自定义我的“赞”按钮?或者我如何以编程方式点赞视频 URL?我长期以来一直在尝试这样做。我看到一些 iPhone 应用程序已经有了自定义的 Like 按钮。

I am developing an iPhone application that lists videos posted on logged-in user's wall. I would like to provide an Like button below each video listed. When the user clicks on this Like button, the corresponding video should be liked in Facebook.

The Like button shown in the UI should match the UI theme of my app. I have gone through Facebook plug-in documentation related to Like button. Following is the link with the documentation:
http://developers.facebook.com/docs/reference/plugins/like/

But, I cannot use this Like button generated using iFrame since I will not be able to customize the look of Like button.

How can I customize my Like button? Or how can I programmatically like a Video URL? I am trying to this since long time. I have seen some iPhone apps already having custom Like button.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

浊酒尽余欢 2024-11-10 12:12:37

看看这里关于造型的好方法:
http://www.esrun.co.uk/blog/ disguising-a-facebook-like-link/

而 Facebook 的具体政策是,只要你没有欺骗用户,政策团队就会认为这种做法是可以接受的。

Take a look here for a nice how-to on styling:
http://www.esrun.co.uk/blog/disguising-a-facebook-like-link/

And the specific policy from Facebook is that as long as you are not deceiving the user, the policy team would consider this practice acceptable.

情独悲 2024-11-10 12:12:37

我可以使用 Graph API 来做到这一点。新的 SDK 提供了对 Graph API 的支持。

I could do it using Graph API. New SDK provides support for Graph API.

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