scottmac / opengraph

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

How do you echo just the og:image link? #26

Closed berdesos closed 10 years ago

berdesos commented 10 years ago

Very useful library! How do you echo just the og:image link though? Thank you

berdesos commented 10 years ago

To answer my own question:

<?php require_once('OpenGraph.php');

$graph = OpenGraph::fetch('http://www.rottentomatoes.com/m/10011268-oceans/'); $image_url = $graph->image; echo $image_url; ?>

degtyaryov commented 9 years ago

How echo og:image:type ??