uActivityPub Help

uActivityPub

NuGet Version NuGet Downloads GitHub License

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

  1. Install the nuget package to your umbraco (v13) project.

  2. Have a content type with the alias article

  3. In that content type have a property with the alias authorName which is a user selector that is mandatory

    • The 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.

  4. Publish article on your site

Last modified: 25 July 2024