I'm looking to achieve the effect facebook has when you put a link into a message - they scrape the title and some images from it. I noticed they also do it extremely quickly. (they must cache some of the re-sent items?)
Does anyone have any ideas on how to approach this with PHP?
Can I somehow quickly grab the <title>
block of the page without cURLing the entire thing?
Teşekkürler!