Update Share to X tweet format

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 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-31 12:03:07 +00:00
parent 044182790e
commit 853dbaa345
+2 -2
View File
@@ -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