OpenGraph image/thumbnail width and height
This commit is contained in:
parent
1e5770bbcf
commit
24d9d76644
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user