YouTube
YouTube channels are addressable via the '@<handle>' form. The handlePrefix is '@' but it is part of the URL itself.
Metadata
ID
youtube
Catalog
social-platforms
Source
spec/catalogs/social-platforms/youtube.json
| Field | Value |
|---|---|
| baseUrl | https://youtube.com |
| profileUrlPattern | https://youtube.com/@{handle} |
| handlePrefix | @ |
| handleExample | @acme |
| brandColor | #FF0000 |
| tags | video, creator, brand |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
"id": "youtube",
"name": "YouTube",
"summary": "Video-sharing platform with creator and brand channels.",
"description": "YouTube channels are addressable via the '@<handle>' form. The handlePrefix is '@' but it is part of the URL itself.",
"baseUrl": "https://youtube.com",
"profileUrlPattern": "https://youtube.com/@{handle}",
"handlePrefix": "@",
"handleExample": "@acme",
"brandColor": "#FF0000",
"tags": [
"video",
"creator",
"brand"
]
}