如何发出 Facebook 视频嵌入白名单请求?
我需要在用户墙上发布一个 swf,它可以在墙内播放。
我搜索了几天的解决方案,并了解到我需要应用 Facebook 视频嵌入白名单请求才能做到这一点。但是,旧的请求表单链接不起作用(http://www.facebook.com/help/contact.php?show_form=video_embed_whitelist)。
有人可以帮忙吗?
I need to post a swf on user wall and it is able to play inside the wall.
I searched the solution for few days and understand that I need to apply a facebook video embed whitelist request in order to do it. However the old request form link doesnt work (http://www.facebook.com/help/contact.php?show_form=video_embed_whitelist).
Anyone can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您尝试在出现的 Facebook 弹出窗口中写一些内容,然后将其发布到 feed,则当单击缩略图时,视频会在墙上播放。
如果源中没有消息,缩略图将成为 SWF 本身的直接链接并在新窗口中打开。
If you try writing something in the Facebook pop-up that comes up and then publish it to feed, the video would play there on the wall itself when the thumbnail is clicked.
If the feed doesn't have a message, the thumbnail becomes a direct link to the SWF itself and opens up in a new window.
您无需为此申请任何白名单请求。任何摘要故事中都可以包含 SWF。请参阅 Facebook JavaScript SDK,了解有关您可以在帖子中发布哪些元素的信息饲料故事。您可以使用的参数之一是
source
参数。摘自文档:
所以...例如 - 您可以使用这些参数进行调用:
You don't need to apply for any whitelist request for this. Any feed story can contain an SWF in it. Please see the Facebook JavaScript SDK for information about what elements you can post within a feed story. One parameter that you can use is the
source
parameter.Taken from the documentation :
so... for example - you could make a call with these parameters :
如果你的网站在白名单中,swf可能会直接在墙上播放,否则会弹出一个新窗口来播放swf。
If your site is in the white list, the swf may play directly on the wall, otherwise it will pop up a new window to play the swf.