PluginProbe
Friends / 2.8.2
Friends v2.8.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / README.md

README.md in Friends 2.8.2, at README.md

348 lines 19.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Friends
2
3 - Contributors: akirk
4 - Tags: friends, rss, decentralized, social-network, own-your-data
5 - Requires at least: 5.0
6 - Tested up to: 6.3
7 - Requires PHP: 5.6
8 - License: [](http://www.gnu.org/licenses/gpl-2.0.htmlGPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
9 - Stable tag: 2.8.2
10
11 Your own WordPress at the center of your online activity. Follow friends and other websites and establish friendship relationships between blogs.
12
13 ## Description
14
15 The Friends plugin allows you to follow content from other WordPress sites, and interact with them on your own site. You can follow friends and others via RSS. If you also have the ActivityPub plugin installed, you can follow people on Mastodon and other ActivityPub-compatible social networks.
16
17 **Since version 2.6.0, no users will be created for subscriptions.**
18
19 **Combine this plugin with the ActivityPub plugin to make your own WordPress your own Mastodon instance. Use the Enable Mastodon Apps to use mobile and desktop Mastodon apps with your own site.**
20
21 The Friends Plugin also has a "friend request" function which allows blogs to become friends with each other. This then allows private publishing on your blog while each of their friends has their own blog but will be able to see your privately published posts.
22
23 There are many small aspects that make it powerful self-hosted social reader:
24
25 You can...
26 - Have multiple feeds per person, so you can subscribe to their blog(s) and social media account(s).
27 - Categorize incoming content with Post Formats and view all posts of a certain format across your friends.
28 - Define rules to filter incoming content (sometimes you’re not interested in everything your friends do).
29 - Turn your favorite blog into your personal newsletter by receiving full-post notification e-mails
30 - Use feed rules to filter out content you are not interested in.
31 - Receive ePubs of your friends' posts to your eReader (via another plugin).
32 - Collect posts (from your feeds or around the web) in a collection for later reference (via another plugin).
33
34 [](https://www.youtube.com/watch?v=4bz6GluXnsk![Friends Plugin Demo on Youtube](img/friends-plugin-youtube-thumbnail.png)](https://www.youtube.com/watch?v=4bz6GluXnsk](https://www.youtube.com/watch?v=4bz6GluXnsk)
35
36 ### Philosophy
37
38 The Friends Plugin was built to make use of what WordPress provides:
39
40 - You use the WordPress infrastructure (Gutenberg or Classic Editor, what you prefer) to create your posts.
41 - If a post is private, only logged-in friends can see it. They can only log in through their own Friends plugin on their blog.
42 - Therefore, your friend is just a user on your WordPress blog, their posts are theirs, you can delete them to unfriend them.
43 - No extra tables: The Friends plugin just uses a post type, options and some taxonomies to store its data. When you delete the plugin, your WordPress will be slim like before.
44
45 In future, I could see mobile apps instead of talking to a third party, to talk to your own blog. It will have your friends' posts already fetched. Maybe the apps will be specialized, like Twitter or Instagram, where you'd only interact with and create posts in the specific post format.
46
47 The logo was created by Ramon Dodd, @ramonopoly. Thank you!
48
49 Documentation for the plugin can be found on the [](https://github.com/akirk/friends/wikiGitHub project Wiki](https://github.com/akirk/friends/wiki](https://github.com/akirk/friends/wiki).
50
51 **Development of this plugin is done [](https://github.com/akirk/friendson GitHub](https://github.com/akirk/friends](https://github.com/akirk/friends). Pull requests welcome. Please see [](https://github.com/akirk/friends/issuesissues](https://github.com/akirk/friends/issues](https://github.com/akirk/friends/issues) reported there before going to the [](https://wordpress.org/support/plugin/friendsplugin forum](https://wordpress.org/support/plugin/friends](https://wordpress.org/support/plugin/friends).**
52
53 ## Installation
54
55 1. Upload the `friends` directory to the `/wp-content/plugins/` directory
56 1. Activate the plugin through the 'Plugins' menu in WordPress
57
58 ## Frequently Asked Questions
59
60 ### Does this plugin create custom tables?
61 No, all the functionality is achieved with standard WordPress means. Subscriptions or Friends are minimal-permission users on your install. External posts are cached in a custom post types and attributed to those users.
62
63 ### Why does this create users on my WordPress install?
64 I believe this is a very elegant way to attribute content and it allows to delete the users content when you delete them. The users have minimal privileges, so they cannot be used to post actual content to your site.
65
66 The users can only be used for login through your specific friend's WordPress install (they are created with a strong password throw-away password), if they have been upgraded to a "friend" or "aquaintance" user.
67
68 ### Why is the friendship established between WordPress sites and not WordPress users?
69 For one, this allows to stick with established WordPress configurations and terminologies. For example, you can use the WordPress mobile apps to post privately to your site.
70
71 Secondly, a lot of WordPresses are like cell phones. Some are used by more than one person but mostly there is a 1:1 relationship between a WordPress blog and a person.
72
73 If someone has multiple WordPresses this actually allows to segment your friendships. Close friends might want to follow all your blogs but you'd only add your photographer friends to your photoblog.
74
75 ### What if the friend request is deleted or not accepted?
76 You'll still see the public posts from the other WordPress, you've subscribed to its public RSS feed.
77
78 ### What's the point? If I want to post something privately I can use Facebook.
79 Well, that's actually exactly the point. Facebook owns your data, with WordPress you can decide where you want to host it and have all the benefits of running open source software.
80
81 ### What happens if I modify or delete a post?
82 There is a cache of your friends post in form of a Custom Post Type friend_post that is updated when you change a post. When you delete a post your friends' WordPresses are notified and they delete the cached post.
83
84 ## Screenshots
85
86 1. Compact view is like Google Reader
87 2. You can use it like a Feed Reader
88 3. But it is centered around users; you can have multiple feeds per person, even on social networks (parsing capabilities provided by plugins)
89 4. Extensible with plugins itself
90 5. Use the customizer to adapt it to your liking
91 6. Categorize incoming content with Post Formats and view all posts of a certain format across your friends
92 7. Use rules to filter incoming content (sometimes you’re not interested in everything your friends do)
93 8. Friends users are plain WordPress users with low privileges
94 9. A Friend Request is accepted in the users screen. Delete the user to reject it or accept the request to make them a friend
95
96 ## Changelog
97
98 ### 2.8.2
99 - Fix crash when using get_the_excerpt in the admin edit-post screen ([#260])
100
101 ### 2.8.1
102 - Fix broken outgoing activities with version 1.0 of the ActivityPub plugin ([#258])
103
104 ### 2.8.0
105 - Fix invalid callback
106
107 ### 2.7.9
108 - Fix broken replies with version 1.0 of the ActivityPub plugin ([#257])
109
110 ### 2.7.8
111 - Fix some incompatibilities with version 1.0 of the ActivityPub plugin ([#256])
112
113 ### 2.7.7
114 - No longer send your own comments out via ActivityPub, should be moved into the ActivityPub plugin ([#255])
115 - Hide block options for ClassicPress ([#252])
116 - Change feed table from horizontal to vertical ([#248])
117
118 ### 2.7.6
119 - Added an option to enable/disable Gutenberg on the frontend ([#245])
120 - Fixed that a faulty "hide from friends page" value could cause missing posts in the main feed
121 - Change so that the [Send to E-Reader plugin] can enable downloading the ePub from a special URL
122
123 ### 2.7.5
124 - Fix following users from Enable Mastodon Apps
125 - Fix disappearing posts after untrashing them
126
127 ### 2.7.4
128 - Allow specifying a URL as avatar ([#243])
129 - Add more mastodon style urls for ActivityPub parsing autodetection (when there is no mime-type in the rel=me)
130 - Fixed a bug where comments were not retrieved via the comments RSS feed
131 - Fixed the require codeword checkbox
132
133 ### 2.7.3
134 - Add get_posts args support for virtual users ([#242]), this allows the Enable Mastodon Apps to work with external mentions after [#215]
135
136 ### 2.7.2
137 - Prepare for Activitypub Update which in its current state could cause a fatal ([#241])
138 - Post Collection compatibility: Allow trashing of Post Collection posts ([#240])
139 - Post Collection compatibility: Allow the post collection to be included in the autocomplete ([#239])
140 - Fix updating of user data when the subscription is a virtual user ([#238])
141
142 ### 2.7.1
143 - Update Blocks Everywhere for WordPress 6.3 compatbility ([#236])
144 - ActivityPub: Also detect standard fediverse urls and assign the post-format status ([#237])
145
146 ### 2.7.0
147 - Improve the Onboarding Experience ([#231])
148 - Expose the ActivityPub plugin more on the Add Friend screen ([#234])
149 - Fixed Quick Subscribe ([#233])
150 - Recognize the published date for announces ([#232])
151 - Allow setting the Collapsed view as default ([#224]) but don't collapse when there is just a single post ([#229])
152
153 ### 2.6.0
154 - Don't create a user when only following someone ([#215]). This means that if you only want to use the Friends plugin to follow people, it will no longer create a user for each follow.
155 - Fix the hardcoded friends url path on the refresh widget ([#223])
156 - ActivityOPub: add support incoming video attachments ([#222])
157 - Friends Page: Status View improvements ([#220]): Style the collapsed status view better. Move the Quick post toggle. Add Reply button and dropdown entry.
158 - Friends Page: Allow private sharing of a post on your friends page ([#217]). Adds a new "Share" item to the dropdown which gives you a special link that can be viewed by anyone.
159 - A number of small PHP 8.1 fixes
160
161 ### 2.5.3
162 - Add a new Reply To field to the Status post form ([#210]), also see the related update to the Firefox extension at https://addons.mozilla.org/addon/wpfriends/
163 - Fix a Fatal regarding ActivityPub metadata
164
165 ### 2.5.2
166 - Create better display name from follows from the Enable Mastodon Apps plugin
167 - Relay the external mentions user to the Enable Mastodon Apps plugin
168
169 ### 2.5.1
170 - Prevent creation of a new feed for a virtual external mentions feed
171
172 ### 2.5.0
173 - Fix/improve outgoing ActivityPub mention behavior for comments ([#205] and [#206])
174 - Support for external ActivityPub mentions ([#206])
175
176 - ### 2.4.0
177 - Reactions: Make it possible to issue reactions from outside ([#201])
178 - Add Reblogging and Announce support for ActivityPub ([#168])
179 - Add filters and metadata to make the Enable Mastodon Apps plugin possible ([#200])
180 - ActivityPub: Auto-approve comments by people you follow ([#199])
181 - Add more explicit plugin recommendations ([#203] and [#202])
182
183 ### 2.3.1
184 - Remove stale ActivityPub version and use the information from WordPress.org ([#195])
185 - Allow mixing of post formats on the frontend
186 - Allow filtering notifications by the incoming feed ([#196])
187 - Fix friends menu on other site ([#189])
188 - Added missing space to generated SQL query ([#191])
189
190 ### 2.3.0
191 - The Wiki now contains a [](https://github.com/akirk/friends/wiki/HooksHooks Documentation](https://github.com/akirk/friends/wiki/Hooks](https://github.com/akirk/friends/wiki/Hooks) ([#167])
192 - Frontend: Add CSS rule to fix odd resizing ([#166])
193 - Frontend: Add a "Show hidden items" in the main feed header ([#172])
194 - Frontend: Upgrade Blocks Everywhere, hide Quick Post Panel by default ([#180], [#183])
195 - Frontend: Don't let the Post Kinds plugin interfere with the friends query ([#176])
196 - Admin: Fix inconsistencies with links to the new friends list link ([#184]) props @pfefferle
197 - Admin: Tweak text for "Show Hidden Items" setting, per-feed. ([#173]) props @alecmuffett
198
199 ### 2.2.0
200 - Fix remote friends plugin detection on public Friends page when headers are stripped ([#160]).
201 - Permissions: Allow using the friends plugin as an Editor ([#121]). An administrator account no longer required, you only need one to set the main user and adjust blog-level settings.
202 - Automatic status: Add option to disable creation of automatic status post drafts ([#141]).
203 - ActivityPub: Support for outgoing mentions (prepared in [activitypub#213] by removing the parser from there for quicker iteration). Implemented in [#137].
204 - ActivityPub: Use the avatar from ActivityPub ([#142]) and allow setting it after the fact (it won't change automatically).
205 - ActivityPub: Add outbox support ([#163]) which means that when you now subscribe to someone new, it will fetch old posts.
206
207 ### 2.1.3
208 - Feeds: fixed a bug where when adding a new user and subscribing to an ActivityPub feed at the same time, the ActivityPub account won't be followed (would need a deactivate/actiate of the feed).
209 - Taxonomies: Hide the user-feed and reactions taxonomies from the public and delete their entries when uninstalling the plugin ([#132]).
210 - Improved PHP8 compatibility and start testing with PHP8.2 in the CI.
211
212 ### 2.1.2
213 - Frontend: add option to show/hide hidden entries on a user page ([#124]).
214 - Admin: Fix that the main settings page would not save.
215 - Plugins (ActivityPub): Add a function to get all friends for a specific parser. This is for [activitypub#213].
216 - Plugins: Allow plugins to suggest a better display name and username for friends via two new hooks `friends_suggest_user_login` and `friends_suggest_display_name`.
217
218 ### 2.1.1
219 - Friends messages and status posting UI: Bring back the Gutenberg Editor using the updated blocks-everywhere ([#122]).
220 - Admin: Fix a redirect problem on the autostatus admin page.
221 - Status posts: fix collapsing them and only output the status post box on the main status feed to avoid confusion when your posts don't show up on an author status page.
222
223 ### 2.1.0
224 - Plugins: Add filters for allowing ActivityPub integrations (see [activitypub#172]): `friends_rewrite_incoming_url`, `friends_user_feed_activated`, `friends_user_feed_deactivated`.
225 - Plugins: Add ActivityPub to the Friends Plugins installer.
226 - Frontend: Add ability to read a post's comments inside the Friends plugin using the comments button (if it supplies a comments feed in its RSS which all WordPresses do) ([#113]).
227 - Frontend: Add different styling for images and status feed. Add a "post status" box to the status feed.
228 - Frontend: Allow starring friends + new widget to display those starred friends for convenient access.
229 - Frontend: Add a recent friends widget that displays your newest friends and subscriptions for convenient access.
230 - Admin: Introduce tabs on various friends settings for a better overview ([#116]).
231 - Admin: Remove the Welcome admin notice in favor a Welcome screen inside the friends plugin.
232 - Admin: Improve the friend space usage calculation for friends with many posts.
233 - Admin: Improve Automattic Status ([#111]).
234 - Core: Improved the WP_Query for the frontend to allow to show your reactions to the posts ([#114]).
235 - Core: allow frontend detection earlier in the WordPress boot process allowing our `add_theme_support()`s to kick in based on whether we are on the frontend.
236 - Core: Fetch feeds based on their due date. This will allow adjusting feed fetch intervals individually for feeds ([#109]).
237 - Multisite: Improve activation code so that the friend roles should now be created more reliably on new multisite blogs ([#107]).
238 - Plugins: Add filters for the Friends roles plugin: `friends_plugin_roles`.
239
240 ### 2.0.2
241 - Fix namespace on activation, deactivation and uninstall hooks
242
243 ### 2.0.1
244 - Fix a problem with retrieving and up to date plugins.json file from Github
245
246 ### 2.0.0
247 - Improved handling of updated feed items and how they are stored as revisions
248 - PHP: Introduced a namespace, changed the plugin hooks to friends_loaded and friends_load_parsers
249 - Add checks for diagnosing the correct functioning to Site Health
250
251 ### 1.9.1
252 - Fix a fatal error
253
254 ### 1.9.0
255 - New feature: Keyword Matcher (get a notification if an incoming post contains keywords you can specify)
256 - New feature: Automatic status posts (automatically create draft status posts for certain events, they need to be published manually)
257 - Disable Gutenberg in messages until Gutenberg-Everywhere has been fixed
258
259 ### 1.8.5
260 - Multisite: fix adding user to site instead of requiring a new username
261
262 ### 1.8.4
263 - Fixes for a PHP fatal and some notices
264
265 ### 1.8.3
266 - Improve default feed selection when adding a friend
267 - Fix improper plugin directory when a friends plugin installed from Github
268
269 ### 1.8.2
270 - Move plugin updater data to Github
271
272 ### 1.8.1
273 - Fix whitespace missing in feed additions
274
275 ### 1.8.0
276 - Small bugfixes (main query modification, menu conflict, show the friends menu in wp-admin, allow regex to match post length)
277 - Use the Gutenberg editor for blog to blog messaging
278
279 ### 1.7.0
280 - Add Emoji reactions
281 - Add blog to blog messaging
282
283 [Send to E-Reader plugin]: https://github.com/akirk/friends-send-to-e-reader
284 [#260]: https://github.com/akirk/friends/pull/260
285 [#258]: https://github.com/akirk/friends/pull/258
286 [#257]: https://github.com/akirk/friends/pull/257
287 [#256]: https://github.com/akirk/friends/pull/256
288 [#255]: https://github.com/akirk/friends/pull/255
289 [#252]: https://github.com/akirk/friends/pull/252
290 [#248]: https://github.com/akirk/friends/pull/248
291 [#245]: https://github.com/akirk/friends/pull/245
292 [#243]: https://github.com/akirk/friends/pull/243
293 [#241]: https://github.com/akirk/friends/pull/241
294 [#240]: https://github.com/akirk/friends/pull/240
295 [#239]: https://github.com/akirk/friends/pull/239
296 [#238]: https://github.com/akirk/friends/pull/238
297 [#237]: https://github.com/akirk/friends/pull/237
298 [#236]: https://github.com/akirk/friends/pull/236
299 [#231]: https://github.com/akirk/friends/pull/231
300 [#234]: https://github.com/akirk/friends/pull/234
301 [#233]: https://github.com/akirk/friends/pull/233
302 [#232]: https://github.com/akirk/friends/pull/232
303 [#224]: https://github.com/akirk/friends/pull/224
304 [#229]: https://github.com/akirk/friends/pull/229
305 [#223]: https://github.com/akirk/friends/pull/223
306 [#222]: https://github.com/akirk/friends/pull/222
307 [#220]: https://github.com/akirk/friends/pull/220
308 [#217]: https://github.com/akirk/friends/pull/217
309 [#215]: https://github.com/akirk/friends/pull/215
310 [#210]: https://github.com/akirk/friends/pull/210
311 [#206]: https://github.com/akirk/friends/pull/206
312 [#205]: https://github.com/akirk/friends/pull/205
313 [#201]: https://github.com/akirk/friends/pull/201
314 [#168]: https://github.com/akirk/friends/pull/168
315 [#200]: https://github.com/akirk/friends/pull/200
316 [#199]: https://github.com/akirk/friends/pull/199
317 [#203]: https://github.com/akirk/friends/pull/203
318 [#202]: https://github.com/akirk/friends/pull/202
319 [#195]: https://github.com/akirk/friends/pull/195
320 [#196]: https://github.com/akirk/friends/pull/196
321 [#189]: https://github.com/akirk/friends/pull/189
322 [#191]: https://github.com/akirk/friends/pull/191
323 [#184]: https://github.com/akirk/friends/pull/184
324 [#183]: https://github.com/akirk/friends/pull/183
325 [#180]: https://github.com/akirk/friends/pull/180
326 [#176]: https://github.com/akirk/friends/pull/176
327 [#173]: https://github.com/akirk/friends/pull/173
328 [#172]: https://github.com/akirk/friends/pull/172
329 [#167]: https://github.com/akirk/friends/pull/167
330 [#166]: https://github.com/akirk/friends/pull/166
331 [#160]: https://github.com/akirk/friends/pull/160
332 [#121]: https://github.com/akirk/friends/pull/121
333 [#141]: https://github.com/akirk/friends/pull/141
334 [#137]: https://github.com/akirk/friends/pull/137
335 [#142]: https://github.com/akirk/friends/pull/142
336 [#163]: https://github.com/akirk/friends/pull/163
337 [#132]: https://github.com/akirk/friends/pull/132
338 [#124]: https://github.com/akirk/friends/pull/124
339 [#122]: https://github.com/akirk/friends/pull/122
340 [#113]: https://github.com/akirk/friends/pull/113
341 [#116]: https://github.com/akirk/friends/pull/116
342 [#111]: https://github.com/akirk/friends/pull/111
343 [#114]: https://github.com/akirk/friends/pull/114
344 [#109]: https://github.com/akirk/friends/pull/109
345 [#107]: https://github.com/akirk/friends/pull/107
346 [activitypub#213]: https://github.com/pfefferle/wordpress-activitypub/pull/213
347 [activitypub#172]: https://github.com/pfefferle/wordpress-activitypub/pull/172
348