Skip to content

Commit

Permalink
meta: add OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Oct 13, 2020
1 parent 3121797 commit 792cb23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
itemprop="description"
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
/>
<meta itemprop="image" content="https://phosphoricons.com/promo.jpg" />
<meta itemprop="image" content="https://phosphoricons.com/phosphor-opengraph.png" />

<!-- FACEBOOK META -->
<meta property="og:title" content="Phosphor Icons" />
Expand All @@ -29,11 +29,11 @@
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://phosphoricons.com" />
<meta property="og:image" content="https://phosphoricons.com/promo.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image" content="https://phosphoricons.com/phosphor-opengraph.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Phosphor Icons logo" />
<meta property="og:image:width" content="960" />
<meta property="og:image:height" content="590" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

<!-- TWITTER META -->
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -42,7 +42,7 @@
name="twitter:description"
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
/>
<meta name="twitter:image" content="https://phosphoricons.com/promo.jpg" />
<meta name="twitter:image" content="https://phosphoricons.com/phosphor-opengraph.png" />
<meta name="twitter:site" content="@_phosphoricons" />
<meta name="twitter:creator" content="@friedtm" />

Expand Down
Binary file added public/phosphor-opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 792cb23

Please sign in to comment.