TikTok Bio Social Links

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

Maker
TheKatDev2
Dagelijks aantal installaties
0
Totaal aantal installaties
14
Beoordelingen
1 0 0
Versie
1.2
Gemaakt op
14-05-2024
Bijgewerkt op
26-05-2024
Licentie
Unlicense
Wordt toegepast op

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
}