add links to zcards #500 ; also provide drag/drop highlighting of comment regions when a link is being dragged over them

This commit is contained in:
redmatrix
2016-09-05 17:08:48 -07:00
parent aaa7d6a0ec
commit 1639f5b83d
5 changed files with 35 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ class Oembed extends \Zotlabs\Web\Controller {
}
else {
echo "<html><body>";
echo "<html><head><base target=\"_blank\" /></head><body>";
$src = base64url_decode(argv(1));
$j = oembed_fetch_url($src);
echo $j->html;