Embedding an image to DIscord using Open Graph

54 Views Asked by At

I tried embedding an image to Discord using Open Graph in my website but it keeps looking like this

Here's what i tried:

<head>
  <meta charset="UTF-8">
  <meta content="fiveguys.jpg" property="og:image">
  <meta content="image/png" property="og:image:type">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

What I expected (This one just worked a while ago but now it won't):

click for image

0

There are 0 best solutions below