I am working on a project where if a user submits a url, it should grab the title, images and description from that url and then give an option to change between images. when submitted it should post those values.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Facebook, Google+ gets image, title, description from two known ways. 1) Most of the well-know websites gives og tags. It contains title, description, image http://ogp.me/ 2) meta tags inside head tag of html will also be published by many sites. You can make use of that also. For more explanation see the following link. P.S: I have posted this answer, since the above verified answer was not satisfyong my needs. |
|||
|
|
|
I advise that you make a PHP page that parses the information and returns the data to you Ajax function.So to summarize you'll want to google: "PHP Parsing HTML" and "Ajax PHP Retrieve Data" |
|||
|
|
