i-lateral/silverstripe-socialnav

Adds a list of social media services that generates a list of links in a template

Installs: 4 495

Dependents: 4

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 3

Type:silverstripe-vendormodule

2.0.2 2018-11-15 17:11 UTC

This package is auto-updated.

Last update: 2024-03-27 19:10:29 UTC


README

Silverstripe module that adds a social navigation field to the CMS and uses that to generate a HTML list from a template (loading in relevent icons).

Install

Install via composer:

composer require i-lateral/silverstripe-socialnav

Usage

This module adds a ToggleCompositeField ("Social Nav") to SiteConfig. You can add links by visiting the SilverStripe admin > Settings (left hand menu) > Main Tab, then clicking "Social Nav".

You can now add links to your social nav. If you are using an icon library (such as FontAwesome), you can add custom classes to each link.

Rendering in templates

Rendering the nav in your template is make pretty easy, you simply have to add $SocialNav.Rendered to your templates, where you want the nav to appear.

If you want to loop through Specific menu items (to access them individually in a template), you can call them via:

<% loop $SocialNav.MenuItems %><% end_loop %>

Customising the template

If you want to customise the template, simply copy the following template into your theme: `ilateral\SilverStripe\SocialNav\SocialNav.ss