TikTok Bio Social Links

Converts tiktok bio socials into links, insta: test > instagram.com/test

Yazar
TheKatDev2
Günlük kurulumlar
0
Toplam kurulumlar
23
Değerlendirmeler
1 0 0
Versiyon
1.2
Oluşturulma
14.05.2024
Güncellenme
26.05.2024
Size
4,24 KB
Lisans
Unlicense
Geçerli

Makes socials in peoples Tiktok bio clickable.

insta: example > instagram.com/example twitch: example > twitch.com/example

If you want to add your own use add a comma after the last social then paste in a modified version of this template (there is more info on how to make your own within the code itself.)

"exampleSocial": {
    url: "https://testsocial.com/{username}",
    filter: (username) => username.replaceAll('-', ''),
    removeAtSymbol: false
}