oembed: wrap in iframe only html from remote service

This commit is contained in:
Fabio Comuni 2011-10-25 14:59:31 +02:00
parent ae12074337
commit afce790e56
4 changed files with 150 additions and 8 deletions

View file

@ -19,7 +19,7 @@ function tryoembed($match){
if ($o->type=="error") return $match[0];
$html = oembed_format_object($o);
return oembed_iframe($html,$o->width,$o->height);
return $html; //oembed_iframe($html,$o->width,$o->height);
}