Look, I don’t have a lot to say right now, but I did want to let @c2dev2 that I’ve got notes posting automatically from my site to Twitter using a Netlify Lambda function. I’ll probably extend it to everything later!
Hey Colin!
Webmentions
What’s a Webmention? ›-
Check the gist to see what I’m receiving… gist.github.com/freshyill/e35b… -
illtron.net/2019/03/hey-co…I got you. 😎 Check it now…
I’m still trying to figure out web mentions on my end. I’ve got the test one showing, but the others aren’t there.
gist.github.com/freshyill/e35b…
The WM API is definitely returning the one you sent. 🤔🤷♂️ -
One other adjustment, your images are not included in the RSS feed. Those should always be full content. You can also consider adding JSON Feed.
-
excellent, may I also suggest
-
illtron.net/feed.json
I did realize I forgot to add my hero images to the feeds. I’m fixing up web mentions now, but I’ll fix that soon. -
This test verifies that you accept a Webmention request that contains a valid source and target URL. To pass this test, your Webmention endpoint must return either HTTP 200, 201 or 202 along with the appropriate headers.
If your endpoint returns HTTP 201, then it MUST also return a
Location
header. If it returns HTTP 200 or 202, then it MUST NOT include aLocation
header.