Ulink is a simple Bio Link Generator for every social media! Ulink uses JSON to create a epic Bio Link!
Host | Result | Link |
---|---|---|
Replit | ✅ | |
Glitch | ✅ | |
Cloudflare Pages | ✅ | |
Vercel | ✅ | |
Heroku | ❌ | |
Github pages | ✅ |
To deploy to replit use deploy command ulink
All options are required unless otherwise stated
Here is an example config.json file
Link structure has changed!!! Below is the new verion
{
"user": "instagrammer",
"profile": "https://instagram.com/instagrammer",
"symbol": "@",
"name": "Instagrammer",
"photo": "https://cdn.glitch.com/35409746-8e4a-406e-ac47-16c4db92cad8%2F10x100profile.jpeg",
"display":"instagrammer",
"links":[
{"id":"1","title":"Link_1","url":"/link"},
{"id":"2","title":"Link_2","url":"/link"},
{"id":"3","title":"Link_3","url":"/link"}
]
}
user
Is your username.
profile
Is the URL to your chosen profile
symbol
is the symbol from your name EX: @benmmonster
name
Is your display name
photo
This is your URL to your avatar! Linking directly to your social media avatar is not supported due to CORS restrictions!
Recomeded dimensions is 100x100px!
In version 2.2.0 The list of links was moved to a array structure to allow unlimited links!
Please note that all later versions don't support Arrays
id
Is a number 0 - ∞
That gives an ID to the element. This value is required
title
Is the display to your link
url
Is the destination
Style docs:
Ulink now supports Icons from Font Awesome!
The icon config file is found at /config/icon.json
{
"size": "fa-2x",
"space": "fa-fw",
"color":"#1A4EB4",
"icons": [
{
"fa": "fab fa-github-square",
"url": "https://github.com/Benja-media"
},
{
"fa": "fab fa-youtube-square",
"url": "https://youtube.com/channel/UC8g9QqWZYtgfKvuzs22TNqw"
},
{
"fa": "fab fa-flickr",
"url": "https://www.flickr.com/people/benmmonster/"
},
{
"fa": "fas fa-cube",
"url": "https://www.thingiverse.com/benjm/"
},
{
"fa": "fab fa-instagram",
"url": "https://instagram.com/benmmonster"
}
]
}
Options:
size
The size of the Icon. Reccomended Value is fa-2x
space
The spacing between Icons. Reccomended Value is fa-fw
color
The color of the Icon.
Icons:
fa
The Font awesome Icon! (The fa
is required)
url
Where the icon brings users to
ULINK SVR HAS BEEN DISCONTINUED
Upload to /extras
and link to index.html