我正在用 express.js 和 ejs 制作一个网站,我想在其中添加 OG 嵌入。具体来说,在 Discord 中的消息中使用时显示。我有一个https://domain/devs
端点,它.ejs
在标签中返回一个带有此类代码的文件<head>
:
<meta property="og:title" content="something">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/820672283289845760/827865044778745866/avatar.png">
<meta property="og:url" content="https://domain/devs">
一切看起来都正确,但当我https://domain/devs
在 Discord 中使用消息时,什么都没有出现。我究竟做错了什么?如何正确地做到这一点?
PS为了澄清我对OG的意思,我想在消息中使用时https://domain/devs
显示嵌入https://www.youtube.com/