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

Update page for Bluesky, Mastodon #299

Open
viccuad opened this issue Jan 22, 2025 · 2 comments · May be fixed by #300
Open

Update page for Bluesky, Mastodon #299

viccuad opened this issue Jan 22, 2025 · 2 comments · May be fixed by #300
Assignees

Comments

@viccuad
Copy link
Member

viccuad commented Jan 22, 2025

Acceptance criteria

  • Add Mastodon certification: Add <a rel="me" href="https://hachyderm.io/@kubewarden">Mastodon</a> in footer, header or so. The link on your website can be invisible. The important part is rel="me" which prevents impersonation on websites with user-generated content. You can even use a link tag in the header of the page instead of a, but the HTML must be accessible without executing JavaScript. It is not enough with changing the config.toml.
  • Update ribbon menu to remove Twitter and add Bluesky, Mastodon.
@viccuad viccuad moved this to Todo in Kubewarden Jan 22, 2025
@viccuad
Copy link
Member Author

viccuad commented Jan 22, 2025

Gave it a try by updating config.toml with entries for Bluesky and Mastodon, which adds the link for Mastodon but it is missing the rel="me" so Mastodon has verification.

@jordojordo could you have a look on some spare cycles? Thanks in advance.

@kravciak kravciak self-assigned this Jan 24, 2025
@kravciak
Copy link
Contributor

kravciak commented Jan 24, 2025

@viccuad just to double check before I open PR, would menu items like this be enough? I was able to add rel="me"

...
<li><a href="https://bsky.app/profile/kubewarden.bsky.social" target="_blank" class="btn no-bg">Bluesky</a></li>
<li><a href="https://hachyderm.io/@kubewarden" rel="me" target="_blank" class="btn no-bg">Mastodon</a></li>
...

@kravciak kravciak linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants