-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: integrate instance agnostic link sharing service #172
Comments
oh yeah i get you, basically a redirection service like:
|
Yes indeed, we need to API query the target/home instance to get post ID. You can see how author does it in linked github: file LemmyObjectResolver I realize that it's much more difficult than simple link reformatting, that's why I proposed integrate his solution if it's possible. |
I think community redirection would be doable easily, but maybe the post redirection is a bit out-of-scope, since it would involve realtime scraping of the source and target instance. |
https://github.com/RikudouSage/lemmyverse.link https://github.com/RikudouSage/lemmyverse.link/blob/master/src/Controller/LemmyLinkController.php The only way to perform the post ID redirection would be to use a backend service. |
What do you want to see?
Integrate https://github.com/RikudouSage/lemmyverse.link / https://lemmyverse.link/ i.e. instance agnostic link sharing service
Use Case
Instance agnostic links simplify sharing content outside of fediverse
Suppose you come across a link to lemmy post on non-native instance.
Like that https://lemmy.world/post/7284890
How do you open it?
Let's face it, searching in your home instance with post name is very inconvenient
Instance agnostic links address this problem
example of instance agnostic link https://lemmyverse.link/lemmy.world/post/7284890
After clicking this link you can set your home instance and the post will be opened there
Why
I have no affiliation to the service, I simply like to use it
The text was updated successfully, but these errors were encountered: