Skip to content

Instantly share code, notes, and snippets.

@firewalker06
Created January 12, 2012 02:55
Show Gist options
  • Save firewalker06/1598273 to your computer and use it in GitHub Desktop.
Save firewalker06/1598273 to your computer and use it in GitHub Desktop.
Sample Facebook Open Graph Protocol
<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