Blogroll

Blogger news

الاثنين، 5 ديسمبر 2011

Get Title and Meta Tags

<?php// Assuming the above tags are at www.example.com$tags get_meta_tags('http://www.example.com/');// Notice how the keys are all lowercase now, and
// how . was replaced by _ in the key.
echo $tags['author'];       // nameecho $tags['keywords'];     // php documentationecho $tags['description'];  // a php manualecho $tags['geo_position']; // 49.33;-86.59?>

Blogger templates