Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

HTML "head" Open Graph (OG) Image And Text Snippet

Code

<title></title>
<meta property="og:description" content="" />
<meta property="og:title" content="" />
<meta property="og:image" content="" />

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site:id" content="@TheIdOfAlan" />
<meta name="twitter:creator" content="@TheIdOfAlan" />
<link rel="icon" type="image/png" sizes="228x228" href="/favicons/228x228.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/favicons/180x180.png" />

The first four lines are what need to be edited. The rest work as is.