rafa mass@lemm.ee to Ask Lemmy@lemmy.worldEnglish · 2 months agoHow do I verify Lemmy on Mastodon? (and appears green link)locklemm.eeimagemessage-square9fedilinkarrow-up120arrow-down13file-text
arrow-up117arrow-down1imageHow do I verify Lemmy on Mastodon? (and appears green link)locklemm.eerafa mass@lemm.ee to Ask Lemmy@lemmy.worldEnglish · 2 months agomessage-square9fedilinkfile-text
minus-squaresanderium@lemmy.ziplinkfedilinkEnglisharrow-up7·edit-22 months agoMastodon gives instructions to do that but it is only for websites as far as I know. You have to include a link that points to your mastodon profile. I have one in my blog. like this: <body> <a style="display:none;" rel="me" href="https://instance/@username">Mastodon</a> </body>
minus-squareLeraje@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up3·2 months ago<link rel="me" href="https://instance.tld/@username" /> in the <head> is probably a bit tidier :)
Mastodon gives instructions to do that but it is only for websites as far as I know. You have to include a link that points to your mastodon profile. I have one in my blog.
like this:
<body> <a style="display:none;" rel="me" href="https://instance/@username">Mastodon</a> </body>
<link rel="me" href="https://instance.tld/@username" />
in the<head>
is probably a bit tidier :)