From 8f2b3ad4fb98185c0f9ae1bee3f44b7cc15a35bc Mon Sep 17 00:00:00 2001 From: James King Date: Mon, 22 Mar 2021 00:07:22 +0000 Subject: [PATCH] fix: updated ordering of accepting webmentions section --- thoughts/articles/2021-03-21_Webmentions-are-Fun.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/thoughts/articles/2021-03-21_Webmentions-are-Fun.md b/thoughts/articles/2021-03-21_Webmentions-are-Fun.md index 9be3219..ede25d6 100644 --- a/thoughts/articles/2021-03-21_Webmentions-are-Fun.md +++ b/thoughts/articles/2021-03-21_Webmentions-are-Fun.md @@ -22,11 +22,9 @@ Ok, with that gushing out the way, we're going to use [webmention.io](https://we To get started accepting webmentions with .io, we've got to let it know we are responsible for that site. So you need to do two things. -Firstly, ensure that your website is on the profile of one of the sign on mechanisms they support, so for me that was Twitter or GitHub. +Firstly, ensure that your website is on the profile of one of the sign on mechanisms they support, so for me that was Twitter or GitHub. Now when you enter your website into the sign in page of .io, it'll ask you to sign in using one of those platforms - noice. -Now when you enter your website into the sign in page of .io, it'll ask you to sign in using one of those platforms - noice. - -You should then be dumped at the settings page, with some code that looks very similar to the below to pop into your ``: +Now you need to add some tags to your `` so .io knows you want to use it: ```html