PHPackages                             rainlab/twitter-plugin - 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. [API Development](/categories/api)
4. /
5. rainlab/twitter-plugin

ActiveOctober-plugin[API Development](/categories/api)

rainlab/twitter-plugin
======================

Twitter integration plugin for OctoberCMS

v1.0.7(4y ago)234611[3 issues](https://github.com/rainlab/twitter-plugin/issues)PHPPHP &gt;=5.4.0

Since Dec 2Pushed 4y ago8 watchersCompare

[ Source](https://github.com/rainlab/twitter-plugin)[ Packagist](https://packagist.org/packages/rainlab/twitter-plugin)[ Docs](http://octobercms.com)[ RSS](/packages/rainlab-twitter-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

Twitter integration plugin
==========================

[](#twitter-integration-plugin)

This plugin adds Twitter integration features to the [October CMS](https://octobercms.com).

This plugin allows you to add the following Components to your pages and layouts:

- A Twitter Favourites list\*
- A Twitter Follow Button
- A Twitter Tweet Button
- A Twitter Embedded Tweet area
- A Twitter Embedded Timeline area

- Requires OAuth security

Configuring
-----------

[](#configuring)

Some features of Twitter use OAuth security. In order to use the plugin you need create a Twitter API application.

1. Go to the [Twitter Developers website](https://developer.twitter.com/en) to create a new application. You must be signed into Twitter in order to access the page.
2. Click the Create New App button.
3. Enter any application name, for example October Twitter Integration.
4. Provide a description for the application.
5. Enter the website URL where the Twitter integration is going to be used.
6. Read and agree to the "Rules of the Road"
7. After the application is created, navigate to the API Keys tab and click the "Create my access token" button. Generating the access token could take some time. Keep refreshing the page until you see the "Your access token" section with the token and token secret strings.
8. Return to the October back-end and navigate to the Settings page.
9. Click Twitter icon. Enter the API access information from the Twitter application page to the Twitter settings page in October.
10. Save the settings.

Displaying favorite Twitter messages
------------------------------------

[](#displaying-favorite-twitter-messages)

The plugin includes a component Favorites that lets you to output your favorite twitter messages on a page. Add the component to your page and render it with the component tag:

```
{% component 'twitterFavorites' %}
```

You can manage the number of favorite messages with the component settings. If you don't like the default favorite messages markup, don't use the component tag and just write your own code:

```
{% for favorite in twitterFavorites.all %}
    “{{ favorite.text_processed|raw }}”

        {{ favorite.user.name }}
        @{{ favorite.user.screen_name }}

{% endfor %}
```

See [Twitter favorites API documentation](https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-favorites-list) for the information about available fields.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 73.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 ~985 days

Total

3

Last Release

1526d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106532?v=4)[october](/maintainers/october)[@october](https://github.com/october)

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (30 commits)")[![alekseybobkov](https://avatars.githubusercontent.com/u/481606?v=4)](https://github.com/alekseybobkov "alekseybobkov (4 commits)")[![gergo85](https://avatars.githubusercontent.com/u/2959112?v=4)](https://github.com/gergo85 "gergo85 (2 commits)")[![acasar](https://avatars.githubusercontent.com/u/6329543?v=4)](https://github.com/acasar "acasar (2 commits)")[![grafxflow](https://avatars.githubusercontent.com/u/5972548?v=4)](https://github.com/grafxflow "grafxflow (1 commits)")[![jonpxpx](https://avatars.githubusercontent.com/u/11314607?v=4)](https://github.com/jonpxpx "jonpxpx (1 commits)")[![mohsin](https://avatars.githubusercontent.com/u/1699753?v=4)](https://github.com/mohsin "mohsin (1 commits)")

---

Tags

cmstwitteroctoberrainlab

### Embed Badge

![Health badge](/badges/rainlab-twitter-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/rainlab-twitter-plugin/health.svg)](https://phpackages.com/packages/rainlab-twitter-plugin)
```

###  Alternatives

[october/rain

October Rain Library

1581.7M73](/packages/october-rain)[jublonet/codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.

770876.6k10](/packages/jublonet-codebird-php)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36207.2k3](/packages/wrav-oembed)[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.7k2](/packages/offline-oc-mall-plugin)[dukt/twitter

Tweet field, search widget, embeds, and authenticated Twitter API requests.

1326.8k](/packages/dukt-twitter)

PHPackages © 2026

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