Link Previews

If you have posted a link on Telegram, Twitter, Discord, or other social media, you have probably seen a link preview which includes the title of the page, a description, and an image. These link previews can be set up with something called Open Graph.

Open Graph Basics

<meta property="og:url" content="URL">
<meta property="og:type" content="website">
<meta property="og:title" content="TITLE">
<meta property="og:description" content="DESCRIPTION">
<meta property="og:image" content="IMAGE">

Testing/Refreshing Open Graph