rafa mass@lemm.ee to Ask Lemmy@lemmy.worldEnglish · 1 year agoHow do I verify Lemmy on Mastodon? (and appears green link)locklemm.eeimagemessage-square9linkfedilinkarrow-up119arrow-down13file-text
arrow-up116arrow-down1imageHow do I verify Lemmy on Mastodon? (and appears green link)locklemm.eerafa mass@lemm.ee to Ask Lemmy@lemmy.worldEnglish · 1 year agomessage-square9linkfedilinkfile-text
minus-squaresanderium@lemmy.ziplinkfedilinkEnglisharrow-up5·edit-21 year 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-up2·1 year 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 :)