Extract information from link, like Facebook wall

前端 未结 2 1477
我在风中等你
我在风中等你 2021-02-11 02:19

I have been developing an application that can publish content like some sort of feed. I want to add the content like a link (like on the facebook wall).

Then i want som

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-11 02:43

    AFAIK Facebook does this by using meta tags (Open Graph Protocol). You can study more at: https://developers.facebook.com/docs/opengraph/.

    Basically, you should define a convention if you want to implement is internally.
    Hope this helps.

提交回复
热议问题