mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Add Gallery view to README
This commit is contained in:
parent
2ff6e15f15
commit
26163178ae
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -59,6 +59,12 @@ Just append a post with its 2-letter ISO language code. So for English, add `/en
|
|||
|
||||

|
||||
|
||||
## Gallery view
|
||||
|
||||
Use `g.fxtwitter.com` or `g.fixupx.com` to generate minimal embeds with just the post's media and author information without other distractions. This can be particularly useful for read-only channels dedicated to sharing media.
|
||||
|
||||

|
||||
|
||||
## Direct media links
|
||||
|
||||
Want to link directly to a post's media without the embed? You can easily do that using FixTweet.
|
||||
|
@ -70,9 +76,10 @@ There are a few supported ways to do this:
|
|||
- Add `d.` before the domain (so, `d.fxtwitter.com`)
|
||||
- Add `.mp4` to the end of videos or `.jpg` to the end of images, after the post ID
|
||||
|
||||
## Telegram Instant View (Beta)
|
||||
## Telegram Instant View
|
||||
|
||||
View the full contents of tweets without leaving Telegram or opening a browser! We automatically enable instant view in these cases:
|
||||
|
||||
- The domain is i.fxtwitter.com / i.fixupx.com
|
||||
- The post contains photos, translations, or is over 280 characters
|
||||
|
||||
|
@ -129,8 +136,9 @@ In many ways, FixTweet has richer embeds and does more. Here's a table comparing
|
|||
| Translate Posts | :heavy_check_mark: | :x: | :x: |
|
||||
| Replace t.co with original links | :heavy_check_mark: | :x: | :heavy_check_mark: |
|
||||
| Redirect to media file (without embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images |
|
||||
| Gallery view | :heavy_check_mark: | :x: | :x: |
|
||||
| Strip tracking info on redirect | :heavy_check_mark: | :x: | :heavy_check_mark: |
|
||||
| Show retweet, like, reply, view counts | :heavy_minus_sign: Discord / Telegram Instant View | :heavy_minus_sign: Discord Only² | :ballot_box_with_check: No replies / views |
|
||||
| Show retweet, like, reply, view counts | :heavy_minus_sign: Discord / Telegram Instant View | :heavy_minus_sign: Discord Only² | :ballot_box_with_check: No replies / views |
|
||||
| Discord sed replace (`s/`) friendly | :ballot_box_with_check: twittpr.com | N/A | :x: |
|
||||
| Domain for X.com links | :ballot_box_with_check: fixupx.com | N/A | :ballot_box_with_check: fixvx.com |
|
||||
| Telegram Instant View | :heavy_check_mark: | :x: | :x: |
|
||||
|
|
Loading…
Add table
Reference in a new issue