PHPackages                             toastnz/sociallinks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. toastnz/sociallinks

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

toastnz/sociallinks
===================

Silverstripe social links module

1.2(4mo ago)0396↑100%BSD-3-ClausePHPPHP &gt;=8.3

Since Oct 23Pushed 4mo agoCompare

[ Source](https://github.com/toastnz/sociallinks)[ Packagist](https://packagist.org/packages/toastnz/sociallinks)[ RSS](/packages/toastnz-sociallinks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Social Links Module
===================

[](#social-links-module)

This module provides a way to manage social media links in SilverStripe via SiteConfig. It allows add and sort social links for their website.

Features
--------

[](#features)

- Define supported social platforms via YAML config
- Automatically create default social link records for each platform
- Manage social links in SiteConfig with a sortable grid field
- Prevent deletion of links for platforms defined in config
- Easily extendable for additional fields or platforms

Installation
------------

[](#installation)

1. Place the module in your SilverStripe project under `sociallinks/`.
2. Run `composer install` if required.
3. Add your desired platforms to a yml config file, e.g., `app/_config/sociallinks.yml`:

    ```
    Toast\SocialLinks\Models\SocialLink:
      platforms:
        - x
        - facebook
        - instagram
        - linkedin
        - youtube
        - pinterest
    ```
4. Run `/dev/build?flush` in your browser.

Usage
-----

[](#usage)

- Go to **Settings &gt; Social Links** in the SilverStripe CMS.
- Add or edit links for each platform.
- Drag to reorder links.
- Platforms listed in the config will be protected from deletion.
- Platforms cannot be added manually, they must be defined in the config.

Templates
---------

[](#templates)

```

```

Extending
---------

[](#extending)

You can extend the `SocialLink` model or the `SiteConfigSocialExtension` to add more fields or customize behavior.

Troubleshooting
---------------

[](#troubleshooting)

- If you cannot delete a social link, ensure it is not listed in the `platforms` array in your config and run `/dev/build?flush`.
- If you add new platforms, run `/dev/build?flush` to create default records.

License
-------

[](#license)

MIT

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance77

Regular maintenance activity

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Total

3

Last Release

128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cc41858b7e0e95f7c9ff396fc2d454339424c425d8f78aeb526434da6f61543?d=identicon)[priscilla-toastnz](/maintainers/priscilla-toastnz)

---

Top Contributors

[![emmanuel-toast](https://avatars.githubusercontent.com/u/44280336?v=4)](https://github.com/emmanuel-toast "emmanuel-toast (3 commits)")[![priscillay-toast](https://avatars.githubusercontent.com/u/92568971?v=4)](https://github.com/priscillay-toast "priscillay-toast (1 commits)")

---

Tags

silverstripemodulesocial links

### Embed Badge

![Health badge](/badges/toastnz-sociallinks/health.svg)

```
[![Health](https://phpackages.com/badges/toastnz-sociallinks/health.svg)](https://phpackages.com/packages/toastnz-sociallinks)
```

###  Alternatives

[symbiote/silverstripe-grouped-cms-menu

Allows you to group CMS menu items.

3696.2k6](/packages/symbiote-silverstripe-grouped-cms-menu)[richardsjoqvist/silverstripe-embedder

Embedder enables embedding media in content fields area similar to how embeds work in WordPress

112.6k](/packages/richardsjoqvist-silverstripe-embedder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
