Posts tagged with: webmention
← Back to all tagsThis is cool! I don’t think it’s correct that Webmention requires a permalink for each post; sending a fragment link as the source URL should work. The verification step should be per-media-type, so receivers could verify that text/plain example differently than a text/html document.
Bookmarked: Making “Webmentions” look more conversational
There are a few options for sending and receiving Webmentions on static sites: indieweb.org/static_site.
I don’t have experience with those, but the indieweb chat has a helpful community if you have questions: indieweb.org/discuss
I’m now caching profile photos for webmentions I receive in the ProcessWire Webmention plugin. I borrowed Aaron’s method from https://github.com/aaronpk/ca3db/: hash the image file and use that as the filename; if the filename already exists, use that, otherwise store the new image. One step closer to https-only!