OPF Social Platform
TikTok
TikTok profiles are addressable as '@<handle>'. The handlePrefix is '@' and is included in the URL.
tiktokConsumerVideotiktok.com#010101URL Pattern
Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the tiktok key.
https://tiktok.com/@acme
Pattern: https://tiktok.com/@{handle}
Handle Format
- Prefix
- @
- Example
- @acme
- Profile pattern
- https://tiktok.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. Short-form video network with strong recommendation feed.
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:tiktok{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — socials/tiktok",
"organization": {
"id": "example-organization",
"name": "Example Organization",
"socials": {
"tiktok": "acme"
}
},
"speaker": {
"id": "alice-chen",
"name": "Alice Chen",
"organizationId": "example-organization",
"socials": {
"tiktok": "acme"
}
},
"catalogs": {
"socialPlatforms": {
"source": "https://www.pptx.gallery/api/socials.json"
},
"layouts": {
"records": [
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "title-slide",
"name": "Title_Slide",
"label": "Title Slide",
"summary": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
"description": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
"tags": [
"Opening",
"Impact",
"Minimal"
],
"master": "Gallery",
"masterSlideIndex": 0,
"groupHash": "ddf3a920a68b7a0316802c6a646bb4bb481c6f5a288d236ab3021b4b990d25c2",
"groupDefault": true,
"contentType": "Title",
"contentMultiple": "None",
"contentAlignment": "Center",
"contentBox": false,
"contentTypeChartPrimary": "None",
"contentTypeImageFill": "None",
"contentTypeListBullet": "None",
"contentTypeListHeading": false,
"slideTitle": true,
"slideTitleAlignment": "Center",
"slideImage": false,
"slideImageAlignment": "None",
"slideLayoutDirection": "None",
"zones": [
{
"role": "title",
"placeholder": "title"
},
{
"role": "subtitle",
"placeholder": "subtitle"
}
],
"preview": {},
"details": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact. OPF placeholders: title, subtitle.",
"category": "opening-closing",
"spatialCategory": "hero",
"contentTypeTags": [
"mixed",
"title"
],
"placeholders": [
{
"type": "title"
},
{
"type": "subtitle"
}
],
"slideSubtitle": true
}
]
}
},
"tags": [
"gallery:socials/tiktok"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "TikTok",
"subtitle": "Social presence on TikTok.",
"design": {
"contentBox": false,
"contentAlignment": "center",
"titleAlignment": "center"
}
}
]
}Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.