Link-in-Bio Setup for Creators (2026): Short Links & Pages
· Giovanni Fu Lin · url-shortener, link-in-bio, guide
The best link-in-bio setup for a creator in 2026 is one place that handles short links, a Markdown landing page, and file sharing together — not a link shortener, a separate bio-link app, and a file-hosting service you’re manually keeping in sync. I’m Giovanni Fu Lin, and I built ShortLink so that setup is one tool instead of three: you shorten and track your links, publish a Markdown page that lists them, and share files, all from the same dashboard, all free.
That’s the whole pitch, so let me explain why it matters before walking through the setup itself.
Why stitching together three tools is the wrong default
If you’ve set up a link-in-bio page before, you probably know the usual pattern: a dedicated bio-link app (Linktree and its clones) for the landing page, a URL shortener for anything you want tracked, and a separate file host — Google Drive, Dropbox, a random cloud link — for anything downloadable, like a press kit or a lead magnet. Three logins, three dashboards, and no single place that tells you what’s actually getting clicked.
That fragmentation costs you in two specific ways. First, attribution breaks: a bio-link app like Linktree’s free tier will show you a lifetime click count for the “Latest Video” button, but that’s about where it stops — no geography, no referrer, no date range, and no attribution if the destination is a raw YouTube URL rather than a link the bio-link app itself shortened. Whatever click data it does show you lives in that app’s own dashboard, disconnected from your other short links. Second, maintenance breaks: a file host link expires or gets moved, a bio-link app changes its free-tier limits, and now you’re updating three surfaces to fix one broken link.
The fix isn’t a smarter workflow across three tools. It’s fewer tools. If short links, page publishing, and file sharing all live in the same product, there’s nothing to keep in sync, because it’s already one system.
How do I build a link-in-bio page for free?
Here’s the setup, start to finish, using ShortLink:
- Create your short links first. Shorten the URLs you want on your bio page — your latest
video, your newsletter signup, a product page, a downloadable file. Set a custom alias on each
one if you want the link itself to be readable (
s.fulinlabs.com/newsletterinstead of a random code), and drop them into a folder if you’re running more than a handful, so a campaign’s worth of links stays grouped instead of scattered across your whole link list. - Publish a Markdown page. From the ShortLink dashboard, create a new page and write it in plain Markdown — headings, bold text, and a list of links. This is the part that replaces a dedicated bio-link app: instead of dragging blocks around in someone else’s page builder, you write a short page and publish it.
- List your short links on the page. Each line is a link you already created and are already tracking. Put your most important action first — whatever you most want a visitor to do right now — and keep the whole page short. A bio page with two links people actually click beats one with ten they scroll past.
- Share the page URL everywhere your bio field allows one link — Instagram, TikTok, X, Threads, YouTube, wherever a single link is all the platform gives you.
- Check click analytics per link, not just page views. Because every link on the page is a normal ShortLink short link, each one carries its own real-time click data — you can tell which specific item on your bio page is pulling weight and which one nobody’s touching.
That’s the entire setup, and none of it costs anything. There’s no premium tier gating the Markdown page, the file sharing, or the analytics — it’s the same free account you’d use just to shorten one link.
Can I publish a page from a short-link tool?
Yes, and I want to be upfront that this is not typical. Most URL shorteners do exactly one thing — you paste a long URL, you get a short one back — and stop there. ShortLink does that too, but it also lets you write a lightweight Markdown page and publish it, which is the feature that turns a plain shortener into a link-in-bio tool without needing a second product.
The reason this fits naturally, rather than feeling bolted on, is that a link-in-bio page is mostly just a list of links with some formatting around it — a heading, maybe a short bio line, then several links people can tap. That’s close to what Markdown is already good at, and it’s close to what a URL shortener already stores: a list of destinations with aliases attached. Once you have short links with folders to organize them, adding a lightweight page that displays a chosen set of them isn’t a big leap — it’s using data the tool already has in a different view.
The practical upshot: you’re not learning a new page builder, and you’re not maintaining bio-link software as its own category of tool in your stack. You’re writing a short Markdown file and publishing it next to the links it references.
A concrete example layout
Here’s roughly what my own bio page looks like when I’m promoting something specific, say a new video drop:
- Heading and one-line bio — name, what I do, in a sentence.
- “Watch my latest video” — a short link (
s.fulinlabs.com/latest-video) pointing at the video, tracked with its own click analytics so I can see how much of my bio traffic actually converts into a view. - “Join my newsletter” — a short link to the signup form, kept in the same folder as my other “growth” links so I can compare signup-link performance across weeks without hunting through an unsorted list.
- “Download the free guide” — a short link pointing at a file I’ve shared directly through ShortLink, rather than a Google Drive link with its own separate permissions to manage.
- “Everything else” — one more short link to a fuller portfolio or project page, for anyone who scrolls past the first three.
Three or four links, each one a short link with its own folder and its own click data, published on one Markdown page. When the video changes next week, I edit one line on the page and swap one short link’s destination — the alias, the analytics history, and the page URL don’t change, so nothing I’ve already shared anywhere else breaks.
Do I need coding skills to write the page?
No. Markdown is plain text with a handful of formatting rules, and a bio page only needs about four of them:
- A line starting with
#becomes a heading. - Wrapping text in
**makes it bold. [link text](https://example.com)turns text into a clickable link.- A blank line separates paragraphs or list items.
That’s genuinely most of what a link-in-bio page needs. If you can write a text message with a couple of bolded words and a pasted link, you already know enough Markdown to publish one of these pages. There’s no drag-and-drop block editor to learn, and no CSS to fight with if you want the layout to change — you just edit the text.
Where does the bio link actually get used?
It’s worth being honest that a link-in-bio page only matters because something is driving people to your profile in the first place. For most creators posting short-form video across multiple platforms, that’s the other half of the workflow: get a consistent posting cadence going on Instagram, TikTok, YouTube, Facebook, Threads, and X, so there’s a steady stream of people landing on your profile and tapping the one link in your bio.
I built SchedulePost to handle that half — upload a video once, schedule it out across all six platforms, and stop treating each platform as a separate upload chore. I wrote up the full weekly routine, including exactly where the bio-link update fits into a batch-and-schedule session, in Solo Creator Posting Workflow: Batch, Caption, Bio Link. The short version: the bio link isn’t a one-time setup you forget about — it’s the last step of whatever your regular posting routine already is, and it only takes a minute if you’re updating a line of Markdown rather than rebuilding a page from scratch.
Setting up short links, folders, and analytics properly
Everything on a bio page inherits whatever setup you’ve done on the short-link side, so it’s worth getting that part right first. If you haven’t set up custom aliases, UTM tagging, or folders yet, I’ve written a full walkthrough in How to Set Up Short Links With Click Analytics, covering the four-step link-creation flow, what the geo and referrer data actually tells you, and how the RESTful API fits in if you ever want link creation to be scripted rather than manual. That post is the deeper reference for the short-link half of this setup; this one is about assembling those links into a page people actually land on.
Putting it together
The one-place version of this setup looks like: short links with folders and real-time analytics, a Markdown page that lists three or four of them, and file sharing for anything downloadable — all under one free account at s.fulinlabs.com. You can read more about the reasoning behind the product, including why analytics and page publishing live in the same tool instead of being sold as separate features, on the ShortLink hub page.
If you’re setting this up for the first time, start with the short links, drop them in a folder, write a three-line Markdown page pointing at them, and publish it. That’s a working link-in-bio page in under ten minutes, and every click on it is already being tracked.
FAQ
What's the best link-in-bio setup for creators in 2026?
One tool that handles short links, a Markdown landing page, and file sharing together, instead of three separate services stitched with copy-pasted URLs. I use ShortLink for all three, which means the same click analytics and folders that organize my short links also apply to the links on my bio page.
How do I build a link-in-bio page for free?
Create a ShortLink account, publish a Markdown page from the dashboard, and list a handful of short links inside it — your latest video, a newsletter signup, a downloadable file. It's free, no separate hosting or bio-link subscription required.
Can I publish a page from a short-link tool?
Yes. ShortLink lets you write a lightweight Markdown page and publish it directly, which is unusual for a URL shortener but exactly what makes it work as a link-in-bio tool without adding a second app.
Do I need coding skills to set up a link-in-bio page?
No. Markdown is plain text with light formatting — a line starting with # is a heading, wrapping text in ** makes it bold, and [text](url) makes a link. You can learn the handful of syntax rules you need for a bio page in about five minutes.
Can I track clicks on my link-in-bio links individually?
Yes, because each link on the page is a regular ShortLink short link under the hood. Every one gets its own real-time click analytics, including geography and referrer, so you can see which specific link on your bio page people are actually clicking.
Related project: ShortLink