mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Make sure to use property attribute on og:type
This commit is contained in:
@@ -4019,7 +4019,7 @@ class eResponse
|
|||||||
); // Keep FB happy.
|
); // Keep FB happy.
|
||||||
protected $_meta_property_only = array( // Keep FB happy.
|
protected $_meta_property_only = array( // Keep FB happy.
|
||||||
'article:section', 'article:tag', 'article:published_time', 'article:modified_time',
|
'article:section', 'article:tag', 'article:published_time', 'article:modified_time',
|
||||||
'og:description', 'og:image', 'og:title', 'og:updated_time','og:url'
|
'og:description', 'og:image', 'og:title', 'og:updated_time','og:url', 'og:type'
|
||||||
);
|
);
|
||||||
protected $_meta_multiple = array('og:image', 'og:image:width','twitter:image');
|
protected $_meta_multiple = array('og:image', 'og:image:width','twitter:image');
|
||||||
protected $_meta = array();
|
protected $_meta = array();
|
||||||
|
Reference in New Issue
Block a user