From d4d0a7485802dca40395e8e0fb1d05b8d9066a22 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 6 Oct 2021 07:34:28 -0700 Subject: [PATCH] Make sure to use property attribute on og:type --- e107_handlers/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();