OPF Social Platform
Threads
Text-first social network from Meta, integrated with Instagram identity.
threadsConsumerTextthreads.net#000000URL Pattern
Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the threads key.
https://threads.net/@alicechen
Pattern: https://threads.net/@{handle}
Handle Format
- Prefix
- @
- Example
- @alicechen
- Profile pattern
- https://threads.net/@{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. Text-first social network from Meta, integrated with Instagram identity.
Best For
Public-sector, community, and audience-building decks where a current social handle helps readers follow up.
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:threads{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — socials/threads",
"organization": {
"id": "example-organization",
"name": "Example Organization",
"socials": {
"threads": "alicechen"
}
},
"speaker": {
"id": "alice-chen",
"name": "Alice Chen",
"organizationId": "example-organization",
"socials": {
"threads": "alicechen"
}
},
"catalogs": {
"socialPlatforms": {
"source": "https://www.pptx.gallery/api/socials.json"
}
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "Threads",
"elements": []
}
]
}Preview this config live at pptx.dev/playground.