Get twitter meta tags

Viewed 35

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.

0 Answers
Related