From 853dbaa345f3793a935f231d81680da614cab02a Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:03:07 +0000 Subject: [PATCH] Update Share to X tweet format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New format: I made a Game Boy version of [song] Using @b1rdmania's Wario Synthesis Midi Engine Check it out here [link] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 76437f1..f065277 100644 --- a/src/main.ts +++ b/src/main.ts @@ -804,8 +804,8 @@ class MotifApp { shareUrl = window.location.href; } - // Compose tweet text - URL will be inserted by Twitter between the two parts - const tweetText = `I made ${title} Game Boy version.\n\n16-Bit Midi Wario Synth by @b1rdmania`; + // Compose tweet text + const tweetText = `I made a Game Boy version of ${title}\n\nUsing @b1rdmania's Wario Synthesis Midi Engine\n\nCheck it out here`; const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(tweetText)}&url=${encodeURIComponent(shareUrl)}`; // Navigate the already-opened window