我怎样才能像 slack 一样从外部 url 抓取缩略图?

How can I grab the thumbnail from an external url, much like slack does?

没有 Embed 库。

我正在使用 Laravel 和 Vue.js 如果有办法在 Vue.js 中获取它,那对我来说真的很有帮助。

您可以尝试从开放图谱协议中搜索 og:image 元标记。

有关下面 url 的更多信息 https://ogp.me

您可以使用任何 html php 解析器

这是一个如何使用 php 完成的示例 what is the best way to get og:image meta property

因为我将 Vue.js 与 laravel 一起使用,所以我在 vue.js 中找到了解决方案。

https://github.com/nivaldomartinez/link-prevue

它显​​示图像和细节,您还可以对其进行编辑。