Skip to content

Commit

Permalink
fix: updated ordering of accepting webmentions section
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Mar 22, 2021
1 parent d65ca0b commit 8f2b3ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions thoughts/articles/2021-03-21_Webmentions-are-Fun.md
Expand Up @@ -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 `<head>`:
Now you need to add some tags to your `<head>` so .io knows you want to use it:

```html
<!-- HTML -->
Expand Down

0 comments on commit 8f2b3ad

Please sign in to comment.