innoweb/silverstripe-social-profiles

Adds social profile links to the site.

Installs: 1 802

Dependents: 0

Suggesters: 2

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

3.2.0 2024-03-07 00:01 UTC

This package is auto-updated.

Last update: 2024-03-11 00:38:27 UTC


README

Version License

Overview

Adds social profile links to the site.

Requirements

  • SilverStripe CMS 5.x

Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the 2.x release line. For SilverStripe 3, please see the 1.x release line.

Installation

Install the module using composer:

composer require innoweb/silverstripe-social-profiles dev-master

Then run dev/build.

Configuration

The module adds a new tab to the SiteConfig in the CMS where all the social profiles can be configured.

To add the profile links to your site, add the following include to your Page.ss template:

<% include SocialProfileLinks %>

MultiSites support

The module supports multisites and configured-multisites and by default adds the config options to the Sites.

If you want to manage the profiles globally, please add the following settings in your config.yml:

Innoweb\SocialProfiles\Extensions\ConfigExtension:
  multisites_enable_global_settings: true

This will add the fields to your SiteConfig instead of Site.

License

BSD 3-Clause License, see License