mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
commit
e79e1a9860
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ Just append a tweet with its 2-letter ISO language code. So for English, add `/e
|
|||
|
||||
## Direct media links
|
||||
|
||||
Want to link directly to a Tweet's media without the embed? You can do easily do that using FixTweet.
|
||||
Want to link directly to a Tweet's media without the embed? You can easily do that using FixTweet.
|
||||
|
||||

|
||||
|
||||
|
@ -125,7 +125,7 @@ In many ways, FixTweet has richer embeds and does more. Here's a table comparing
|
|||
| Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: |
|
||||
| Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: |
|
||||
| Media-based embed colors on Discord | :heavy_check_mark: | :x: | :x: | :x: |
|
||||
| Redirect to media file (wihout embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images | :ballot_box_with_check: No images |
|
||||
| Redirect to media file (without embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images | :ballot_box_with_check: No images |
|
||||
| Strip Twitter tracking info on redirect | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Show retweet, like, reply counts | :heavy_check_mark: | :heavy_minus_sign: Discord Only³ | :ballot_box_with_check: No replies | :ballot_box_with_check: No replies |
|
||||
| Discord sed replace (`s/`) friendly | :ballot_box_with_check: twittpr.com | N/A | :x: | :heavy_check_mark: |
|
||||
|
@ -177,7 +177,7 @@ Populate Sentry details in your `.env` to use Sentry in your product to catch ex
|
|||
|
||||
They all run the exact same worker and function identically... mostly.
|
||||
|
||||
`fxtwitter.com` is the primary domain these days, with `twittpr.com` as an alternative that allows for quick sed replacement. `pxtwitter.com` was our original domain, but we consider to be deprecated now.
|
||||
`fxtwitter.com` is the primary domain these days, with `twittpr.com` as an alternative that allows for quick sed replacement. `pxtwitter.com` was our original domain, but we consider that to be deprecated now.
|
||||
|
||||
The way we handle this is that on post-deprecation Tweets linked using `pxtwitter.com`, instead of saying "FixTweet", it will have a notice that we've moved to `fxtwitter.com`. The embeds and redirects will still work, and Tweets posted before deprecation will not be unaffected at all, but it will gently encourage people to migrate by applying the notice to newer Tweets.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue