Is there any script or resource to extract site information (Site title, a short description, and fews images if available) from a url using php? I want just a function like facebook when you submit a link in facebook? Any help?
To get meta descritption & tags, use PHP's 'get_meta_tags' function. For title, content & images you can use regex