Dockerified fork of fxtwitter | Fix broken Twitter/X embeds! Use multiple images, videos, polls, translations and more on Discord, Telegram and others
Find a file
2022-07-25 20:39:09 -05:00
.github/workflows Initial commit 2022-07-13 19:59:00 -04:00
src Fixed bugs from rewrite 2022-07-25 20:47:26 -04:00
.env.example We good now? 2022-07-25 19:23:34 -04:00
.eslintignore Added eslintignore 2022-07-25 20:39:09 -05:00
.eslintrc.yml Added ESLint 2022-07-25 20:37:06 -05:00
.gitattributes Initial commit 2022-07-13 19:59:00 -04:00
.gitignore Moved some constants to a dotenv config 2022-07-15 22:52:20 -04:00
.prettierignore Initial commit 2022-07-13 19:59:00 -04:00
.prettierrc Ran Prettier again 2022-07-14 13:51:59 -04:00
LICENSE.md Initial commit 2022-07-13 19:59:00 -04:00
package-lock.json Added ESLint 2022-07-25 20:37:06 -05:00
package.json Added ESLint 2022-07-25 20:37:06 -05:00
README.md Mention future fetch API in feature list 2022-07-24 22:00:56 -04:00
renovate.json Initial commit 2022-07-13 19:59:00 -04:00
tsconfig.json Initial commit 2022-07-13 19:59:00 -04:00
webpack.config.js The API runs, but we need to complete it 2022-07-25 13:08:03 -04:00
wrangler.example.toml Update mosaic URL structure 2022-07-25 12:10:20 -04:00

FixTweet (formerly pxTwitter)

Embed Twitter videos, polls, translations, & more on Discord and Telegram!

Webpack

Inspired by RobinUniverse's TwitFix, but rewritten in TypeScript as a Cloudflare Worker to scale, while also being packed with even more features.

Embed Videos

Let's face it — we all have videos of memes and other things from Twitter we want to quickly share with friends. With normal Twitter links, embedding videos is often broken on Discord and impossible on Telegram. But using FixTweet, we embed the raw mp4 file so it's compatible with just about anything supporting video embeds.

On Discord, we'll also automatically embed videos linked from other platforms, such as YouTube, so they can play without having to open a browser.

Embed Polls

If you want to share the results of a Twitter poll, you can do so by just linking the Tweet using FixTweet.

Embed Quote Tweets & Media

Quote tweets and their media can provide important context to a Tweet. So we'll automatically add said context, and even media if there isn't already media embedded in the quote.

Translate Tweets

You can translate a tweet into any other supported language, with the original and translated text displayed as space allows.

Just append a tweet with its 2-letter language code. So for English, add /en at the end.

Want to link directly to a Tweet's media without the embed? You can do easily do that using FixTweet.

Image demonstrating the feature

There's a few supported ways to do this:

  • Add d. or dl. before the domain (so, d.twittpr.com or dl.fxtwitter.com)
  • Add .mp4 to the end of videos or .jpg to the end of images, after the tweet ID
  • Add /dl or /dir between the domain and the username

Examples from above:

  • https://d.twittpr.com/dangeredwolf/status/1548119328498728960
  • https://fxtwitter.com/dangeredwolf/status/1548117889437208581.jpg
  • https://fxtwitter.com/dl/dangeredwolf/status/1548117889437208581

Tweets with multiple images are supported, so you can do something like this and it will pick the correct one:

https://d.twittpr.com/dangeredwolf/status/1547514042146865153/photo/3

Otherwise, it will default to the first image.

The default Twitter embeds include t.co link shorteners, which make it difficult to know where the link is heading. We automatically replace t.co links with their original links to make things clearer.

Color-matched embeds on Discord

We use Twitter's color data for either the first image/video of the tweet, or the author's profile picture. It makes the embed's appearance more aesthetic, as well as in line with the content of the Tweet.

Built with privacy in mind

We don't save logs of what tweets you're sending, nor do we have a public record of what tweets are being embedded by FixTweet. We use Cloudflare to cache FixTweet responses to make repeat access faster.

Furthermore, if the person who posted a FixTweet link forgot to strip tracking, we strip it upon redirecting to the Tweet.


Why use FixTweet?

In many ways, FixTweet has richer embeds and does more. Here's a table comparing some of FixTweet's features compared to Twitter default embeds as well as other embedding services

FixTweet Twitter default vxTwitter (BetterTwitFix) Twxtter (sixFix)
Embed Tweets / Images ✔️ ✔️ ✔️ ✔️
Embed profile pictures on text Tweets ✔️ ✔️ ✔️
Embed Twitter Videos ✔️ ¹ ✔️ ✔️
Embed External Videos (YouTube, etc.) ✔️
Embed Poll results ✔️
Embed Quote Tweets ✔️ ☑️ Without Media ☑️ Without Media
Embed Multiple Images ✔️ Discord Only³ ☑️ With c.vxtwitter.com
Translate Tweets ✔️
Publicly accessible embed index ² N/A ² ✔️
Replace t.co with original links ✔️
Media-based embed colors on Discord ✔️
Redirect to media file (wihout embed) ✔️ ✔️
Strip Twitter tracking info on redirect ✔️ ✔️ ✔️
Show retweet, like, reply counts ✔️ Discord Only³ ☑️ No replies ☑️ No replies
Discord sed replace (s/) friendly ☑️ twittpr.com N/A ✔️
Tweet fetch API for Developers Coming soon! N/A ✔️

¹ Discord will attempt to embed Twitter's video player, but it is unreliable

² Neither FixTweet or vxTwitter have a public embed ledger, for privacy reasons. vxTwitter still stores all responses in a database / JSON file controlled by the owner. FixTweet by contrast relies on Cloudflare caching of responses: there is no link store accessible to the owner.

³ Discord uses a custom embed container for Twitter.com to enable multi-image, which is unfortunately not available to other websites.

⁴ On GitHub, BetterTwitFix (vxTwitter) claims to support this feature, however in my testing as of mid-July 2022, this does not seem to work.

⁵ Telegram does not support WebP in embeds. We use WebP for multi-image mosaic for its combination of smaller file size and better text readability which makes it overall a better format than JPG or PNG for this purpose. In the future we will likely add a compatibility mode for Telegram.

⁶ External media requiring web containers, such as YouTube, won't embed in Telegram because Telegram doesn't support it. Plain media will work in Telegram, and it works either way inside Discord.


Why FixTweet is nicer to develop for and deploy

TwitFix and its derivatives have quite a few dependencies you need to rely on. You need to set up a server somewhere, install Python, all its dependencies, then either set up youtube-dl (more resource intensive) or beg Twitter for API access, and optionally set up a database, otherwise it uses the file system to cache.

FixTweet was written from the start as a lightweight, TypeScript-based Cloudflare Worker. Cloudflare Workers are completely free for up to 100,000 requests per day, per account. Cloudflare Workers are fast to set up and your script is distributed in their datacenters around the world for lower latency.

FixTweet does not need a database nor a Twitter API key: It takes a similar approach to youtube-dl where it pretends to be a logged-out Twitter web user, fetching a guest token and making API requests from there. As far as I can tell, this basically means we have "unlimited" read-only access to Twitter's API, including things they don't expose in their public API, useful for polls and other features.

Deploy FixTweet yourself

Clone the repo, install Node.js and run npm install in the repo directory. Copy wrangler.example.toml to wrangler.toml and add your Cloudflare account ID, and change the name of your worker if you need to. Also copy .env.example to .env and change HOST_URL, DIRECT_MEDIA_DOMAINS to your desired domain and whatever else you need to do. Authenticate with Cloudflare with npx wrangler login, then do npx wrangler publish (or npm run publish).

If you have more questions about setting up Cloudflare Workers, check out their Getting Started guide.

Once you're set up with your worker on *.workers.dev, add your worker to your custom domain.


Licensed under the permissive MIT license. Feel free to send a pull request!

Things to tackle in the future

  • More reliable Multi-Image in Telegram
  • Reimplement TwitFix API for third-party developers

Bugs or issues?

Feel free to open an issue, or ping me on Twitter and I'll see what I can do.