Skip to content

Instantly share code, notes, and snippets.

@colmdoyle
Created December 7, 2010 12:09
Show Gist options
  • Save colmdoyle/731729 to your computer and use it in GitHub Desktop.
Save colmdoyle/731729 to your computer and use it in GitHub Desktop.
Sharing a whitelisted video
<html>
<head>
<title></title>
<meta name="medium" content="video" />
<meta property="og:title" content="The Video Title" />
<meta property="og:description" content="A video" />
<meta property="og:image" content="http://cfs.flvs.daum.net/files/4/95/82/26/86134/thumb.jpg" />
<meta property="og:video" content="http://flvs.daum.net/flvPlayer.swf?vid=6x5quH4Wk6k$"/>
<meta name="video_height" content="400" />
<meta name="video_width" content="600" />
<meta name="video_type" content="application/x-shockwave-flash" />
</head>
<body>
<a name="fb_share"></a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"
type="text/javascript">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment