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
| Field | Value |
|---|---|
| baseUrl | https://x.com |
| profileUrlPattern | https://x.com/{handle} |
| handlePrefix | @ |
| handleExample | @alicechen |
| brandColor | #000000 |
| tags | microblog, news, default |
Source 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"
]
}