mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Add note about video embeds
This commit is contained in:
parent
7bfa0a0976
commit
cf6fe3efbe
1 changed files with 5 additions and 1 deletions
|
@ -185,7 +185,7 @@ In 2023, Twitter began blocking posts with NSFW media from the guest API. We use
|
|||
|
||||
---
|
||||
|
||||
## Q&A
|
||||
## FAQ
|
||||
|
||||
### What's the difference between `fxtwitter.com`, `twittpr.com`, and `fixupx.com`?
|
||||
|
||||
|
@ -197,6 +197,10 @@ They all run the exact same worker and function identically... mostly.
|
|||
|
||||
Telegram's embedding servers sometimes never even send us a request to embed a URL, possibly due to their servers being overloaded. If you have a link that is broken you can try one of FixTweet's other domains (`fxtwitter.com`, `twittpr.com`) or use [Webpage Bot](https://t.me/WebpageBot) to try to clear the cache of the embed.
|
||||
|
||||
### Why do video embeds look different on Discord?
|
||||
|
||||
Discord hides the text when videos are attached to a website embed. As a result, we have to mess around with other parameters to display embeds correctly.
|
||||
|
||||
### What if I don't want FixTweet to combine my post's images together with multi-image?
|
||||
|
||||
No problem! You can pick any specific photo from a post using Twitter's own URL syntax (`/photo/1` is the first photo of a post) and we'll render you the full-resolution original image.
|
||||
|
|
Loading…
Add table
Reference in a new issue