# Social platforms

The 35 platform ids accepted in social and socialRow blocks, with the URL shape each expects. Generated from the code.

Use these ids in `social.platform` and `socialRow.items[].platform`. Each row shows the URL the service normally uses; send the profile's real URL in `url`. Platforms marked 18+ are routed through the age gate automatically.

| id | Name | Typical URL | Notes |
| --- | --- | --- | --- |
| `instagram` | Instagram | https://instagram.com/<name> |  |
| `tiktok` | TikTok | https://tiktok.com/@<name> |  |
| `youtube` | YouTube | https://youtube.com/@<name> |  |
| `x` | X | https://x.com/<name> |  |
| `threads` | Threads | https://threads.net/@<name> |  |
| `facebook` | Facebook | https://facebook.com/<name> |  |
| `telegram` | Telegram | https://t.me/<name> |  |
| `whatsapp` | WhatsApp | https://wa.me/ |  |
| `spotify` | Spotify | https://open.spotify.com/user/<name> |  |
| `applemusic` | Apple Music | https://music.apple.com/profile/<name> |  |
| `soundcloud` | SoundCloud | https://soundcloud.com/<name> |  |
| `twitch` | Twitch | https://twitch.tv/<name> |  |
| `discord` | Discord | https://discord.gg/<name> |  |
| `pinterest` | Pinterest | https://pinterest.com/<name> |  |
| `reddit` | Reddit | https://reddit.com/user/<name> |  |
| `linkedin` | LinkedIn | https://linkedin.com/in/<name> |  |
| `snapchat` | Snapchat | https://snapchat.com/add/<name> |  |
| `vk` | VK | https://vk.com/<name> |  |
| `bluesky` | Bluesky | https://bsky.app/profile/<name> |  |
| `github` | GitHub | https://github.com/<name> |  |
| `behance` | Behance | https://behance.net/<name> |  |
| `dribbble` | Dribbble | https://dribbble.com/<name> |  |
| `substack` | Substack | https://<name>.substack.com |  |
| `patreon` | Patreon | https://patreon.com/<name> |  |
| `boosty` | Boosty | https://boosty.to/<name> |  |
| `kofi` | Ko-fi | https://ko-fi.com/<name> |  |
| `buymeacoffee` | Buy Me a Coffee | https://buymeacoffee.com/<name> |  |
| `gumroad` | Gumroad | https://<name>.gumroad.com |  |
| `etsy` | Etsy | https://etsy.com/shop/<name> |  |
| `shopify` | Shopify | https://<name>.myshopify.com |  |
| `tumblr` | Tumblr | https://<name>.tumblr.com |  |
| `mastodon` | Mastodon | https://mastodon.social/@<name> |  |
| `medium` | Medium | https://medium.com/@<name> |  |
| `onlyfans` | OnlyFans | https://onlyfans.com/<name> | 18+ |
| `fansly` | Fansly | https://fansly.com/<name> | 18+ |

A platform that is not listed can still be a plain `link` block with its own label.

---
Part of the [Tapmy.link agent documentation](https://tapmy.link/documentation/agents.md). Canonical: https://tapmy.link/documentation/agents/platforms.md
