{}OPF
DocsSocial Platforms recordEdit on GitHub

Facebook

General-purpose social network from Meta.

Metadata

ID

facebook

Catalog

social-platforms

Source

spec/catalogs/social-platforms/facebook.json

FieldValue
baseUrlhttps://facebook.com
profileUrlPatternhttps://facebook.com/{handle}
companyUrlPatternhttps://facebook.com/{handle}
handlePrefix
handleExampleacme
brandColor#1877F2
tagsgeneral, brand

Source JSON

facebook.json
{
  "$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
  "id": "facebook",
  "name": "Facebook",
  "summary": "General-purpose social network from Meta.",
  "baseUrl": "https://facebook.com",
  "profileUrlPattern": "https://facebook.com/{handle}",
  "companyUrlPattern": "https://facebook.com/{handle}",
  "handlePrefix": "",
  "handleExample": "acme",
  "brandColor": "#1877F2",
  "tags": [
    "general",
    "brand"
  ]
}