PHPackages                             winter/wn-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. winter/wn-twitter-plugin

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

winter/wn-twitter-plugin
========================

Twitter integration plugin for Winter CMS

v2.0.0(5y ago)11.3k3[1 issues](https://github.com/wintercms/wn-twitter-plugin/issues)MITPHPPHP &gt;=7.2

Since Apr 24Pushed 3y ago4 watchersCompare

[ Source](https://github.com/wintercms/wn-twitter-plugin)[ Packagist](https://packagist.org/packages/winter/wn-twitter-plugin)[ Docs](https://wintercms.com)[ GitHub Sponsors](https://github.com/LukeTowers)[ RSS](/packages/winter-wn-twitter-plugin/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

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

[](#twitter-integration-plugin)

This plugin adds Twitter integration features to the [Winter CMS](https://wintercms.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://apps.twitter.com/) 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 Winter CMS 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 Winter CMS 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 Winter CMS.
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://dev.twitter.com/docs/api/1.1/get/favorites/list) for the information about available fields.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.9% 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

Unknown

Total

1

Last Release

1850d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7253840?v=4)[Luke Towers](/maintainers/LukeTowers)[@LukeTowers](https://github.com/LukeTowers)

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (27 commits)")[![mjauvin](https://avatars.githubusercontent.com/u/2013630?v=4)](https://github.com/mjauvin "mjauvin (15 commits)")[![alekseybobkov](https://avatars.githubusercontent.com/u/481606?v=4)](https://github.com/alekseybobkov "alekseybobkov (4 commits)")[![LukeTowers](https://avatars.githubusercontent.com/u/7253840?v=4)](https://github.com/LukeTowers "LukeTowers (2 commits)")[![acasar](https://avatars.githubusercontent.com/u/6329543?v=4)](https://github.com/acasar "acasar (2 commits)")[![mohsin](https://avatars.githubusercontent.com/u/1699753?v=4)](https://github.com/mohsin "mohsin (1 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)")

---

Tags

hacktoberfestcmstwitterwintercms

### Embed Badge

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

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

###  Alternatives

[winter/wn-seo-plugin

Winter CMS plugin for managing SEO tags

106.3k](/packages/winter-wn-seo-plugin)[winter/wn-tailwindui-plugin

Provides a TailwindUI-based skin for the Winter CMS backend.

1812.8k](/packages/winter-wn-tailwindui-plugin)[winter/wn-sitemap-plugin

Sitemap plugin for Winter CMS

1042.6k1](/packages/winter-wn-sitemap-plugin)[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

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