1 2 3 4 5 6 7 8 9 10 11 | <?php /** * * http://embed.ly/code?url=http%3A%2F%2Fp.cweiske.de%2F158 * http://iframely.com/debug?uri=http%3A%2F%2Fp.cweiske.de%2F150 */ require_once 'Services/oEmbed.php'; $oEmbed = new Services_oEmbed('http://phorkie.bogo/8'); var_dump($oEmbed->getObject()); ?> |