burnbright / silverstripe-sociallinks
A quick and easy way to store,retrieve, and style social media links
Installs: 784
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 4
Open Issues: 1
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-10-07 19:01:57 UTC
README
A quick and easy way to store, retrieve, and style social media links.
You could configure it to be multiple social links per:
- Website (SiteConfig)
- Member
- Organisation (shameless plug)
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.
You can configure the list of available social networks by adding a yaml config, as such:
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.
Member extension
Add the SocialLinkMemberExtension
extension to Member to allow each member to have multiple extensions.
SilverStripe\Security\Member: extensions: - SocialLinkMemberExtension