How to embed my own video player in Facebook?(如何在 Facebook 中嵌入我自己的视频播放器?)
问题描述
是否可以在 Facebook 中嵌入我自己的视频播放器,以便我可以像所有 YouTube 视频一样直接在时间轴中查看视频?
Is it possible to embed my own video player in Facebook, so I can see the video directly in the timeline, like all the YouTube videos?
是否需要在我网站的 <head> 部分中包含任何元标记?
Are there any metatags I need to include in the <head> section of my site?
推荐答案
您必须首先通过提交 视频嵌入白名单请求.
You must first get your Flash player approved by submitting a video embed whitelist request.
一旦获得批准(当我回顾我请求的电子邮件时,我花了 4 小时),您的播放器将能够像 YouTube 视频一样显示.然后,您可以使用他的回复中提到的 fire 的 Facebook Share 帮助指南.此外,另一个有用的东西是 URL Linter,它告诉您 Facebook 如何解释您的网页.
Once this is approved, which took 4 hours for me when I look back on emails from my request, your player will be able to be shown just as YouTube videos are. You can then use the Facebook Share help guide which fire mentioned in his reply. Also, another helpful thing is the URL Linter which tells you how Facebook is interpreting the metadata on your pages.
这篇关于如何在 Facebook 中嵌入我自己的视频播放器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Facebook 中嵌入我自己的视频播放器?
基础教程推荐
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 如何替换eregi() 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
