aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-25 14:59:31 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-25 14:59:31 +0200
commitafce790e56ba7cd4c5c049e7c3a9aac20846981e (patch)
tree648414c3420009049bdd2f5ebc22777a57adc199 /include/bbcode.php
parentae12074337c6f5465c8abab8b3205daeb8797a0b (diff)
downloadvolse-hubzilla-afce790e56ba7cd4c5c049e7c3a9aac20846981e.tar.gz
volse-hubzilla-afce790e56ba7cd4c5c049e7c3a9aac20846981e.tar.bz2
volse-hubzilla-afce790e56ba7cd4c5c049e7c3a9aac20846981e.zip
oembed: wrap in iframe only html from remote service
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index e20b2478d..d7b64c0cf 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -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);
}