Socials: Add SoundCloud

This commit is contained in:
Ben Brooks 2022-08-23 20:47:06 +01:00 committed by Mark E Fuller
commit 249ef48e83
4 changed files with 7 additions and 0 deletions

View file

@ -276,6 +276,7 @@
% - "youtube"
% - "tiktok"
% - "instagram"
% - "soundcloud"
% - "steam
% - "xbox"
% - "playstation"
@ -307,6 +308,7 @@
\ifthenelse{\equal{#1}{youtube}} {\collectionadd[youtube]{socials} {\protect\httpslink[#3]{youtube.com/#3}}} {}%
\ifthenelse{\equal{#1}{tiktok}} {\collectionadd[tiktok]{socials} {\protect\httpslink[#3]{tiktok.com/@#3}}} {}%
\ifthenelse{\equal{#1}{instagram}} {\collectionadd[instagram]{socials} {\protect\httpslink[#3]{instagram.com/#3}}} {}%
\ifthenelse{\equal{#1}{soundcloud}} {\collectionadd[soundcloud]{socials} {\protect\httpslink[#3]{soundcloud.com/#3}}} {}%
\ifthenelse{\equal{#1}{steam}} {\collectionadd[steam]{socials} {\protect\httpslink[#3]{steamcommunity.com/id/#3}}} {}%
\ifthenelse{\equal{#1}{xbox}} {\collectionadd[xbox]{socials} {\protect\httpslink[#3]{account.xbox.com/profile?gamertag=#3}}} {}%
\ifthenelse{\equal{#1}{playstation}} {\collectionadd[playstation]{socials} {#3}} {}%
@ -371,6 +373,7 @@
\newcommand*{\youtubesocialsymbol} {}
\newcommand*{\tiktoksocialsymbol} {}
\newcommand*{\instagramsocialsymbol} {}
\newcommand*{\soundcloudsocialsymbol} {}
\newcommand*{\steamsocialsymbol} {}
\newcommand*{\xboxsocialsymbol} {}
\newcommand*{\playstationsocialsymbol} {}

View file

@ -53,6 +53,7 @@
\renewcommand*{\youtubesocialsymbol} {{\small\faYoutube}~}
\renewcommand*{\tiktoksocialsymbol} {{\small\faTiktok}~}
\renewcommand*{\instagramsocialsymbol} {{\small\faInstagram}~}
\renewcommand*{\soundcloudsocialsymbol} {{\small\faSoundcloud}~}
\renewcommand*{\steamsocialsymbol} {{\small\faSteam}~}
\renewcommand*{\xboxsocialsymbol} {{\small\faXbox}~}
\renewcommand*{\playstationsocialsymbol} {{\small\faPlaystation}~}

View file

@ -51,6 +51,7 @@
\renewcommand*{\youtubesocialsymbol} {\textbf{yt}~}
\renewcommand*{\tiktoksocialsymbol} {\textbf{tok}~}
\renewcommand*{\instagramsocialsymbol} {\textbf{insta}~}
\renewcommand*{\soundcloudsocialsymbol} {\textbf{sc}~}
\renewcommand*{\steamsocialsymbol} {\textbf{st}~}
\renewcommand*{\xboxsocialsymbol} {\textbf{xb}~}
\renewcommand*{\playstationsocialsymbol} {\textbf{psn}~}

View file

@ -80,6 +80,8 @@
\social[tiktok]{jdoe} % optional, remove / comment the line if not wanted
\social[instagram]{jdoe} % optional, remove / comment the line if not wanted
\social[soundcloud]{jdoe} % optional, remove / comment the line if not wanted
\social[steam]{jdoe} % optional, remove / comment the line if not wanted
\social[xbox]{jdoe} % optional, remove / comment the line if not wanted
\social[playstation]{jdoe} % optional, remove / comment the line if not wanted