Skip to content

Instantly share code, notes, and snippets.

@talknowmonica
Created March 18, 2011 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talknowmonica/875775 to your computer and use it in GitHub Desktop.
Save talknowmonica/875775 to your computer and use it in GitHub Desktop.
OG_Sample XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Some description about the
contents of this page..." />
<meta name="keywords" content="HTML, XHTML, CSS, Open Graph, RDFa" />
<meta name="author" content="Monica Mae Climaco" />
<style type="text/css">
a img {text-decoration:none; border:0;}
</style>
<title>Test Document</title>
</head>
<body>
<h1>Test Document</h1>
<a href="http://ogp.me/" target="_blank">
<img style="float:left; margin:15px;"
src="http://opengraphprotocol.org/open_graph_protocol_logo.png"
alt="Open Graph Logo"
/>
</a>
<p>The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to enable any web page to have the same functionality as a Facebook Page.</p>
<p>While many different technologies and schemas exist and could be combined together, there isn't a single technology which provides enough information to richly represent any web page within the social graph. The Open Graph protocol builds on these existing technologies and gives developers one thing to implement. Developer simplicity is a key goal of the Open Graph protocol which has informed many of the technical design decisions.</p>
<p>This page was prepared by Monica Mae Climaco
who is interested in Systems Design, UX Design,
Information Architecture and the Semantic Web.
She likes to talk about anything in her
<a href="http://talknowmonica.wordpress.com/" target="_blank">
Wordpress</a> and
<a href="http://twitter.com/talknowmonica" target="_blank">
Twitter</a>
account.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment