Did you know you can verify your account on Mastodon? It's free, privacy-friendly, based on open web standards, and available to everyone!
Did you know you can verify your account on Mastodon? It's free, privacy-friendly, based on open web standards, and available to everyone!
I assume the verification will happen on phxrailfood.com. It seems to be a WordPress-based website, so you would need to edit the header.php in the Editor (via Dashboard -> Appearance). Or try to find a plugin that makes it easier.
In any case, add the following in/between <head> ... </head>:
<link rel="me" href="https://epicure.social/@phxrailfood">
And if I remember correctly, edits to the template (in this case header.php) can/might (?) be reset after update/upgrade of WordPress is installed. So keep that in mind; of you 'lose' the verification you will need to add it again.
Step 1: Install and activate the plugin "Header Footer Code Manager" using the 'Add new' functionality in the Plugins menu in your WP Dashboard.
Step 2: Go to the plugin page ("HFCM" in the left menu) and click on the "Add new snippet" button.
Step 3: Give the snippet a name, make sure the location is "Header". Add your personal verification code.
Ah, your using WordPress via WordPress.com, it's not a WordPress installation hosted on your domain?
But indeed, what you've said makes sense.
@Mastodon I knew. But I didn't know you use #DarkPatterns to trick people into signing up on mastodon.social https://mastodon.ar.al/@aral/110236405361940166
Attached: 1 image Dear @[email protected], Please reevaluate your decision to incentivise centralisation on mastodon.social in the official app. This is the sort of design a VC-funded startup would implement, not a non-profit acting in the interests of a healthy commons. I’m sure you don’t want mastodon.social to become mini-Twitter and you don’t want to become mini-Musk. That’s not how we win this. More instances, not larger instances is the key. https://mastodon.ar.al/@[email protected]/110233282943673558 #decentralisation #fediverse #staySmall
@tempus_fuckit
It's definitionally not a #DarkPattern because it's very clearly signaled in the UI.
For it to be a dark pattern, you'd want to be able to propose some benefit that accrues to mastodon.social specifically from people signing up on mastodon.social.
@Mastodon Hah, wow, those "instructions" are **terrible**.
"Put a link to your Mastodon profile on your website or webpage. The important part is that the link has to have a `rel="me"` attribute on it. Then edit your Mastodon profile and put the address of your website or web page in one of your four profile fields. Save your profile, that's it!"
What now? Website or webpage (is there a difference)? Where do I put the `rel="me"`? Does it matter? What if I'm using Markdown to generate the link, then what? Oh, and "website or web page", wait, is it "webpage" or "web page"?
Can you maybe provide an example or two? Or a link to where this is already documented? I know what you're trying to do, but a bit more hand-holding here would do a world of good for those less technically inclined.
I put the `rel=` key=value pair into an anchor tag with an `href=` of a hyperlink. Example: the sidebar markdown file of my ikiwiki blog at reboil.com :
https://reboil.com/gitweb/BK-2020-08-1.git/blob/5dc54d944d24710cc0833eb9a15a0c3e3e35c35f:/sidebar.mdwn#l1
@jitterted @Mastodon I can get away with this because Ikiwiki passes simple HTML tags like the following from the markdown to the rendered HTML unchanged.
```
<a rel="me" href="https://twit.social/@baltakatei">Mastodon</a>
```
296 Posts, 54 Following, 18 Followers · /ˈbɑːltəkʊteɪ/. Knows some chemistry and piping stuff. TeXmacs user. Twitter refugee.
@Craktok That is true. Tho for me, in terms of building trust is this system not that much better than a verification system that had people behind it to check.
In a time like now where scams and phishings are as high as they can be and with a system like Mastodon where everyone would be able to create an account with the exact same name as someone else, just on a different instance, is such a simple verification (I honestly can't even call it that) not a good or at least safe way to avoid scams and alike.
Of course a verification involving people to do the checks would have a chance of bias, corruption, etc. and would also go against Mastodon's core principle of de-centralization, so it's not the best option either...
Like you said. Nothing is foolproof.
But that's just my opinion here.
@RickMc @Mastodon Somehow, you need to get the following into the HTML source of the webpage pointed to by your website URL:
```
<a rel="me" href="https://mastodon.social/@RickMc">Mastodon</a>
```
@Mastodon Great to see this feature being promoted. Mastodon link verification is a simple, elegant, and web-native solution to a complex problem
I wonder if the guide could be enhanced with step-by-step help for people using popular personal website hosting such as #WordpressDotCom?
I figured out how to verify with a custom menu link but it took me a while