Posts tagged with: webmention
← Back to all tagsBookmarked: 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!