If you use Instagram, you surely know the problem: You post something and want to put a link to your store or your blog article there. Unfortunately, this is not possible. So you only have the possibility to put the one link in bio. There are several services like linktree and liiink.me, but they are also very limited in the free version. As a developer, you also don't want to link to a ready-made service with its branding, so I built a separate "linkinbio" page. From there you can place several links to pages. Demo: links.andreas-stricker.at
To manage the links easily, I use Storyblok as a headless CMS and fetch the data via GraphQL. In Storyblok I have created three folders for three categories:
- Buttons
- Recommendations
- Coupons
The fields structure looks like that:
- title
- description
- image
- link (url)
If you want your ownlinks page for instagram, just clone my project, change the profile text and image, create a free storyblok account and build up the thre folders and button fields and put in your content. Don't forget to rate my repo ;)
npm run dev
npm run build
npm run serve
Built by Andreas Stricker