开发者

Facebook Feed (RSS using PHP)

Can someone tell me what happens when i enter a link into the Facebook Status Update Form and it loads up a mini info kinda thing of the website (I'm guessing its RSS or something?) How do i implement this on my site using PHP?

What do i need to learn to be able开发者_运维技巧 to implement that?


It scrapes the page you are linking to. It doesn't have anything to do with RSS.

By looking at the HTML of the page it can get the page title for you and find all the images that can be used as a thumbnail.

Take a look at HTTP or cURL in the PHP manual for methods to get webpage content.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜