SiteSocial
SiteSocial
☰ Documentation
Documentation
A reusable social destination.
Authoring guidance
✅
Use when
Define a social destination once when it will be referenced by socials or invite elements.
❌
Avoid when
The link is ordinary navigation or a one-off page action.
Properties
Example
Required
{
"icon": {
"name": "facebook"
},
"label": "Facebook",
"link": {
"href": "https://www.facebook.com/example"
}
}
Full
{
"icon": {
"ariaLabel": "example",
"class": "example",
"name": "facebook"
},
"label": "Facebook",
"link": {
"href": "https://www.facebook.com/example",
"newTab": true,
"nofollow": true,
"sponsored": false
}
}
examples are generated from the schema.