Add social preview meta tags to /play.
Ensures shared shortlinks render the MOTIF image card on X.
This commit is contained in:
@@ -5,6 +5,21 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<title>MOTIF - Play</title>
|
||||
<meta name="description" content="Play a shared MOTIF chiptune and generate your own." />
|
||||
|
||||
<!-- OpenGraph / Social Media Preview -->
|
||||
<meta property="og:title" content="MOTIF" />
|
||||
<meta property="og:description" content="Procedural Music Synthesis from MIDI" />
|
||||
<meta property="og:image" content="/chiptune_blog_piece_1000x.webp" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://motif-self.vercel.app/play" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="MOTIF" />
|
||||
<meta name="twitter:description" content="Procedural Music Synthesis from MIDI" />
|
||||
<meta name="twitter:image" content="/chiptune_blog_piece_1000x.webp" />
|
||||
<style>
|
||||
:root {
|
||||
--color-bg: #0a0a0a;
|
||||
|
||||
Reference in New Issue
Block a user