';
- $html .= empty($image) ? '' : '
- ';
- $html .= '
';
- $html .= '
'.$title.'
';
- $html .= empty($description) ? '' : '
'.$description.'';
- $html .= empty($host) ? '' : '
'.$host.'
';
- $html .= '
';
- $html .= '
';
-
- return $html;
- }
-
/**
* verify if Url Exist - Using Curl.
*
@@ -1241,47 +1206,6 @@ class SocialManager extends UserManager
return $friendHtml;
}
- /**
- * @return string Get the JS code necessary for social wall to load open graph from URLs.
- */
- public static function getScriptToGetOpenGraph()
- {
- return '';
- }
-
/**
* @param string $urlForm
*