Hey, is there anyone who uses the #ActivityPub #WordPress plugin? I'd just like to check how it handles a few things.
-
Stefan Bohacekreplied to David B. Himself last edited by
@DavidBHimself Great!
Do these URLs work on your site?
/.well-known/nodeinfo
/.well-known/webfinger?resource=acct:USER@DOMAIN
/api/v1/accounts/lookup?acct=@USER@DOMAIN -
@SteveDuncan Great!
Do these URLs work on your site?
/.well-known/nodeinfo
/.well-known/webfinger?resource=acct:USER@DOMAIN
/api/v1/accounts/lookup?acct=@USER@DOMAIN -
Emelia πΈπ»replied to Stefan Bohacek last edited by
@stefan there is no mastodon API with wordpress unless you use the plugin which provides it (and even then it isn't likely to be exactly the mastodon API)
-
Stefan Bohacekreplied to Emelia πΈπ» last edited by
@thisismissem Right, I know some platforms do aim for at least some* minimal compatibility with Mastodon's API, so I was just wondering.
Specifically I was wondering about
/api/v1/accounts/lookup?acct=@USER@DOMAIN
I'm just debugging someone's site, and getting 404, which is not too surprising, but neither of these work, so I wasn't sure if there is something wrong with that particular site:
/.well-known/nodeinfo
/.well-known/webfinger?resource=acct:USER@DOMAINMaking fediverse apps for everyone | Stefan Bohacek
Lessons learned from making apps that play nice with the fediverse.
(stefanbohacek.com)
-
Emelia πΈπ»replied to Stefan Bohacek last edited by [email protected]
@stefan use webfinger, it's the standard. If something doesn't have the webfinger endpoint I'd be surprised if it's really an actor on the fedi. Happy to take a look?
-
I use the activitypub plugin on my Something Blue website, sbblues.com.
To boost my posts into my gamerplus timeline I just search on [email protected]. I make two posts a week and usually at a busy time so I don't always just chance onto them.
I don't really know much about it. I don't use comments on the website. I would like to post a link to a mastodon comment thread so, boost it onto my timeline and the edit the post on Something Blue with the link to that thread. I guess.
-
@stefan I got a response from the first two, havenβt tried the third yet because Iβm doing this on a phone between bands at a marching band competition 8-). Give me a bit.
-
@hairylarry Thank you, this is very helpful!
-
@SteveDuncan No rush at all! Really appreciate your help!
-
@stefan the last one got me page not found, assuming I copied and pasted right. What problem are you having?
-
@SteveDuncan Just trying to understand how the WordPress plugin handles these routes. It looks like the specific issue wasn't actually related to that though, rather some unexpected behavior with an username that uses a different domain than the Mastodon instance it runs on.
Think @ USER @ DOMAIN.com when it's really @ USER @ MASTODON . DOMAIN.com.
Either way, I presume that the first two URLs worked fine?
-
spookoi Coder πreplied to Stefan Bohacek last edited by
@[email protected]
I tried to use it and it fucking sucks. Not very well documented.
I suspect that it needs some very particular settings in the nginx or apache config file and it doesn't tell us how to set it up. Maybe some php modules as well. -
David B. Himselfreplied to Stefan Bohacek last edited by
@[email protected]
The first one shows some code.
The second shows some code too, but says it's an error (I haven't enable different accounts for users, that could be why)
The third one doesn't work. 404 -
spookoi Coder πreplied to spookoi Coder π last edited by
@[email protected]
Looking at your instance it seems you found the answers you were looking for. Sorry to interrupt π«‘ -
Stefan Bohacekreplied to David B. Himself last edited by
@DavidBHimself Got it, pretty much what I expected.
Thank you so much!
-
Stefan Bohacekreplied to spookoi Coder π last edited by [email protected]
@KuteboiCoder No worries, thank you for chiming in!
And sorry to hear about your experience. The plugin is still fairly new, so I'm sure it will get better and easier to use with time!
-
@stefan yes. However, I should be clear - Iβm using the activity pub plugin on a self-hosted instance at SWDuncan.com, user swduncan, if you want to try it. I have another blog at recordingthoughts.com, same user on Wordpress.com, free tier. Iβm not sure if activity pub is included at that level.
-
@SteveDuncan This is very helpful, thank you so much!
-
-
@jw @DavidBHimself Thank you very much, this is very helpful!