Social Links
A quick and easy way to store, retrieve, and style social media links., (*1)
You could configure it to be multiple social links per:, (*2)
Supported social networks
Being able to configure the list of social networks means you can align the list with the icons you have available, perhaps via your icon font., (*3)
You can configure the list of available social networks by adding a yaml config, as such:, (*4)
Burnbright\SocialLinks\SocialLink:
networks:
facebook: Facebook
linkedin: LinkedIn
skype: Skype
twitter: Twitter
website: Website
If you don't specify a configuration of networks, then a default list will kick in., (*5)
Member extension
Add the SocialLinkMemberExtension
extension to Member to allow each member to have multiple extensions., (*6)
SilverStripe\Security\Member:
extensions:
- SocialLinkMemberExtension