OPF Social Platform
Bluesky
Bluesky handles are domain-style ('alice.bsky.social'). Profile URLs use the form 'https://bsky.app/profile/<handle>'. Renderers should pass the handle through unchanged.
blueskyConsumerTextbsky.app#1185FEURL Pattern
Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the bluesky key.
https://bsky.app/profile/alice.bsky.social
Pattern: https://bsky.app/profile/{handle}
Handle Format
- Prefix
- None
- Example
- alice.bsky.social
- Profile pattern
- https://bsky.app/profile/{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. Decentralized microblog network built on the AT Protocol.
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:bluesky{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — socials/bluesky",
"organization": {
"id": "example-organization",
"name": "Example Organization",
"socials": {
"bluesky": "alice.bsky.social"
}
},
"speaker": {
"id": "alice-chen",
"name": "Alice Chen",
"organizationId": "example-organization",
"socials": {
"bluesky": "alice.bsky.social"
}
},
"catalogs": {
"socialPlatforms": {
"source": "https://www.pptx.gallery/api/socials.json"
}
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "Bluesky",
"elements": []
}
]
}Preview this config live at pptx.dev/playground.