Module:SocialMedia: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
-- Lines 5 and 6 get transcluded based on their position in this Module, so do not move them! | -- Lines 5 and 6 get transcluded based on their position in this Module, so do not move them! | ||
-- Currently supported platforms are: | -- Currently supported platforms are: | ||
-- Facebook, Instagram, LinkedIn, Telegram, Threads, TikTok, X, Youtube | -- Facebook, Instagram, LinkedIn, Telegram, Threads, TikTok, X/Twitter, Youtube | ||
-- (Update Line 6 as plaforms get added or removed) | -- (Update Line 6 as plaforms get added or removed) | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 35: | Line 35: | ||
param = "linkedin", | param = "linkedin", | ||
icon = "File:SocialLinkedInIcon.svg", | icon = "File:SocialLinkedInIcon.svg", | ||
prefix = "https://www.linkedin.com/", | prefix = "https://www.linkedin.com/in/", | ||
label = "LinkedIn" | label = "LinkedIn" | ||
}, | }, | ||
| Line 47: | Line 47: | ||
param = "threads", | param = "threads", | ||
icon = "File:SocialThreadsIcon.svg", | icon = "File:SocialThreadsIcon.svg", | ||
prefix = "https://www.threads.net/", | prefix = "https://www.threads.net/@", | ||
label = "Threads" | label = "Threads" | ||
}, | }, | ||
| Line 53: | Line 53: | ||
param = "tiktok", | param = "tiktok", | ||
icon = "File:SocialTikTokIcon.svg", | icon = "File:SocialTikTokIcon.svg", | ||
prefix = "https://www.tiktok.com/", | prefix = "https://www.tiktok.com/@", | ||
label = "TikTok" | label = "TikTok" | ||
}, | }, | ||
| Line 65: | Line 65: | ||
param = "youtube", | param = "youtube", | ||
icon = "File:SocialYouTubeIcon.svg", | icon = "File:SocialYouTubeIcon.svg", | ||
prefix = "https://www.youtube.com/", | prefix = "https://www.youtube.com/@", | ||
label = "YouTube" | label = "YouTube" | ||
}, | |||
{ | |||
param = "github", | |||
icon = "File:SocialGithub.svg", | |||
prefix = "https://github.com/", | |||
label = "Github" | |||
}, | }, | ||
} | } | ||