How do you actually find fediverse bloggers
-
This doesn't realllllyyyy answer your main question, but you got me curious how WriteFreely blog posts look from other platforms, and which ones can see them. So, I tried a few with this post of mine. Obviously some of these wouldn't make any sense, and also for some of them I may have just never figured out how to properly format the URL/search the way it wanted. But, here's what I got on every platform where I have an account:
- Mastodon: If you're logged in, it shows the title, any pictures, and a link to the full text. If you're logged out, it shows you a redirect option to the originating blog.
- Friendica: Shows the whole post roughly as it should look, albeit with a "read more" accordion.
- WAFRN: Shows the whole post roughly as it should look, albeit with all the pictures at the bottom.
- BookWyrm: Logged in, it can see the blog but can't retrieve the post. Logged out, it automatically redirects to the blog.
- NeoDB: Logged in, it can see the blog but not the post. Logged out, it asks you to log in.
- Lemmy: Can't seem to access the post or blog at all.
- PieFed: Can't seem to access the post or blog at all.
- Pixelfed: Can't seem to access the post or blog at all.
- Mobilizon: Can't seem to access the post or blog at all.
- Ibis: Can't seem to access the post or blog at all.
- Peertube: Can't seem to access the post or blog at all.
-
@[email protected] for discovery, the best looking up-and-coming solution is Ghost. They've been around for a decade plus, but they're actively working on their ActivityPub integration.
Early looks at their discovery reader is really promising. A separate tab for "Article" type posts, and another for "feed" type posts.
A lot of the other long form softwares are aligning on the standard that Ghost will try to set... NodeBB, WriteFreely, WordPress, etc. They've all signalled compatibility with each other, which is great!
For more, see @[email protected]
-
Oh Ghost looks really nice. It's pretty slick. It seems to be geared slightly more for creators than consumers in the initial UI, but it's not hard to start digging around.
It'd be nice if I could sign in as a user and save people to follow, but at least I can bookmark them and add them to rss. I like it - this is a great source!
-
You can configure it to make your author page also your ActivityPub profile (compatible with Mastodon). Once people subscribe to that author account, they will get notified of new posts and see them in their timeline. But IIRC there’s no support for historic entries, i.e. people will only see new entries from the moment they subscribed onwards.
E.g. my blog is available as @[email protected] within the fediverse. If you go there, you’ll most probably see an empty profile. Only when you follow that account, you’ll see future entries pop up in your timeline.
-
https://calckey.world/notes/a1kv9u8g33 on sharkey (misskey fork) it shows up and it looks okay.
For the few where it doesn't work at all, those are very specalist platforms, so it doesn't surprise me. -
Pages aren't made for blogging, ActivityStreams2 defines some of the post types activitypub can handle, article and page are both different types, articles are for long form writing, pages are for collections of other types of posts.
-
I think it only shows as empty, as the server won't recieve posts unless at least one person is following it.
-
Oh sharkey (misskey fork) they have a lookup popup, where you can paste any ActivityPub post and it will fetch and display it. Very useful, and if someone shares a link to something Activityoub compatible, it will automatically render under it.
-
I honestly don't understand it, that's why I said "seems to support", but thanks for the clarification.
-
@RagingHungryPanda WordPress is integrated with the Fediverse through the ActivityPub plugin.
-
read.write.as shows posts from users on that platform. maybe a good place to start looking. at any rate, it's pretty ad-hoc and manual because, while it federates, you're not going to see activity other than posting.
-
Well, activitypub, the protocol that all these platforms uses is really just a fancy way of transporting activitystreams, a standard for social media posts. AS describes that an
[Application, Group, Organization, Person, Service]
can[Accept, Add, Announce, Arrive, Block, Create, Delete, Dislike, Flag, Follow, Ignore, Invite, Join, Leave, Like, Listen, Move, Offer, Question, Read, Reject, Remove, TentativeAccept, TentativeReject, Travel, Undo, Update, View]
one or more -[Article, Audio, Document, Event, Image, Note, Page, Place, Profile, Relationship, Tombstone, Video]
-
Oh cool!! Yeah I definitely tried it on a few silly ones just because lol. Now somebody's just gotta try Sharkey, Misskey, MBin, uh... GoToSocial. Probably a bunch more that I don't know about. ActivityPub is so neat!