pfefferle / wordpress-twtxt
Twtxt is an open, distributed microblogging platform.
Package info
github.com/pfefferle/wordpress-twtxt
Type:wordpress-plugin
pkg:composer/pfefferle/wordpress-twtxt
Fund package maintenance!
Requires
- php: >=5.6.0
- composer/installers: ^1.0 || ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 09:53:38 UTC
README
nothing more... nothing less...
twtxt is a decentralised, minimalist microblogging service for hackers.
More infos about twtxt here https://github.com/buckket/twtxt
Installation
The plugin is not in the WordPress.org directory, so you have to install it by hand:
- Download the ZIP file
- Go to Plugins → Add New → Upload Plugin in your WordPress admin and upload it (or unzip it into
wp-content/plugins/via FTP) - Activate the plugin
The feed is available right after activation, no need to re-save the permalinks.
Alternatively with WP-CLI:
wp plugin install https://github.com/pfefferle/wordpress-twtxt/archive/refs/heads/master.zip --activate
...or with Composer:
composer require pfefferle/wordpress-twtxt
Feeds
The plugin adds a tw.txt feed for the whole blog and one per author:
https://example.com/feed/tw.txthttps://example.com/author/USERNAME/feed/tw.txt
Both are announced via a <link rel="alternate"> tag and a Link HTTP header on the blog index and on author archives.
The old /feed/twtxt and /feed/twtxt.txt URLs redirect to /feed/tw.txt.
The feed contains the latest 200 posts in chronological order. Use the twtxt_posts_per_feed filter to change the number.
Example
Run this to follow me in the app:
twtxt follow pfefferle https://notiz.blog/author/matthias-pfefferle/feed/tw.txt
...or my blog:
twtxt follow notizblog https://notiz.blog/feed/tw.txt