OpenGraph image/thumbnail width and height

This commit is contained in:
Mikael Nordfeldth 2016-01-13 22:07:39 +01:00
parent 1e5770bbcf
commit 24d9d76644
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
*/
class OpenGraphHelper
{
const KEY_REGEX = '/^og\:(\w+)(?:\:(\w+))?/';
const KEY_REGEX = '/^og\:(\w+(?:\:\w+)?)/';
protected static $property_map = [
'site_name' => 'provider_name',
'title' => 'title',
@ -16,6 +16,8 @@ class OpenGraphHelper
'type' => 'type',
'url' => 'url',
'image' => 'thumbnail_url',
'image:height' => 'thumbnail_height',
'image:width' => 'thumbnail_width',
];
// This regex map has: /pattern(match)/ => matchindex | string