diff --git a/assets/socials/amazon.svg b/assets/socials/amazon.svg
new file mode 100644
index 0000000..850f284
--- /dev/null
+++ b/assets/socials/amazon.svg
@@ -0,0 +1,140 @@
+
+
\ No newline at end of file
diff --git a/assets/socials/battlenet.svg b/assets/socials/battlenet.svg
new file mode 100644
index 0000000..783c461
--- /dev/null
+++ b/assets/socials/battlenet.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/assets/socials/bungie.svg b/assets/socials/bungie.svg
new file mode 100644
index 0000000..6726959
--- /dev/null
+++ b/assets/socials/bungie.svg
@@ -0,0 +1,8 @@
+
+
\ No newline at end of file
diff --git a/assets/socials/crunchyroll.svg b/assets/socials/crunchyroll.svg
new file mode 100644
index 0000000..7576d27
--- /dev/null
+++ b/assets/socials/crunchyroll.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/assets/socials/ebay.svg b/assets/socials/ebay.svg
new file mode 100644
index 0000000..e28b388
--- /dev/null
+++ b/assets/socials/ebay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/socials/epic.svg b/assets/socials/epic.svg
new file mode 100644
index 0000000..01a228b
--- /dev/null
+++ b/assets/socials/epic.svg
@@ -0,0 +1,42 @@
+
\ No newline at end of file
diff --git a/assets/socials/facebook.svg b/assets/socials/facebook.svg
new file mode 100644
index 0000000..0872f00
--- /dev/null
+++ b/assets/socials/facebook.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/assets/socials/github.svg b/assets/socials/github.svg
new file mode 100644
index 0000000..013e025
--- /dev/null
+++ b/assets/socials/github.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/assets/socials/instagram.svg b/assets/socials/instagram.svg
new file mode 100644
index 0000000..4ce33d4
--- /dev/null
+++ b/assets/socials/instagram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/socials/league.svg b/assets/socials/league.svg
new file mode 100644
index 0000000..b4ec4fb
--- /dev/null
+++ b/assets/socials/league.svg
@@ -0,0 +1,14 @@
+
diff --git a/assets/socials/paypal.svg b/assets/socials/paypal.svg
new file mode 100644
index 0000000..a28f58f
--- /dev/null
+++ b/assets/socials/paypal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/socials/riot.svg b/assets/socials/riot.svg
new file mode 100644
index 0000000..4d38004
--- /dev/null
+++ b/assets/socials/riot.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/assets/socials/roblox.svg b/assets/socials/roblox.svg
new file mode 100644
index 0000000..55c98f4
--- /dev/null
+++ b/assets/socials/roblox.svg
@@ -0,0 +1,10 @@
+
+
+
\ No newline at end of file
diff --git a/assets/socials/steam.svg b/assets/socials/steam.svg
new file mode 100644
index 0000000..2e839c5
--- /dev/null
+++ b/assets/socials/steam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/socials/tiktok.svg b/assets/socials/tiktok.svg
new file mode 100644
index 0000000..619d3c6
--- /dev/null
+++ b/assets/socials/tiktok.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/socials/xbox.svg b/assets/socials/xbox.svg
new file mode 100644
index 0000000..cb0a49b
--- /dev/null
+++ b/assets/socials/xbox.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/js/discord.js b/js/discord.js
index a7432f4..5695f5c 100644
--- a/js/discord.js
+++ b/js/discord.js
@@ -347,7 +347,13 @@
}
// Best-effort profile links for the common connection types.
const CONNECTION_URLS = {
+ tiktok: function (n) { return "https://tiktok.com/@" + n; },
+ ebay: function (n) { return "https://www.ebay.com/usr/" + n; },
+ instagram: function (n) {return "https://www.instagram.com/" + n; },
+ xbox: function (n) {return "https://www.xbox.com/en-GB/play/user/" + n; },
github: function (n) { return "https://github.com/" + n; },
+ roblox: function (n, id) { return "https://www.roblox.com/users/" + id + "/profile";},
+ epicgames: function (n, id) {return "https://store.epicgames.com/u/" + id; },
twitter: function (n) { return "https://twitter.com/" + n; },
twitch: function (n) { return "https://twitch.tv/" + n; },
youtube: function (n, id) { return "https://youtube.com/channel/" + id; },
@@ -361,6 +367,23 @@
// connection type -> brand SVG in /assets/socials (anything unmapped uses
// the generic globe "site.svg")
const CONNECTION_ICON = {
+ "amazon-music": "amazon",
+ facebook: "facebook",
+ ebay: "ebay",
+ tiktok: "tiktok",
+ bungie: "bungie", //
+ playstation: "playstation",
+ paypal: "paypal",
+ instagram: "instagram",
+ xbox: "xbox",
+ crunchyroll: "crunchyroll",
+ battlenet: "battlenet",
+ github: "github",
+ epicgames: "epic",
+ riotgames: "riot",
+ leagueoflegends: "league",
+ steam: "steam",
+ roblox: "roblox",
twitter: "twitter",
bluesky: "bluesky",
mastodon: "mastodon",