#!/usr/bin/env php . /** * OembedPlugin implementation for GNU social * * @package GNUsocial * @author Mikael Nordfeldth * @author Diogo Cordeiro * @copyright 2019 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ defined('GNUSOCIAL') || die(); define('INSTALLDIR', realpath(__DIR__ . '/../../..')); $shortoptions = 'u:'; $longoptions = array('url='); $helptext = <<