A Vencord plugin that automatically fixes embeds from links by replacing them with Cloudflare worker alternatives. Messages are modified before sending to ensure links display proper embeds in Discord.
The plugin automatically converts links from these platforms:
- X/Twitter:
x.com→fixupx.com,twitter.com→fxtwitter.com(FxEmbed) - Bluesky:
bsky.app→fxbsky.app(FxEmbed) - TikTok:
tiktok.com→tnktok.com(fxTikTok) - Instagram:
instagram.com→kkinstagram.com(KKinstagram) - Reddit:
reddit.com→rxddit.com(FixReddit) - Pixiv:
pixiv.net→phixiv.net(Phixiv) - Fur Affinity:
furaffinity.net→fxfuraffinity.net(fxraffinity) - Twitch:
twitch.tv,twitch.com→fxtwitch.seria.moe(fxtwitch) - Tumblr:
tumblr.com→tpmblr.com(fxtumblr) - DeviantArt:
deviantart.com→fixdeviantart.com(fixDeviantArt) - Threads:
threads.net,threads.com→vxthreads.net(vxThreads) - Spotify:
spotify.com→fxspotify.com(fxspotify) - Facebook:
facebook.com→facebed.com(facebed)
When you send a message containing a link to one of the supported platforms, the plugin automatically replaces the domain with its embed-fixing alternative before the message is sent to Discord. This works for both new messages and message edits.
You can customize the replacement URL for each supported platform through the plugin settings. Configure it to a different provider to your liking. Leave a custom provider field empty to restore the default provider.
You can prevent the plugin from transforming an individual link by adding a backslash (\) immediately before the link. The link will be sent without replacing it. The backslash is removed before the message is sent, so the original link is sent. This lets you bypass the automatic transformation for individual links without disabling the plugin or changing its settings.
Install this as a Vencord custom plugin by following the official guide: https://docs.vencord.dev/installing/custom-plugins/