What is linktree ?
Linktree works by creating a landing page on their site, which features multiple links to your site. You simply copy and paste your Linktree landing page URL into your Instagram bio to raise awareness of other parts of your site.
Why should you make your own LinkTree, though?
- No watermark.
- Also why should you pay when you can make it by yourself.
- It's easy to make one.
Make one like this
- Live Demo
Before we begin, you should be familiar with the fundamentals of HTML and CSS.
So question is how you do it?
- Simply use html and CSS to make things simple. Although it won't be as dynamic as the original linktree, you may make it so by using a framework like react or nextjs.
Steps to create
- You can create a whole from scratch or you can use my source code here.
- Now that you've downloaded the code, all you have to do is alter it to your liking.
- Simply upload the code to your preferred static hosting platform, such as netlify, vercel, github pages, or cloudflare pages.
✨ Please do not hesitate to contact me with any questions Here
Top comments (2)
Hi nice idea, just little UX improvement, instead of having different border width on your
.link
class, you should setup the default state asborder: solid transparent 4px;
and on hoverborder: solid violet 4px;
.To optimize you can just change the
border-color
on the hoverThank you so much for your help; I'll implement the improvements you advised.