Friends

Сүрөттөө

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.

Since version 2.6.0, no users will be created for subscriptions.

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.

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.

There are many small aspects that make it powerful self-hosted social reader:

You can…
– Have multiple feeds per person, so you can subscribe to their blog(s) and social media account(s).
– Categorize incoming content with Post Formats and view all posts of a certain format across your friends.
– Define rules to filter incoming content (sometimes you’re not interested in everything your friends do).
– Turn your favorite blog into your personal newsletter by receiving full-post notification e-mails
– Use feed rules to filter out content you are not interested in.
– Receive ePubs of your friends’ posts to your eReader (via another plugin).
– Collect posts (from your feeds or around the web) in a collection for later reference (via another plugin).

Philosophy

The Friends Plugin was built to make use of what WordPress provides:

  • You use the WordPress infrastructure (Gutenberg or Classic Editor, what you prefer) to create your posts.
  • 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.
  • Therefore, your friend is just a user on your WordPress blog, their posts are theirs, you can delete them to unfriend them.
  • 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.

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.

The logo was created by Ramon Dodd, @ramonopoly. Thank you!

Documentation for the plugin can be found on the GitHub project Wiki.

Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.

Скриншоттор

  • Compact view is like Google Reader
  • You can use it like a Feed Reader
  • But it is centered around users; you can have multiple feeds per person, even on social networks (parsing capabilities provided by plugins)
  • Extensible with plugins itself
  • Use the customizer to adapt it to your liking
  • Categorize incoming content with Post Formats and view all posts of a certain format across your friends
  • Use rules to filter incoming content (sometimes you’re not interested in everything your friends do)
  • Friends users are plain WordPress users with low privileges
  • A Friend Request is accepted in the users screen. Delete the user to reject it or accept the request to make them a friend

Блоктор

This plugin provides 4 blocks.

  • Friend Message
  • Friend Posts
  • Follow Me
  • Friends List

Орнотуу

  1. Upload the friends directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ.KG

Does this plugin create custom tables?

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.

Why does this create users on my WordPress install?

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.

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.

Why is the friendship established between WordPress sites and not WordPress users?

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.

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.

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.

What if the friend request is deleted or not accepted?

You’ll still see the public posts from the other WordPress, you’ve subscribed to its public RSS feed.

What’s the point? If I want to post something privately I can use Facebook.

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.

What happens if I modify or delete a post?

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.

Сын-пикирлер

Read all 2 reviews

Contributors & Developers

“Friends” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

“Friends” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Friends” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Өзгөртүүлөр

2.9.1

  • Fix the reblog title (#300)

2.9.0

  • Fix issues discovered by the plugin check plugin (#301)

2.8.9

  • One more fix to the update routine for previous version

2.8.8

  • Fix update routine for previous version

2.8.7

  • Fix the reblog button (#299)
  • Add local users to potential mentions so that it won’t be trashed (#296)
  • Add Option to Disable Friendships (#294)
  • Improve Omnibox (#292)
  • Send the ActivityPub follow not to the shared inbox but the individuals inbox (#291)

2.8.6

  • Improve friend URL validation before trying to discover feeds (#290)

2.8.5

  • Add Boosting any URL and improve search field (#287)
  • Allow translator translation for the welcome box (#286)
  • Remove dysfunct double setting from Edit User Page (#289)

2.8.4

  • Fix adding new feeds with a Mastodon-style notation (#282)