OPF Social Platform
YouTube
YouTube channels are addressable via the '@<handle>' form. The handlePrefix is '@' but it is part of the URL itself.
youtubeConsumerVideoyoutube.com#FF0000URL Pattern
Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the youtube key.
https://youtube.com/@acme
Pattern: https://youtube.com/@{handle}
Handle Format
- Prefix
- @
- Example
- @acme
- Profile pattern
- https://youtube.com/@{handle}
- Company pattern
- Same as profile
Icon Variants
Render the platform glyph at common footer scales. Brand color is reserved for the color variant; monochrome variants inherit the active theme.
Color Glyph
Default branded footer
Monochrome Glyph
Quiet theme-controlled footer
Square Avatar
Compact icon chip
Audience
Consumer. Video-sharing platform with creator and brand channels.
Best For
Creator, product-launch, media, and brand decks where a video channel is a primary destination.
Watch Out For
Match the platform to the audience. A social handle that feels off-channel reads as noise in a restrained footer.
Recommended Companions
OPF Config
socials:youtube{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — socials/youtube",
"organization": {
"id": "example-organization",
"name": "Example Organization",
"socials": {
"youtube": "acme"
}
},
"speaker": {
"id": "alice-chen",
"name": "Alice Chen",
"organizationId": "example-organization",
"socials": {
"youtube": "acme"
}
},
"catalogs": {
"socialPlatforms": {
"source": "https://www.pptx.gallery/api/socials.json"
}
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "YouTube",
"elements": []
}
]
}Preview this config live at pptx.dev/playground.