purplespider/basic-social-media

Adds social media URL fields to CMS and provides basic FontAwesome template

Installs: 89

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Language:Scheme

Type:silverstripe-vendormodule

1.1.0 2024-01-10 11:49 UTC

This package is auto-updated.

Last update: 2024-03-10 12:14:47 UTC


README

Introduction

A Silverstripe module which adds fields to Settings for entering common social media platform URLs:

  • Facebook
  • Twitter
  • LinkedIn
  • Instagram
  • 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

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.