Some changes to let pumpio react similar to facebook.

This commit is contained in:
Michael Vogel 2013-09-04 00:01:00 +02:00
parent 34e7206ba4
commit 9a1a666f24
5 changed files with 19 additions and 7 deletions

View file

@ -36,7 +36,8 @@ function stripcode_br_cb($s) {
function tryoembed($match){
$url = ((count($match)==2)?$match[1]:$match[2]);
// logger("tryoembed: $url");
//logger("tryoembed: $url");
$o = oembed_fetch_url($url);