Created
January 12, 2012 02:55
-
-
Save firewalker06/1598273 to your computer and use it in GitHub Desktop.
Sample Facebook Open Graph Protocol
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 xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:og="http://ogp.me/ns#" | |
xmlns:fb="http://www.facebook.com/2008/fbml"> | |
<head> | |
<title>The Rock (1996)</title> | |
<meta property="og:title" content="The Rock"/> | |
<meta property="og:type" content="movie"/> | |
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/> | |
<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/> | |
<meta property="og:site_name" content="IMDb"/> | |
<meta property="fb:admins" content="USER_ID"/> | |
<meta property="og:description" | |
content="A group of U.S. Marines, under command of | |
a renegade general, take over Alcatraz and | |
threaten San Francisco Bay with biological | |
weapons."/> | |
... | |
</head> | |
... | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment