OPF Social Platform
LinkedIn distinguishes between member profiles ('/in/<handle>') and company pages ('/company/<handle>'). Renderers should pick the appropriate URL pattern based on whether the parent is an Organization or a Speaker.
linkedinProfessionalLinklinkedin.com#0A66C2URL Pattern
Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the linkedin key.
https://linkedin.com/in/alice-chen
Pattern: https://linkedin.com/in/{handle}
Handle Format
- Prefix
- None
- Example
- alice-chen
- Profile pattern
- https://linkedin.com/in/{handle}
- Company pattern
- https://linkedin.com/company/{handle}
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
Professional. Professional social network for individuals and companies.
Best For
Investor decks, sales decks, founder bios, and executive material where professional credibility matters.
Watch Out For
Choose member or company URL patterns deliberately; LinkedIn distinguishes the two.
Recommended Companions
OPF Config
socials:linkedin{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — socials/linkedin",
"organization": {
"id": "example-organization",
"name": "Example Organization",
"socials": {
"linkedin": "alice-chen"
}
},
"speaker": {
"id": "alice-chen",
"name": "Alice Chen",
"organizationId": "example-organization",
"socials": {
"linkedin": "alice-chen"
}
},
"catalogs": {
"socialPlatforms": {
"source": "https://www.pptx.gallery/api/socials.json"
}
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "LinkedIn",
"elements": []
}
]
}Preview this config live at pptx.dev/playground.