I want to fetch data like (title,some description) from any external URL the user enters.
Like in facebook, when we copy an external url , it fetches some information from that url..
Is there any way to do it clientside by some jquery plugin or something... ?
EDIT : Like say in facebook status , i copy 'www.stackoverflow.com' , it fetches title, and some more information from it ; I need to have quite similar thing . Isn't there any jquery plugin that can fetch similar basic info from url...