Created
April 3, 2011 18:17
-
-
Save colmdoyle/900635 to your computer and use it in GitHub Desktop.
Code to demonstrate Embedding on Facebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Hello World</title> | |
<meta property="og:title" content="An awesome clip!"/> | |
<meta property="og:type" content="movie"/> | |
<meta property="og:url" content="http://colmd.fbdublin.com/socialPlugins/videoshare2.php"/> | |
<meta property="og:image" content="http://colmd.fbdublin.com/socialPlugins/BugsLifeWallpaper800.jpg"/> | |
<meta property="og:site_name" content="FBDublin"/> | |
<meta property="fb:admins" content="260300016"/> | |
<meta property="og:description" content="You should check this out!"/> | |
<meta property="og:video" content="http://colmd.fbdublin.com/socialPlugins/tangramone.swf" /> | |
<meta property="og:video:height" content="300" /> | |
<meta property="og:video:width" content="300" /> | |
<meta property="og:video:type" content="application/x-shockwave-flash" /> | |
</head> | |
<body> | |
<!-- SNIP --> | |
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fcolmd.fbdublin.com%2FsocialPlugins%2Fvideoshare2.php&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment