Metadata
IDfacebook
Catalog
social-platforms
Source
spec/catalogs/social-platforms/facebook.json
| Field | Value |
|---|---|
| baseUrl | https://facebook.com |
| profileUrlPattern | https://facebook.com/{handle} |
| companyUrlPattern | https://facebook.com/{handle} |
| handlePrefix | |
| handleExample | acme |
| brandColor | #1877F2 |
| tags | general, brand |
Source 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"
]
}