[manton]With Micropub, is there a recommended way to post to different web sites the user has access to? I was thinking maybe a client could pass the `url` parameter, similar to how it's used for updating a post (except it would just be the domain name).
[manton]And once you're authenticated, you could post to any of them. I could create something private but maybe using `url` or another part of Micropub makes sense.
[kevinmarks]When I'm writing longform I end up sending a note via quill to point to it because I get the syndicate UI there to share it to multiple places.
[manton]So, maybe just adding an mp-destination=example.com is the way to start? And then we'll see if it adds any confusion with url and syndicate-to.
[manton]I think they're different things, but I also think it will be confusing to some users. For example, Micro.blog can post to Twitter from your blog, and some users expect that their tweets will also go back to their blog after they've configured this. Just a lot of places to be confused if 2 things look similar.
[manton]If syndicate-to was called something like publish-to, I think it'd be easier to blur the lines here. But "syndication" has a very specific meaning (to me, at least).
[manton]kevinmarks Yeah, definitely. I'm concerned about making things more complicated for people. (Although most users will never look at the API anyway.)
[manton]From the UI, I think they are separate things. I'd want to say "send this post to this blog" _and_ "also send it to Twitter and Facebook". The first choice is radio buttons, the second choice is checkboxes or similar.
aaronpkall my syndication targets are actually micropub endpoints and it doesn't matter whether they correspond to a silo or an indie web site, they all work the same
[kevinmarks]10 years ago I used to say "you probably don't want to connect your suicide girls account to your LinkedIn", now it's "you don't want to connect your 2 Facebook accounts"