Skip to content

Commit

Permalink
Update og:title, og:description, og:url, and og:image properties in i…
Browse files Browse the repository at this point in the history
…ndex.html
  • Loading branch information
MatheusHMafra committed Dec 17, 2023
1 parent f1d0e20 commit 76db384
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teste Twitch</title>
<meta content="Embed Title" property="og:title" />
<meta content="Site Description" property="og:description" />
<meta content="https://embed.com/this-is-the-site-url" property="og:url" />
<meta content="https://embed.com/embedimage.png" property="og:image" />
<meta content="Teste Twitch" property="og:title" />
<meta content="
Este site foi feito para testar o tmi.js,
uma biblioteca que permite a interação com a Twitch.
Apenas foi um projetinho para brincar com o tmi.js,
então não espere muita coisa.
" property="og:description" />
<meta content="https://matheushmafra.github.io/Twitch-Integration/" property="og:url" />
<meta
content="https://github-readme-stats.vercel.app/api/pin/?username=MatheusHMafra&repo=Twitch-Integration&show_owner=true&theme=dark&hide_border=true"
property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="css/style.css">
</head>
Expand Down

0 comments on commit 76db384

Please sign in to comment.