diff --git a/e107_handlers/application.php b/e107_handlers/application.php index 6613afc7a..74ac8a3a8 100644 --- a/e107_handlers/application.php +++ b/e107_handlers/application.php @@ -4019,7 +4019,7 @@ class eResponse ); // Keep FB happy. protected $_meta_property_only = array( // Keep FB happy. '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 = array();