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
===============================

2.6.2(7mo ago)01.2k[3 PRs](https://github.com/kerigansolutions/fb-autoblog-wp/pulls)MITPHP

Since Mar 23Pushed 7mo 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 1mo ago

READMEChangelog (10)Dependencies (3)Versions (41)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

45

—

FairBetter than 92% of packages

Maintenance65

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~76 days

Recently: every ~133 days

Total

37

Last Release

210d ago

Major Versions

0.28 → 1.0.02022-02-11

1.1.0 → 2.0.02022-07-28

### 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 (35 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

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)

PHPackages © 2026

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