sayfa alıntılar yapıyor hakkında gitmek için iyi bir yoldur

1 Cevap php

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!

1 Cevap

Muhtemelen tüm sayfayı kapmak ve bir HTML DOM parser başlık etiketi söküp kullanmak gerekir.

Gibi Eğer hızlı hızları sonuçlarını önbelleğe düşünün isterseniz, dedi.

http://simplehtmldom.sourceforge.net/