Files
beep/readme.txt
T
Krystie ccead50116 Initial commit: Beep WordPress plugin
- Custom post type with likes, replies, moderation, shortcodes
- Beep icon and logo assets
- CSS and JS for frontend
2026-05-18 02:22:57 -07:00

51 lines
1.4 KiB
Plaintext
Executable File

=== Beep ===
Contributors: sami
Tags: microblog, twitter, tweets, social, comments
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.4.0
License: GPLv2 or later
A Twitter-style microblog for WordPress. Logged-in users post short updates,
like, and reply (with nested threads). Top feed sorts by likes.
== Description ==
Beep adds a Twitter-style microblog to your WordPress site. Drop the
[beep_feed] shortcode on any page. Likes, threaded replies, and Latest/Top
sort tabs are all built in.
== Installation ==
1. Upload beep.zip via Plugins -> Add New -> Upload Plugin. Activate.
2. Add [beep_feed] to a page. Visit it.
3. For multi-user signup, enable "Anyone can register" in Settings -> General
and install the free "Passwordless Login" plugin for magic-link sign-in.
== Shortcode ==
[beep_feed limit="50" header="Messages from" sort="latest"]
== Changelog ==
= 1.4.0 =
* Like replies, not just beeps.
* Nested replies (reply to replies, indented up to two levels).
* Latest / Top sort tabs at the top of the feed.
* Bird badge in the top-right of every beep and reply.
* Polished tabs, focus states, action button styling.
= 1.3.0 =
* Feed header reads "Messages from" + Beep wordmark.
* Avatar/textarea fixes baked in (no Additional CSS needed).
= 1.2.0 =
* Feed header shows Beep wordmark instead of small icon + Home text.
= 1.1.0 =
* New hand-drawn bird logo.
= 1.0.0 =
* Initial release.