TikTok
TikTok profiles are addressable as '@<handle>'. The handlePrefix is '@' and is included in the URL.
Metadata
ID
tiktok
Catalog
social-platforms
Source
spec/catalogs/social-platforms/tiktok.json
| Field | Value |
|---|---|
| baseUrl | https://tiktok.com |
| profileUrlPattern | https://tiktok.com/@{handle} |
| handlePrefix | @ |
| handleExample | @acme |
| brandColor | #010101 |
| tags | video, short-form |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
"id": "tiktok",
"name": "TikTok",
"summary": "Short-form video network with strong recommendation feed.",
"description": "TikTok profiles are addressable as '@<handle>'. The handlePrefix is '@' and is included in the URL.",
"baseUrl": "https://tiktok.com",
"profileUrlPattern": "https://tiktok.com/@{handle}",
"handlePrefix": "@",
"handleExample": "@acme",
"brandColor": "#010101",
"tags": [
"video",
"short-form"
]
}