Skip to content

Commit 8f2b3ad

Browse files
committed
fix: updated ordering of accepting webmentions section
1 parent d65ca0b commit 8f2b3ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

thoughts/articles/2021-03-21_Webmentions-are-Fun.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ Ok, with that gushing out the way, we're going to use [webmention.io](https://we
2222

2323
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.
2424

25-
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.
25+
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.
2626

27-
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.
28-
29-
You should then be dumped at the settings page, with some code that looks very similar to the below to pop into your `<head>`:
27+
Now you need to add some tags to your `<head>` so .io knows you want to use it:
3028

3129
```html
3230
<!-- HTML -->

0 commit comments

Comments
 (0)