This package was designed to work with Umbraco v4 to v6 only.
Due to other package commitments, I am no longer maintaining this package.
A simple Umbraco data-type (property-editor) to parse Open Graph information from a given URL.
XML data format
The data-type will store the Open Graph data in the following format.
<OpenGraph>
<Type>website</Type>
<Title>Open Graph protocol</Title>
<Image>http://ogp.me/logo.png</Image>
<Url>http://ogp.me/</Url>
<OriginalUrl>http://ogp.me/</OriginalUrl>
</OpenGraph>
Code examples for Razor and XSLT are to come.
References