如何在同一个Facebook页面上播放共享视频而不是新窗口

时间:2015-10-01 06:10:04

标签: html facebook video open-graph-protocol

视频在新窗口中分享完美但视频播放,但我想在同一个Facebook页面播放视频。

<html xmlns="http://www.w3.org/1999/xhtml"      xmlns:og="http://ogp.me/ns#"     xmlns:fb="https://www.facebook.com/2008/fbml">
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta property="og:video" content="http://releases.flowplayer.org/swf/flowplayer-3.2.18.swf?config={'clip':{'url':'http://103.231.125.106/nesos/videoappsuser/150930171515SampleVideo_1080x720_1mb.mp4'}}" />
<meta property="og:video:secure_url" content="https://releases.flowplayer.org/swf/flowplayer-3.2.18.swf?config={'clip':{'url':'https://103.231.125.106/nesos/videoappsuser/150930171515SampleVideo_1080x720_1mb.mp4'}}" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="400" />
<meta property="og:video:height" content="300" />

0 个答案:

没有答案