栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

如何在youtube等Facebook上分享我网站上的视频

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

如何在youtube等Facebook上分享我网站上的视频

我有一个拥有HTML5视频播放器的网站。

您想找到一个好的SWF(*.SWF)视频播放器,该视频播放器可以将视频从

url={video_Hot_link}
(将
URL
参数传递给
SWF
播放器)

现在,当您准备好要播放流式视频的SWF播放器后,将Facebook Open Graph添加

<head>
标签中,如下所示:

<meta property="og:type" content="video"> <!-- site/page type more information http://ogp.me/ --><meta property="og:video:type" content="application/x-shockwave-flash"> <!-- you need this because your player is a SWF player --><meta property="og:video:width" content="Width in Pixels"> <!-- player width --><meta property="og:video:height" content="Height in Pixels"> <!-- player height --><meta property="og:video" content="http://example.com/{path_to}/{swf_player}.swf?url={video_soure}"> <!-- You will need to echo/print the video source (*.mp4) with server-side pre --><meta property="og:video:secure_url" content="https://example.com/{path_to}/{swf_player}.swf?url={video_soure}"> <!-- required for users whom use SSL (actually Facebook forces everyone to use SSL so you're required to use og:video:secure_url) so get a one -->

另外,您需要将以下前缀添加到

<html>
likeso

<html prefix="og: http://ogp.me/ns#">


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/614957.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号