OPF Social Platform

X

X uses a single profile URL pattern for both individuals and organizations. Handles are conventionally rendered with an '@' prefix.

xConsumerTextx.com#000000

URL Pattern

Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the x key.

https://x.com/

https://x.com/alicechen

Pattern: https://x.com/{handle}

Handle Format

Prefix
@
Example
@alicechen
Profile pattern
https://x.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

16px
24px
32px

Monochrome Glyph

Quiet theme-controlled footer

16px
24px
32px

Square Avatar

Compact icon chip

16px
24px
32px

Audience

Consumer. Real-time microblog for news, opinions, and discussion. Formerly Twitter.

Best For

Public-sector, community, and audience-building decks where a current social handle helps readers follow up.

Watch Out For

X may be recognizable to some audiences as Twitter. Keep copy current and avoid adding both names in a cramped footer.

Recommended Companions

OPF Config

socials:x
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — socials/x",
  "organization": {
    "id": "example-organization",
    "name": "Example Organization",
    "socials": {
      "x": "alicechen"
    }
  },
  "speaker": {
    "id": "alice-chen",
    "name": "Alice Chen",
    "organizationId": "example-organization",
    "socials": {
      "x": "alicechen"
    }
  },
  "catalogs": {
    "socialPlatforms": {
      "source": "https://www.pptx.gallery/api/socials.json"
    }
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "title-slide",
      "title": "X",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.