For instance, this one (link to a post to [email protected]): https://reddthat.com/post/20260613
Pasting it in your search bar should give you this kind of results:
You can then click on it to access the post from your instance (in this example, lemmy.zip: https://lemmy.zip/post/16918691)
Thanks @[email protected] and I think @[email protected] who made me realize not everyone was aware of this
I was also not aware of this. If the Lemmy software can do this, doesn’t that mean there should be a way for apps and web interfaces to do this automatically?
Tesseract has for a while, but I’m not sure which, if any, other frontends do.
There’s a bunch of browser extensions as well to add a “show on my instance” link whenever it detects a Lemmy instance page which basically does the same thing automatically for you, pretty useful.
Was about to ask if there was a way to do this automatically. Does anyone know why this isn’t baked into the Lemmy codebase? I’m thinking this would be pretty easy with browser cookies. 🤔
It would have to go through some sort of Lemmy link redirector service because a site can’t access another site’s cookies. And even then, with third-party cookie sandboxing, that still wouldn’t work.
I don’t think this is solvable without a browser extension. The best the devs could do is let you enter your home instance URL on each instance such that eventually you’ve configured them all and it works. But the extensions are just plain better.
I’m use Lemmy Link by fcuks, but it seems to work only for whole sublemmies, not posts. Is there a browser extension which works for posts as well?
I’ve been using a GreaseMonkey script to do that, I can’t find the exact one I used but there’s a bunch that do posts too, and extensions.
I feel like linking is one of the things that is still pretty broken in the fediverse. I’m not sure it’s fixable. Ideally, any link would open in a chosen app, on my home instance. And I don’t use the same instance for Lemmy, Masto, etc.
Hey so check out what I just learned:
To post a link to a post, just search for the URL of the fediverse-icon version of it on your instance, then link directly to that search, chopping off the
https://{your instance}
from the frontAnd likewise for links to comments
You’re still making the user do 2 clicks instead of 1, but it’s still quite a lot more convenient than the other thing. It could be made even nicer (arguably “good enough”) if the backend could transparently redirect to the first search result along the lines of “I’m feeling lucky,” but it doesn’t look like right now it can do that.
No I don’t think comments works that way. For one, your search returns no results when accessed from on my instance, or from lemmy.world, etc. And for another, I have seen comments have different numerical tags after the instance name - e.g. mousing over the chain link icon vs. the colored fediverse graph sign icon shows the different values there.