Skip to content

Commit

Permalink
Add social platform: threads, instagram, phaver, farcaster, debunk Su…
Browse files Browse the repository at this point in the history
…pported by. (#2025)
  • Loading branch information
sigeshuo authored Jul 8, 2024
1 parent 9a7c053 commit 708f436
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,29 @@ export const PlatformsSyncMap: {
name: "500px",
url: "https://500px.com/p/{username}",
},
threads: {
name: "Threads",
icon: `${iconCDN}/threads`,
url: "https://www.threads.net/@{username}",
},
instagram: {
name: "Instagram",
icon: `${iconCDN}/instagram`,
url: "https://www.instagram.com/{username}",
},
phaver: {
name: "Phaver",
url: "https://phaver.app.link/{username}",
},
warpcast: {
name: "Warpcast",
icon: `${iconCDN}/farcaster`,
url: "https://warpcast.com/{username}",
},
debank: {
name: "DeBank",
url: "https://debank.com/profile/{username}",
},
}

export const Platform = ({
Expand Down

0 comments on commit 708f436

Please sign in to comment.