FixTweet / FxTwitter

Fix broken Twitter/X embeds! Use multiple images, videos, polls, translations and more on Discord, Telegram and others
https://fxtwitter.com
MIT License
2.75k stars 81 forks source link

Add optional parameters to select which elements to embed. #1058

Open Invertex opened 1 week ago

Invertex commented 1 week ago

Sometimes in posts on BSKY or Twitter, there will be content that isn't useful to the embed. It would be great to be able to say for example "only embed the first image". Sometimes posts on Twitter even have a few images and video, so being able to select which video you want to embed (since Discord doesn't support multiple videos in one element) would make that also helpful.

I could imagine a format like this https://fxbsky.app/profile/kiginobiru.bsky.social/post/3kkuvsr7h6h2w/f0110

Where 0 excludes that element and 1 includes it. Simple bitmask. So the second and third element would embed in that case. So if someone wrote f1 it would embed only the first image/video and not the other 4. Or f01 for just the second.

Feels like it would be intuitive enough for the average person once they'd seen it done a few times.