I wrote a detailed guide on configuring ActivityPub, Friends, and several other plugins to turn your self-hosted WordPress website into a node on the fediverse.

  • @Zak@lemmy.world
    link
    fedilink
    English
    65 months ago

    I’ve been largely disappointed with my attempts to use ActivityPub with Wordpress. I do revisit it every now and then.

    Because of how federation works, you will not see any old posts. There is no mechanism for pulling up the history of posts and displaying them.

    That’s not true. Reading the ActivityPub outbox is the way to do that. Mastodon doesn’t and I’m not entirely sure why (though I could probably find out).

    I have also had poor results trying to use the Friends plugin with ActivityPub. Incoming replies result in high CPU usage for many seconds, and outgoing replies didn’t show up last time I tried it.

    • Jonamerica OP
      link
      English
      25 months ago

      I agree, that the implementation has its issues, but it’s a start. Version 2.0 is supposed to drop in a week or two, which brings some needed enhancements. I didn’t realize that the lack of post history was Mastodon-specific. However, when I try to view my blog through different sources I have the same issue, so maybe that’s a standard practice?

      • @Zak@lemmy.world
        link
        fedilink
        English
        2
        edit-2
        5 months ago

        I’m not sure if any projects actually do automatic backfill, but they could and there does seem to be a desire to implement it.

        This is your ActivityPub outbox (as JSON). The part it doesn’t seem to handle nicely is pasting an object ID/post URL into some other fediverse software to fetch the post manually, which is how someone would interact with an old post from a new follow on Mastodon.

        I want to enable comments via ActivityPub (and only via ActivityPub) for a site I use Wordpress on, but I’m not sure I’m sufficiently motivated to try to debug the Friends plugin myself.

        • Jonamerica OP
          link
          English
          15 months ago

          Yes, that would be nice, although I’m not sure how implementation would work. You need something to anchor the toots to the post. The logical choice is the URL of the post. However, this can be accomplished already with webmention and doesn’t need ActivityPub at all. You have to use something like Bridgy to monitor your account for your domain and then pass them to webmention. Unfortunately, Bridgy can be a little finicky.

          I used to use a WordPress plugin that allowed people to post comments using their social media accounts, but that was just for verification and it wasn’t an integration with social media.

          • @Zak@lemmy.world
            link
            fedilink
            English
            15 months ago

            The ideal technical implementation is that when a client requests the post with an accept header of application/ld+json; profile="https://www.w3.org/ns/activitystreams", Wordpress sends the ActivityPub version of the post instead of HTML. It should have the same content as the items in the outbox. There may be limitations in the Wordpress plugin API that prevent this.

            Another implementation allowed by the standard would be to have a different URL for the ActivityPub ID and put the post’s URL in the object’s URL property, or insert it in the content. Perhaps version 2 of the plugin will handle this better.

  • Handles
    link
    fedilink
    English
    3
    edit-2
    5 months ago

    Very cool, I had to manage the setup with the official support and scattered issues on the web. Glad you collated it all into one resource.

  • The Nexus of Privacy
    link
    fedilink
    English
    25 months ago

    This is great, thanks so much for taking the time to do it! I’ve been thinking of moving my Ghost blog/newsletter to Wordpress to take advantage of the fediverse integration, and one of the things that was holding me back is that I couldn’t find a post like that that also includes the plugins and recommended settings.

    I’ll be importing my content (there are various utilities to turn the Ghost JSON export into an importable XML file). Any idea of that imported content will federate, or will it just be treated like old blog posts and not federate?

    • Jonamerica OP
      link
      English
      25 months ago

      My understanding is that followers will only see content from the time they subscribe/follow forward. As Zak mentioned in another comment it’s not that they can’t, but the platforms choose not to. That said, I don’t use the website as my daily fediverse account for a number of reasons. The integrations I use allow for comments, likes, and boosts to be captured, even if they’re not replying to a post from my blog account.

      Also, if someone looks up my blog on Mastodon they get a message saying previous posts can be found on the original site with a link to my author page.