TikTok Bio Social Links

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

المؤلف
TheKatDev2
التثبيت اليومي
0
إجمالي التثبيت
15
التقييمات
1 0 0
الإصدار
1.2
تم إنشاؤه
14-05-2024
تم تحديثه
26-05-2024
الترخيص
Unlicense
ينطبق على

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
}