this post was submitted on 14 Jun 2023
10 points (100.0% liked)
Fediverse
18094 readers
83 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's easier to just type/paste in the address of the community on the search page of your instance in the
[[email protected]](/c/[email protected])
format.You can then click the result and just hit subscribe.
Would be nice if Jerboa and the web UI just translated links in that format so that theyd just open from your instance and let you sub instantly.
ATM they just open in the browser and display from the hosting instance, preventing an easy sub.
The link doesn't even need to be in that format. Simply copying the link from the fediverse button (the rainbow Pentagon) and pasting that in your instances search will bring it up. It should only be a 3 step process. Although I still feel that can be a little clunky.
For discovery I browse the community list of whichever instance I'm viewing and then link it back to my home instance. I just wish I knew of a way to view the list of communities from an instance directly from my home instance. (Other than selecting the All filter from my home instance community list)
I don't know how a browser would know to open a link in a different webpage. An extension could possibly do it, an app can if you browse in it or paste into it, but at that point pasting into the search on your instance seems the same to me.
It seems a little too bad they didn't make it like a different protocol so the browser could send it to an program to handle like a mailto link, but otoh, this would mean it's not clickable just with a browser, which is less than ideal.
I guess after Mastodon I just got in the habit of copying the link to my instance search field.
I think it's possible with some logic basically if url and/or string meets some basic rules
ect convert to local instance community url. Update logic for local community urls to look for community if not available locally and display. So first time navigating to a community might take a little bit longer but seems very possible.
Edit: ugh some formatting issues