Social account links for org profiles #64
Unanswered
brandonkelly
asked this question in
Craft Console
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Organization profiles should be able to include social account URLs. As a starting point, we should have:
Ideally this could be done similarly to GitHub, where there’s just a growing list of URL inputs that auto-detect the service:
Similar to what GitHub has:

Benefit of that approach (versus individual fields for each account type we support) is that you get to choose the order of the URLs, and you’re not limited to a single URL per service.
Most services could be detected via the URL, except for Mastodon. In Mastodon’s case we would need to run a
HEAD
request for any ambiguous URLs, and check if theServer
response header is set toMastodon
.Social links could be displayed on plugin developer profiles as well as Partner profiles. In both cases, the links should include
rel="me"
, which will help with Mastodon link verification, if orgs want to start linking to their developer/partner profiles from their Mastodon accounts.Beta Was this translation helpful? Give feedback.
All reactions