Skip to content
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

Attribute authors on Mastodon/the fediverse #392

Open
cassidyjames opened this issue Oct 25, 2024 · 2 comments
Open

Attribute authors on Mastodon/the fediverse #392

cassidyjames opened this issue Oct 25, 2024 · 2 comments

Comments

@cassidyjames
Copy link
Collaborator

cassidyjames commented Oct 25, 2024

Mastodon has a newish feature to attribute links to fediverse handles, and it will likely be adopted by other fediverse/ActivityPub platforms in the future. It's just an OpenGraph tag, e.g.:

<meta name="fediverse:creator" content="@[email protected]" />

Then when a link to any page on the site is shared to Mastodon, it will show More from Flathub below the link preview.

We should probably add the tag with the following logic:

  • default to @[email protected]
  • if we add fediverse handles to blog/authors.yml, we could add authors' handles for blog posts

Note that Mastodon currently only displays the first-listed handle, so we should ensure a post's author's handle is listed first. In the case of multiple authors we might just want to list the fallback of @[email protected] first so we're not giving preferential treatment to one author over another.

@razzeee
Copy link
Member

razzeee commented Oct 25, 2024

Might be worth raising this with docusaurus, to see, if they would want this in the platform.

@cassidyjames
Copy link
Collaborator Author

Their GitHub-based feature request form was intimidating, so I've filed it on their feedback thing as the form requested: https://docusaurus.io/feature-requests/p/attribute-authors-on-mastodon-the-fediverse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants