{}OPF
DocsSocial Platforms recordEdit on GitHub

LinkedIn

LinkedIn distinguishes between member profiles ('/in/<handle>') and company pages ('/company/<handle>'). Renderers should pick the appropriate URL pattern based on whether the parent is an Organization or a Speaker.

Metadata

ID

linkedin

Catalog

social-platforms

Source

spec/catalogs/social-platforms/linkedin.json

FieldValue
baseUrlhttps://linkedin.com
profileUrlPatternhttps://linkedin.com/in/{handle}
companyUrlPatternhttps://linkedin.com/company/{handle}
handlePrefix
handleExamplealice-chen
brandColor#0A66C2
tagsprofessional, default

Source JSON

linkedin.json
{
  "$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
  "id": "linkedin",
  "name": "LinkedIn",
  "summary": "Professional social network for individuals and companies.",
  "description": "LinkedIn distinguishes between member profiles ('/in/<handle>') and company pages ('/company/<handle>'). Renderers should pick the appropriate URL pattern based on whether the parent is an Organization or a Speaker.",
  "baseUrl": "https://linkedin.com",
  "profileUrlPattern": "https://linkedin.com/in/{handle}",
  "companyUrlPattern": "https://linkedin.com/company/{handle}",
  "handlePrefix": "",
  "handleExample": "alice-chen",
  "brandColor": "#0A66C2",
  "tags": [
    "professional",
    "default"
  ]
}