PHPackages                             baardbaard/bb-twitterfeed - 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. baardbaard/bb-twitterfeed

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

baardbaard/bb-twitterfeed
=========================

Minimal WordPress Twitterfeed plugin.

0.5(9y ago)255[7 issues](https://github.com/baardbaard/bb-twitterfeed/issues)GPLv3PHPPHP &gt;=5.4

Since Jul 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/baardbaard/bb-twitterfeed)[ Packagist](https://packagist.org/packages/baardbaard/bb-twitterfeed)[ Docs](https://github.com/baardbaard/bb-twitterfeed)[ RSS](/packages/baardbaard-bb-twitterfeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (8)Used By (0)

Twitterfeed
===========

[](#twitterfeed)

Twitterfeed is a WordPress plugin that gives you a Twitter feed without any styling.

It uses [Twitter-API-1.1-Client-for-Wordpress](https://github.com/micc83/Twitter-API-1.1-Client-for-Wordpress/blob/master/class-wp-twitter-api.php)to connect to the Twitter API and uses [kwi-urllinker](https://bitbucket.org/kwi/urllinker) to find URL's in the tweets and turn them into links. It uses Mustache to render te templates.

1. Install this plugin with Composer by running `composer require baardbaard/bb-twitterfeed` or add it to your project's `composer.json`, like this: ```
    {
        "require": {
            "baardbaard/bb-twitterfeed": "0.5"
        }
     }

    ```

    Make sure require the `autoload.php` that's generated by Composer somewhere in your project. `wp-config.php` would be a good location.. You can also download this plugin and run `composer install` in the root of this plugin's folder.
2. Create a Twitter app and get your credentials at .
3. Enter your Twitter key and secret in the WordPress Dashboard: Settings &gt; Twitterfeed.
4. Add and activate the plugin and use the following code in your template:

```

```

Or you can also use the shortcode:

```
// Add this to your page/post/widget in your WYSIWYG editor.
[twitterfeed user="baardbaard" number_of_tweets="3" profile_image_size="bigger"]

// Or use this in your template files.
echo do_shortcode( '[twitterfeed user="baardbaard" number_of_tweets="3" profile_image_size="bigger"]' );

```

The output looks something like this:

```

		Stef Thoen
		“Don’t let your dreams be dreams. Yesterday, you said tomorrow.”
		about 4 days ago

```

Roadmap
=======

[](#roadmap)

0.6
---

[](#06)

- Make CSS classes replaceable with custom classes
- Use caching to save tweets
- Rewrite to use PSR-2

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.1% 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 ~136 days

Total

5

Last Release

3414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45c1e5047b805a003c1bfe92b7e5f8d3c2625f157be0f7e9fc01400f288ddca4?d=identicon)[stefthoen](/maintainers/stefthoen)

---

Top Contributors

[![stefthoen](https://avatars.githubusercontent.com/u/881521?v=4)](https://github.com/stefthoen "stefthoen (159 commits)")[![bramwillemse](https://avatars.githubusercontent.com/u/2145188?v=4)](https://github.com/bramwillemse "bramwillemse (3 commits)")

---

Tags

pluginwordpress

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/baardbaard-bb-twitterfeed/health.svg)

```
[![Health](https://phpackages.com/badges/baardbaard-bb-twitterfeed/health.svg)](https://phpackages.com/packages/baardbaard-bb-twitterfeed)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[boxybird/inertia-wordpress

The WordPress adapter for Inertia.js

1827.4k](/packages/boxybird-inertia-wordpress)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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