{}OPF
DocsSocial Platforms recordEdit on GitHub

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

FieldValue
baseUrlhttps://tiktok.com
profileUrlPatternhttps://tiktok.com/@{handle}
handlePrefix@
handleExample@acme
brandColor#010101
tagsvideo, short-form

Source JSON

tiktok.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"
  ]
}