PHPackages                             offbeatwp/social-importer - 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. offbeatwp/social-importer

ActiveOffbeatwp-service

offbeatwp/social-importer
=========================

Add social things to offbeatwp

052PHP

Since Oct 13Pushed 6y agoCompare

[ Source](https://github.com/offbeatwp/social-importer)[ Packagist](https://packagist.org/packages/offbeatwp/social-importer)[ RSS](/packages/offbeatwp-social-importer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Social Importer
===============

[](#social-importer)

The Social Importer is a service package for [offbeatWP](https://github.com/offbeatwp).

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

[](#installation)

Install the package using [Composer](https://getcomposer.org/) (**First you need to go to the OffbeatWP theme folder**)

```
composer require offbeatwp/social-importer

```

Then you need to add the social importer as service. You can do this by adding the service in the `config/service.php` file.

```
OffbeatWP\SocialImporter\Service::class,

```

Now make a `social_importer.php` file in `config` folder. You need to register the API key using this file.

```
return [
    [
        'id'           => 'account_insta',
        'type'         => 'instagram',
        'api_key'      => 'my api key',
        'api_secret'   => 'my secret',
    ],

```

After this, you have to activate the account using OAuth.

Make a call using WP cli

`wp social-importer`

The Facebook function does not work yet
---------------------------------------

[](#the-facebook-function-does-not-work-yet)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ade73108a50285c69498c010ae11da6afc1e1c0bbb7f58e801a8044cc5dc47f7?d=identicon)[chris-raow](/maintainers/chris-raow)

![](https://www.gravatar.com/avatar/4a1606d5779bf38c69a074a21f0c7040d304d24b9c9f9ffffab2cb8a4a32badf?d=identicon)[dseegers](/maintainers/dseegers)

---

Top Contributors

[![dseegers](https://avatars.githubusercontent.com/u/6848396?v=4)](https://github.com/dseegers "dseegers (11 commits)")

### Embed Badge

![Health badge](/badges/offbeatwp-social-importer/health.svg)

```
[![Health](https://phpackages.com/badges/offbeatwp-social-importer/health.svg)](https://phpackages.com/packages/offbeatwp-social-importer)
```

PHPackages © 2026

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