我有一个分享html 5视频的html页面,我想创建一个分享按钮。
到目前为止,我有这个......
<a name="fb_share" share_url = " @Url.Action("Details", "Player", new { area = "Multimedia", id = item.Id }, "http")" ></a>
...生成网址http://host/Multimedia/Composer/Player/Details/{Id}
它就像你在这张照片中看到的那样工作。
我正在使用这个facebook库:
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"
type="text/javascript">
我想知道显示页面或预览视频的简单方法是什么?
与YouTube主播相同的链接显示如下内容:
我从这个页面得到了它: https://developers.facebook.com/docs/share/
我看到有一些元标记,但对于.fla
或.swf
视频,我的是html5。我想知道是否有类似的方式传递元数据以显示它像第二个链接。