PHPackages                             silverware/facebook - 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. silverware/facebook

ActiveSilverstripe-vendormodule

silverware/facebook
===================

SilverWare Facebook Module.

1.3.2(7y ago)01741BSD-3-ClausePHPPHP &gt;=5.6.0

Since May 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/praxisnetau/silverware-facebook)[ Packagist](https://packagist.org/packages/silverware/facebook)[ Docs](https://github.com/praxisnetau/silverware-facebook)[ RSS](/packages/silverware-facebook/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

SilverWare Facebook Module
==========================

[](#silverware-facebook-module)

[![Latest Stable Version](https://camo.githubusercontent.com/d7c233eac13893b76db4bf9fab5d0cad41497389886d32bfa29001f7b073db38/68747470733a2f2f706f7365722e707567782e6f72672f73696c766572776172652f66616365626f6f6b2f762f737461626c65)](https://packagist.org/packages/silverware/facebook)[![Latest Unstable Version](https://camo.githubusercontent.com/a804754b9debafc857439ee35a096bc0e6e939159fd1e5b3fda1e55ee175779e/68747470733a2f2f706f7365722e707567782e6f72672f73696c766572776172652f66616365626f6f6b2f762f756e737461626c65)](https://packagist.org/packages/silverware/facebook)[![License](https://camo.githubusercontent.com/cdb88d4ba80e6936f51832fd122a91bc56b5e1e5c0ea06860f7c5f7be61f63a4/68747470733a2f2f706f7365722e707567782e6f72672f73696c766572776172652f66616365626f6f6b2f6c6963656e7365)](https://packagist.org/packages/silverware/facebook)

Provides a [Facebook Page Plugin](https://developers.facebook.com/docs/plugins/page-plugin) component and [sharing button](https://developers.facebook.com/docs/plugins/share-button) for use with [SilverWare](https://github.com/praxisnetau/silverware).

Contents
--------

[](#contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Issues](#issues)
- [Contribution](#contribution)
- [Maintainers](#maintainers)
- [License](#license)

Requirements
------------

[](#requirements)

- [SilverWare](https://github.com/praxisnetau/silverware)
- [SilverWare Social Module](https://github.com/praxisnetau/silverware-social)

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

[](#installation)

Installation is via [Composer](https://getcomposer.org):

```
$ composer require silverware/facebook

```

Configuration
-------------

[](#configuration)

As with all SilverStripe modules, configuration is via YAML. An extension is applied to site configuration which adds a tab for Facebook settings to the SilverWare Services tab.

### Facebook App ID

[](#facebook-app-id)

Before the `FacebookPagePlugin` component can function, you will first need to create a *Facebook App ID* using the Facebook for Developers site. To do this:

1. Login to the [Facebook for Developers](https://developers.facebook.com) site.
2. Click on "My Apps" and then "Add a New App".
3. Enter the app display name and contact email.
4. Click on the "Create App ID" button.

This will generate a new Facebook App ID. Copy the ID number, and paste it into the "Facebook App ID" field under Settings &gt; SilverWare &gt; Services &gt; Facebook API. Finally, click the "Save" button to store your site settings.

Alternatively, you can enter the Facebook App ID into your YAML configuration files:

```
SilverWare\Facebook\API\FacebookAPI:
  app_id: ''
```

Usage
-----

[](#usage)

### Facebook Page Plugin

[](#facebook-page-plugin)

[![Facebook Page Plugin](https://camo.githubusercontent.com/f5eab1522c196a393963c40084cad311d60b303175921138d99a426b24c46a61/687474703a2f2f692e696d6775722e636f6d2f454c36726467522e706e67)](https://camo.githubusercontent.com/f5eab1522c196a393963c40084cad311d60b303175921138d99a426b24c46a61/687474703a2f2f692e696d6775722e636f6d2f454c36726467522e706e67)

This module provides a `FacebookPagePlugin` component which can be added to a [SilverWare](https://github.com/praxisnetau/silverware)template or layout using the CMS. For the plugin to work correctly, you will need:

1. A valid *Facebook App ID* ([see above](#configuration)).
2. The name of your Facebook page.
3. The URL of your Facebook page.

Add the component where desired in your template or layout, enter the name of your Facebook page (e.g. "My Company") and the URL of your page on Facebook.

For more information about the Facebook Page Plugin, see the [Facebook documentation](https://developers.facebook.com/docs/plugins/page-plugin).

### Facebook Sharing Button

[](#facebook-sharing-button)

[![Facebook Sharing Button](https://camo.githubusercontent.com/b6983d98fd3fd4a0f8b4a22e3d3804ea398af40368ee775cfe6646b7870b5b3c/687474703a2f2f692e696d6775722e636f6d2f304e6639484d742e706e67)](https://camo.githubusercontent.com/b6983d98fd3fd4a0f8b4a22e3d3804ea398af40368ee775cfe6646b7870b5b3c/687474703a2f2f692e696d6775722e636f6d2f304e6639484d742e706e67)

Also provided is a `FacebookSharingButton` which is used with the `SharingComponent`from the [SilverWare Social Module](https://github.com/praxisnetau/silverware-social). Simply add this button as a child of `SharingComponent` using the site tree, and your pages will now be able to be shared via Facebook.

For more information, see the [Facebook documentation](https://developers.facebook.com/docs/plugins/share-button).

Issues
------

[](#issues)

Please use the [GitHub issue tracker](https://github.com/praxisnetau/silverware-facebook/issues) for bug reports and feature requests.

Contribution
------------

[](#contribution)

Your contributions are gladly welcomed to help make this project better. Please see [contributing](CONTRIBUTING.md) for more information.

Maintainers
-----------

[](#maintainers)

[![Colin Tucker](https://avatars3.githubusercontent.com/u/1853705?s=144)](https://github.com/colintucker)[![Praxis Interactive](https://avatars2.githubusercontent.com/u/1782612?s=144)](https://www.praxis.net.au)[Colin Tucker](https://github.com/colintucker)[Praxis Interactive](https://www.praxis.net.au)License
-------

[](#license)

[BSD-3-Clause](LICENSE.md) © Praxis Interactive

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~39 days

Recently: every ~66 days

Total

13

Last Release

2812d ago

Major Versions

0.1.0 → 1.0.02017-06-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5d47a59cd183aa3f599c2b66dfce7c79c249c2eacb749f0ac8c38c4ca273d14?d=identicon)[PraxisNetAu](/maintainers/PraxisNetAu)

---

Top Contributors

[![colintucker](https://avatars.githubusercontent.com/u/1853705?v=4)](https://github.com/colintucker "colintucker (24 commits)")

---

Tags

facebooksilverstripe-4silverwaresocialfacebooksilverstripesocialsilverware

### Embed Badge

![Health badge](/badges/silverware-facebook/health.svg)

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

PHPackages © 2026

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