PHPackages                             kerigansolutions/fb-autoblog-wp - 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. kerigansolutions/fb-autoblog-wp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kerigansolutions/fb-autoblog-wp
===============================

3.0.0(3d ago)01.5k[3 PRs](https://github.com/kerigansolutions/fb-autoblog-wp/pulls)MITPHP

Since Mar 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kerigansolutions/fb-autoblog-wp)[ Packagist](https://packagist.org/packages/kerigansolutions/fb-autoblog-wp)[ RSS](/packages/kerigansolutions-fb-autoblog-wp/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (9)Versions (44)Used By (0)

KMA WordPress Facebook Feed
===========================

[](#kma-wordpress-facebook-feed)

Easily pull posts and events into your WordPress Site from a Facebook page that you manage. Previous versions of this package retrieved posts in real time. Since 2.0, WorDPress is required and a spcial Admin page in WordPress is created. Posts and Events are fetched and added to the WP database using a cron that runs every hour.

Status
------

[](#status)

Currently the app is configured to work with Posts and Events. Reviews and Albums are in progress.

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

[](#installation)

`composer require kerigansolutions/fb-autoblog-wp`

Setup
-----

[](#setup)

1. Make sure you have admin access to the page you need to manage.
2. Log into WordPress and go to the new Facebook Settings menu item.
3. Authorize the app using app secret (FYI only KMA knows this).
4. Use the Auth tool to authorize the app to use a Facebook page you manage.
5. Use the sync tool to build the database of posts.
6. Program a view to show the data in your templates.

### Include or Extend the WP Admin class:

[](#include-or-extend-the-wp-admin-class)

```
use KeriganSolutions\FacebookFeed;
use KeriganSolutions\FacebookFeed\WP\FacebookPost;

class Facebook extends FacebookFeed\WP\Admin
{

  public $postsEnabled = true;
  public $eventsEnabled = false;
  public $photosEnabled = false;
  public $reviewsEnabled = false;

  // retrieve posts from WP database
  public function getFbPosts($num = -1, $args = [])
  {
    return (new FacebookPost())->query($num, $args);
  }

}
```

### Or make the API call and retrieve the results directly:

[](#or-make-the-api-call-and-retrieve-the-results-directly)

```
use KeriganSolutions\FacebookFeed\WP\FacebookPost;

$feed  = new Facebook;
$results = $feed->query(5);
```

```
fetch("/wp-json/kerigansolutions/v1/get-kma-fb-post", {
    method: 'GET',
    mode: 'cors',
    cache: 'no-cache',
    headers: {
        'Content-Type': 'application/json',
    },
})
.then(r => r.json())
.then((res) => {
    // do something with res
})
```

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 71.2% 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 ~77 days

Recently: every ~133 days

Total

40

Last Release

3d ago

Major Versions

0.28 → 1.0.02022-02-11

1.1.0 → 2.0.02022-07-28

2.6.4 → 3.0.02026-07-01

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/72e6719e07dde4f1374bbc190f8677a91978964401bb4f47cc8c1682e66b6cb3?d=identicon)[kma](/maintainers/kma)

---

Top Contributors

[![programmer-man](https://avatars.githubusercontent.com/u/23462829?v=4)](https://github.com/programmer-man "programmer-man (37 commits)")[![doomtickle](https://avatars.githubusercontent.com/u/18637267?v=4)](https://github.com/doomtickle "doomtickle (15 commits)")

### Embed Badge

![Health badge](/badges/kerigansolutions-fb-autoblog-wp/health.svg)

```
[![Health](https://phpackages.com/badges/kerigansolutions-fb-autoblog-wp/health.svg)](https://phpackages.com/packages/kerigansolutions-fb-autoblog-wp)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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