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

Mastodon verification #97

Open
cooljeanius opened this issue Mar 22, 2024 · 5 comments
Open

Mastodon verification #97

cooljeanius opened this issue Mar 22, 2024 · 5 comments

Comments

@cooljeanius
Copy link

I recently added a link to my Tweetback archive to my Mastodon profile. It would be nice if there were an easy way to make the link turn green to verify that it's actually mine.

@halkeye
Copy link

halkeye commented Mar 27, 2024

are you just asking for a meta tag?
according to https://joinmastodon.org/verification you just need a rel="me"
so add
<link rel="me" value="your mastodon link" /> to https://github.com/tweetback/tweetback/blob/main/_includes/layout.11ty.js#L43

cooljeanius added a commit to cooljeanius/tweetback that referenced this issue Apr 9, 2024
cooljeanius added a commit to cooljeanius/my_tweetback_archive that referenced this issue Apr 10, 2024
@cooljeanius
Copy link
Author

are you just asking for a meta tag? according to joinmastodon.org/verification you just need a rel="me" so add <link rel="me" value="your mastodon link" /> to main/_includes/layout.11ty.js#L43

thanks, but I just tried that, and it didn't work; the link isn't green yet:
Screen Shot 2024-04-09 at 21 09 54

@halkeye
Copy link

halkeye commented Apr 10, 2024

https://opensource.com/article/22/11/verified-mastodon-website says it should be an anchor (a) tag
https://fedi.tips/how-do-i-verify-my-account/ says it should be link href not link value

I guess i got the original html wrong, the first link says there's a UI that tells you exactly what to put.

cooljeanius added a commit to cooljeanius/tweetback that referenced this issue May 18, 2024
Try follow-up suggestion from @halkeye in tweetback#97
cooljeanius added a commit to cooljeanius/my_tweetback_archive that referenced this issue May 18, 2024
@cooljeanius
Copy link
Author

opensource.com/article/22/11/verified-mastodon-website says it should be an anchor (a) tag fedi.tips/how-do-i-verify-my-account says it should be link href not link value

I guess i got the original html wrong, the first link says there's a UI that tells you exactly what to put.

Tried it like that, but it still doesn't seem to be turning green yet...

@halkeye
Copy link

halkeye commented May 18, 2024

You put an anchor in the header. That's not a thing.

I'm going to again suggest reading instead of just guessing. I was just trying to point you in the direction not giving you an exact solution (as it's not a problem I'm having)

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

2 participants