How-to

How to add multiple links to your Twitter/X bio

X gives you one website field. Here are the three real ways to point people at several links from your bio, what each one costs you, and how to set up the fastest option in about a minute.

Updated August 20265 min read
// ship your page

Create your free Pagr page, add every link X would not let you fit, and paste one URL into your bio.

Create your free Pagr page

X gives you exactly one website field. You almost certainly have more than one thing worth clicking: a repo, the product you are building, a newsletter, a personal site, the launch post from last week. So the question is not whether you can add multiple links to your X bio — the field will only ever hold one URL — but what you point that single URL at.

There are three honest answers, and they are not equally good. This page walks through all three, says plainly what each one costs, and then shows the setup for the fastest one.

Option 1: cram the links into the bio text

You can type several URLs into the 160-character bio field itself. People do it constantly. The problem is that X does not linkify URLs inside the bio text — they render as plain characters. A reader has to select the text, copy it, and paste it into a new tab, which nobody does from a phone.

You also burn most of your 160 characters on machine-readable strings instead of telling anyone what you build. This option is free and takes ten seconds, and it converts close to nothing. Use it only for a handle mention, never for a link you actually want clicked.

Option 2: point the field at a page you already own

If you have a personal site, you can add a links section to it and point your bio there. This is the best option in the long run: your domain, your design, your analytics, and no dependency on anyone else's product.

The cost is an afternoon, and then a second cost that is easier to underestimate — the page has to be redeployed every time you ship something. In practice, that is why hand-rolled links pages go stale. If you already have a site and a habit of updating it, do this. If you have shipped three things since you last touched your site, be honest that you will not do it.

Option 3: point the field at a dedicated link page

This is what most people mean by adding multiple links to an X bio: one short URL in the website field that opens a page listing everything else. It takes a minute instead of an afternoon, and it stays editable without a deploy.

The tradeoff is that most tools in this category are built for creators rather than builders — they want an account before you see anything, then bill monthly, and the default page looks like a media kit. If you are a developer, the page sitting one click from your bio is part of how strangers judge whether you ship. It should look like it belongs next to a terminal screenshot.

  • Pick a tool that gives you the URL before it asks for a signup — you should be able to see the artefact before you commit to anything.
  • Check whether the page is server-rendered. A links page that loads a JavaScript bundle before showing text is a bad front door.
  • Check the link cap. Free tiers often cap at five, which is exactly where a builder's list starts getting useful.
  • Check whether the pricing is a subscription. A bio link is a low-frequency object; paying monthly forever for one page is a poor trade.

The setup, step by step

The whole sequence takes under two minutes, and the result is one URL in your bio that holds as many links as you want to put behind it. When you ship the next thing, you add one row instead of redeploying a site.

  • Open a page builder that does not gate on signup — with Pagr, that is /new.
  • Pick a handle. It becomes the URL, so use the same handle as your X account if it is free; it is shorter to retype and it reads as yours.
  • Add your display name and one sentence of bio. One sentence is genuinely enough — the links are the content.
  • Add your links, strongest proof first. For most builders that ordering is: current project, GitHub, the last thing you launched, writing, contact.
  • Leave an email if you want to edit the page later. This is the step people skip and regret, because it is the only way back into the page.
  • Hit create, copy the URL from the address bar, and paste it into the website field of your X profile.

How to order the links once the page exists

Most people get the setup right and the ordering wrong. Visitors arrive from a specific tweet with a specific curiosity, and they click roughly the first or second row. So the top of the page should hold whatever you most want a stranger to see this month, not a permanent hierarchy of your career.

That means the page changes. When you launch, the launch goes first. When you are hiring, the role goes first. When you are between projects, your best writing goes first. A links page is worth having mostly because it can be reordered in ten seconds, which the bio field never could.

// demo page from /explore

Flaredo

A demo page showing the pattern: one sentence of context, then links ordered strongest-proof-first.

View /flaredoBrowse /explore →
// ship your page

Create your free Pagr page, add every link X would not let you fit, and paste one URL into your bio.

Create your free Pagr page

Keep reading

Using Linktree without a subscription — and what the free tier costs youHow to add multiple links to your Discord profile bioLink in bio for Bluesky: how to get more than one link on your profileBack to the Pagr homepage