determine page title
-
Hi, when you add a link in your Linkedin or facebook it will automatically determine the page title.. and when I say the title I don't mean the mata tag title but the real page title, that's what I have noticed.... so how can i do this using PHP? Thanks, Jassim
-
Hi, when you add a link in your Linkedin or facebook it will automatically determine the page title.. and when I say the title I don't mean the mata tag title but the real page title, that's what I have noticed.... so how can i do this using PHP? Thanks, Jassim
What do you mean? Something like this?
Insert your title here
";
?>
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
-
What do you mean? Something like this?
Insert your title here
";
?>
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
no. try to login to your linkedin.. in your wall, click Attach a link and put any link there the you'll see linked has detected the web page title which is most of the times different than the tag title.. same if you go to facebook and type a link in your wall..
-
What do you mean? Something like this?
Insert your title here
";
?>
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
for example.. if you you check this URL: http://x.co/bDHC[^] The title in the tag is: Android Hits 200 Million Activations - Mobility - Smartphones - Informationweek but when I type it in linkedin it will automatically detect the title as: Android Hits 200 Million Activations which is the article's title.. I am now sure if meta tag has anything to do with it because the source of the page shows:
-
for example.. if you you check this URL: http://x.co/bDHC[^] The title in the tag is: Android Hits 200 Million Activations - Mobility - Smartphones - Informationweek but when I type it in linkedin it will automatically detect the title as: Android Hits 200 Million Activations which is the article's title.. I am now sure if meta tag has anything to do with it because the source of the page shows:
The usual approach would be to look for the first heading tag using preg_match. You could also look for the tag. <meta> elements are usually only useful if you're looking at pages where you know that metadata has been added, and know the metadata profile that has been followed.</x-turndown>
-
Hi, when you add a link in your Linkedin or facebook it will automatically determine the page title.. and when I say the title I don't mean the mata tag title but the real page title, that's what I have noticed.... so how can i do this using PHP? Thanks, Jassim