uActivityPub
This package allows you to hook your umbraco website into the fediverse.
Currently the settings or only settable in the database, you can however view them in the umbraco backoffice The current roadmap is to extend this package with some settings, then harden it for edge cases.
How to use this package
Install the nuget package to your umbraco (v13) project.
Have a content type with the alias
article
In that content type have a property with the alias
authorName
which is a user selector that is mandatoryThe package uses the user selector to create/read the settings for said user and creates the required table entries so that it can be followed
Or it can be configured with a few settings in the database to change its behavior. See Settings for more information.
Publish article on your site