Twitter X
<head>
<meta charset="utf-8" />
<title> ̶T̶w̶i̶t̶t̶e̶r̶ ̶ X.com</title>
<meta name="description" content="Another kind of meta tag" />
<meta property="og:title" content="Twitter Meta Tags" />
<meta property="og:description" content="Introducing The Twitter tags and demonstrating how you can use it to specifically target that cesspool of a social media site" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://assets.gregle.dev/projects/metatags/break-kings.jpg" />
<!-- ... -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Delete your Twitter" />
<meta name="twitter:description" content="Nothing good happens here" />
<meta property="twitter:image" content="https://assets.gregle.dev/projects/metatags/rip-twitter.png" />
<!-- ... -->
<meta property="og:title" content="Twitter Meta Tags" />
<meta property="og:description" content="Introducing The Twitter tags and demonstrating how you can use it to specifically target that cesspool of a social media site" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://assets.gregle.dev/projects/metatags/break-kings.jpg" />
</head> Some past websites implemented their own version of open graph tags, specific to their domain. For example, there once was a company called Twitter; they implemented their own meta tag system. Though that original website is long gone now, its tags are still blindly used by other social media platforms, and when used in conjunction with the more standard Open Graph tags (and because of the cascading nature of them), they can be used to target specific messaging to user bases. While still showing the OG and basic descriptions on other platforms. It's important to note, though, that you as a developer can't control what tag metadata scrappers use or how it gets scrapped in general. Some platforms take the first ':image' definition found, some look for the last, and some look specifically for a whole tag (i.e., 'og:*' or 'twitter:*'), so I suggest both wrapping your Twitter troll message with duplicated og tags above and below and not overdoing it with your targeted messaging.