I can get open graph metas in php with:
$url = $str;
$str is the link
$metas = get_meta_tags($url);
$meta_title = $metas['title'];
It works, but it wont show the twitter: metas.
I can get open graph metas in php with:
$url = $str;
$str is the link
$metas = get_meta_tags($url);
$meta_title = $metas['title'];
It works, but it wont show the twitter: metas.