purplespider / basic-social-media
Adds social media URL fields to CMS and provides basic FontAwesome template
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Language:Scheme
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-10-10 13:38:05 UTC
README
Introduction
A Silverstripe module which adds fields to Settings for entering common social media platform URLs:
- YouTube
- Vimeo
A template include then allows linked icons to be inserted on the site.
Note: The template include currently relies on Bootstrap and Font Awesome, but can be easily overridden to suit your site.
Maintainer Contact
- James Cocker (ssmodulesgithub@pswd.biz)
Requirements
- Silverstripe 4
Installation
composer require purplespider/basic-social-media
Dev/Build
Add URLs via new "Social media" tab in site Settings.
Add template include: <% include PurpleSpider\BasicSocialMedia\BasicSocialMedia %>
Thanks
Many thanks to burnbright for their SilverStripe External URL Field module.