diff --git a/e107_plugins/social/e_event.php b/e107_plugins/social/e_event.php index 98c9e6542..2df2e388a 100644 --- a/e107_plugins/social/e_event.php +++ b/e107_plugins/social/e_event.php @@ -48,7 +48,7 @@ class social_event if(empty($meta['og:type'])) { - e107::meta('og:image', 'website'); + e107::meta('og:type', 'website'); } if(empty($ogImage) || empty($meta) || e_ADMIN_AREA === true)