diff --git a/e107_plugins/social/e_module.php b/e107_plugins/social/e_module.php index 0c85264ee..8c8179a9f 100644 --- a/e107_plugins/social/e_module.php +++ b/e107_plugins/social/e_module.php @@ -18,13 +18,6 @@ if(e_ADMIN_AREA !==true) } - $ogImage = e107::pref('social','og_image', false); - if(!empty($ogImage)) - { - e107::meta('og:image',e107::getParser()->thumbUrl($ogImage,'w=500',false,true)); - unset($ogImage); - } - if(deftrue('XURL_TWITTER') && XURL_TWITTER !== '#') { $screenName = basename(XURL_TWITTER); @@ -69,4 +62,4 @@ if(e_ADMIN_AREA !==true) } -?> \ No newline at end of file +?>