• Die4EverA
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 days ago

    It’s a good idea, but web+fedi or web+activitypub is maybe too broad to be useful? I wouldn’t want a Lemmy post to open in Mastodon, and pretty sure opening a Mastodon post in Lemmy is impossible unless the post was directed to a community.

    web+threadiverse could solve that issue but that’s kinda hacky. Too bad (AFAIK) they can’t be stacked like web+fedi+threadiverse with some kind of priority system.

    There was a discussion about this for Lemmy but it was never implemented https://github.com/LemmyNet/lemmy-ui/issues/3031

    Maybe the real solution is to improve Lemmy and Mastodon so that they are capable of doing these things decently.

    I was actually thinking of making a browser extension that handles this instead. Each Fediverse software could write something to window.fediverse or something like that, with tags for threadiverse, group support, micro blogging, etc. The extension could have methods to infer these values for existing platforms. But the extension could give a dialog box to redirect, based on your preferred instances for certain tags.

    • Rimu@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 days ago

      Yes an extension might be the only way to get something happening on mobile browsers.

      It would be helpful if there was a convention for what endpoint to call to ask an instance to convert a url to it’s local equivalent, to replace what navigator.registerProtocolHandler does. Otherwise you’d have to hardcode it for each platform.

      On the other hand, most mobile fedi usage would be using an app, not browser. Couldn’t app devs hardcode something?