scottmac / opengraph

Helper class for accessing the OpenGraph Protocol
463 stars 151 forks source link

multiple properties #3

Open pfefferle opened 14 years ago

pfefferle commented 14 years ago

if property has more than one attribute:

<meta property="og:title dc:title" content="The Rock" />

the parser returns:

array('title dc:title' => 'The Rock')

and that causes problems with $og->title

pfefferle commented 14 years ago

Here is a full example: http://gist.github.com/382260