{}OPF
DocsSocial Platforms recordEdit on GitHub

X

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

Metadata

ID

x

Catalog

social-platforms

Source

spec/catalogs/social-platforms/x.json

FieldValue
baseUrlhttps://x.com
profileUrlPatternhttps://x.com/{handle}
handlePrefix@
handleExample@alicechen
brandColor#000000
tagsmicroblog, news, default

Source JSON

x.json
{
  "$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
  "id": "x",
  "name": "X",
  "summary": "Real-time microblog for news, opinions, and discussion. Formerly Twitter.",
  "description": "X uses a single profile URL pattern for both individuals and organizations. Handles are conventionally rendered with an '@' prefix.",
  "baseUrl": "https://x.com",
  "profileUrlPattern": "https://x.com/{handle}",
  "handlePrefix": "@",
  "handleExample": "@alicechen",
  "brandColor": "#000000",
  "tags": [
    "microblog",
    "news",
    "default"
  ]
}