TikTok Bio Social Links

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

Fejlesztő
TheKatDev2
Napi telepítések
0
Telepítések száma
7
Értékelések
1 0 0
Verzió
1.2
Létrehozva
2024.05.14.
Frissítve
2024.05.26.
Licensz
Unlicense
Érvényes

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
}