rel="me"
on the link.
rel="me"
link back to their Mastodon profile, since this "proves" that the person has control of the linked site. I think I've seen other sites use it for verification in the same way.
rel=me
attribute works and why it's important -- I guess I was missing something though in the back of my mind I didn't make clear...Do we just assume that any User Link a user inputs into their profile or we find on their feed (it's actually part of the Metadata spec) should have a
rel=me
attr? π€ Ca we make that assumption?
rel=me
attribute works and why it's important -- I guess I was missing something though in the back of my mind I didn't make clear...Do we just assume that any User Link a user inputs into their profile or we find on their feed (it's actually part of the Metadata spec) should have a
rel=me
attr? π€ Ca we make that assumption?
Hmm, you make an interesting point. I would assume that *most* links a user would add would be to their own profiles, but maybe not all?
The Metadata spec says "A link to some other resource which is often connected to the feed or author".
I think my inclination would be yes, add it to all of them, but I can also see that a user *could* put links there that aren't their own. π€
> but I can also see that a user could put links there that arenβt their own. π€
This is my main concern. I don't _think_ we can make this assumption.
The Metadata spec on Links doesn't really allow for anything else besides a
Title
and URL
anyway, so I'm not sure how we can deal with this except to have some Pod-specific behaviour we attach to the links? π€ (some kind of UI/UX around the user indicating whether the link is in fact theirs and maybe a custom icon?) cc @ullarah
> but I can also see that a user could put links there that arenβt their own. π€
This is my main concern. I don't _think_ we can make this assumption.
The Metadata spec on Links doesn't really allow for anything else besides a
Title
and URL
anyway, so I'm not sure how we can deal with this except to have some Pod-specific behaviour we attach to the links? π€ (some kind of UI/UX around the user indicating whether the link is in fact theirs and maybe a custom icon?) cc @ullarah
link
s *must* be to the user's own sites, it's hard to think of a universal solution. I think I'd still err towards *assuming* that links are to the user's own pages, since I think they will be in almost all cases, but obviously there's an argument to be made against making that assumption, tooβ¦