My website embeds on discord aren't working

Viewed 12

I have this website called Flipnote and a few days ago when i set up the embeds, they looked like this: The Correct Embed

But I tried adding an image meta tag now I can't get it to stop looking like this:The Incorrect Embed

Here Is The Meta Code:

    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
     <link rel="stylesheet" href="style.css">
    <meta property="og:title" content="Flipnote" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rrtropical.github.io/Flipnote/" />
<meta property="og:description" content="A Website For Notes.. Basically Virtual Sticky Notes!" />
<meta name="theme-color" content="#FF0000">```
0 Answers
Related