tweet.md logotweet.md
← all guidesGemini

X thread or post to Gemini

How to copy an X thread or post to Gemini

Prepare X/Twitter threads or posts for Gemini by converting them to clean Markdown, including thread order and post text that a simple URL may not expose.

Test it out now!

Simply replace x.com with tweet.md in any Tweet URL.

x.comtweet.md/github/status/…

Why URLs fail

A link is a request. Markdown is context.

If the assistant cannot fetch X, can only see the target post, or hits a login wall, it has to guess. tweet.md turns the source into text the model can actually read.

x.com URL → maybe blocked / partial / dynamic

tweet.md → ordered Markdown in the prompt

01

Gemini can search the web, but a pasted X URL is still not the same as providing the post text and thread order in the prompt.

02

X pages can be dynamic, blocked, or incomplete for automated readers, so Gemini may summarize only the snippet it can see.

03

Markdown keeps the source text inside the chat, which makes Gemini answers more reproducible and easier to audit.

Workflow

Step-by-step

  1. 01

    Copy the X/Twitter status URL.

    Use the permalink for the post in the thread you care about.
  2. 02

    Replace x.com with tweet.md.

    URL transform

    Before

    https://x.com/jack/status/20

    After

    https://tweet.md/jack/status/20?thread=full
  3. 03

    Copy the Markdown output.

    Use ?thread=full for the full same-author chain. Paid users can omit it because full thread context is the default.

  4. 04

    Paste into Gemini with a source-grounded prompt.

    Tell the model to use the pasted Markdown as the source of truth.

Copy/paste prompt

Prompt for Gemini

Gemini prompt:

Use the Markdown below as the source of truth. Explain this X thread or post in plain English, then turn it into a short brief with bullets and suggested next actions.

[Paste tweet.md Markdown here]

Next

More AI chatbot guides