Facebook 链接从网站获取信息
你好,我想知道 Facebook 如何在发布之前和之后将其链接转化为网站的信息。
另外,他们如何从 YouTube 视频中获取缩略图?毕竟,是否可以将嵌入的 youtube 代码附加到页面并使用 youtubes api 启动电影?
hi i was wondering how facebook turns their links into information from the sites before and after posting.
and also, how do they get a thumbnail image from the youtube videos? After all this , is it possible to just append the embedded youtube code to the page and start the movie by using youtubes api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要获取 YouTube 视频嵌入代码和缩略图,请查看 http://www.oembed.com/
For getting youtube video embed code and thumbnail take a look at http://www.oembed.com/
他们让服务器请求用户提到的 URI。它是 HTML,因此很容易在源中找到图像。
使用 YouTube 的 API 是解决该问题的合理方法。
They have their servers request the URI mentioned by the user. It is HTML, and thus easy to find images in the source.
Using YouTube's API would be a logical approach to solving that problem.