Threads
Text-first social network from Meta, integrated with Instagram identity.
Metadata
ID
threads
Catalog
social-platforms
Source
spec/catalogs/social-platforms/threads.json
| Field | Value |
|---|---|
| baseUrl | https://threads.net |
| profileUrlPattern | https://threads.net/@{handle} |
| handlePrefix | @ |
| handleExample | @alicechen |
| brandColor | #000000 |
| tags | microblog, text |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
"id": "threads",
"name": "Threads",
"summary": "Text-first social network from Meta, integrated with Instagram identity.",
"baseUrl": "https://threads.net",
"profileUrlPattern": "https://threads.net/@{handle}",
"handlePrefix": "@",
"handleExample": "@alicechen",
"brandColor": "#000000",
"tags": [
"microblog",
"text"
]
}