Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html facebook og:视频不工作_Html_Facebook_Meta - Fatal编程技术网

Html facebook og:视频不工作

Html facebook og:视频不工作,html,facebook,meta,Html,Facebook,Meta,我有.mp4,正在尝试使用meta标签发布文章内容 Facebook调试器同意我有以下内容 <meta property="og:type" content="video.other"> <meta property="og:title" content="This is the title for a test post"> <meta property="fb:app_id" content="<app_id>"> <m

我有.mp4,正在尝试使用meta标签发布文章内容

Facebook调试器同意我有以下内容

<meta property="og:type"     content="video.other">
<meta property="og:title"    content="This is the title for a test post">
<meta property="fb:app_id"   content="<app_id>">
<meta property="og:description" content="Test">
<meta property="og:video"       content="https://<url_for_mp4>">
<meta property="og:video:secure_url" content="https://<url_for_mp4>">
<meta property="og:video:type"       content="video/mp4">
<meta property="og:video:width"      content="1200">
<meta property="og:video:height"     content="630">

呈现此Facebook时,仅显示标题和说明


感谢您的帮助。

指的是,后者表明Facebook可能已经开始限制此功能的可用性……如果Facebook在其开发人员文档/scraper中引用此功能,那就太好了!通过直接上传将视频添加到帖子中仍然可以正常工作(在英国)。