Supported URL types
Only links to a single post (status) work
The app accepts URLs that point to one post. They look like this:
https://x.com/username/status/1234567890
https://twitter.com/username/status/1234567890
www. or mobile. is fine. http:// is normalized to https://x.com. Query strings such as ?s=20 can stay. Paths that end with /photo/1 or /video/1 still work if they include the post ID.
URLs that do not work
These are not post URLs, so they error:
- Profiles (
https://x.com/username) - Home, search, lists, and communities
- Direct image hosts on other domains
- Sites other than X, such as YouTube
Typical messages: Please enter a tweet URL (e.g., https://x.com/username/status/1234567890). An empty clipboard shows Please enter a URL. A non-X link shows Please enter a Twitter/X URL.
The server has an API to fetch a user’s posts in bulk, but the current app screen does not use it. Copy one post link at a time.
For the save steps, see Save in one click.