webmention
webmention copied to clipboard
Webmention Plugin for Craft CMS
Hey @matthiasott, I'm working on integrating my Craft 3 site into the micro.blog world and the last piece of the puzzle is to get replies on my posts back to...
I noticed a couple months ago that webmentions stopped working. While testing today via curl I noticed that the server is returning a 500 error: `HTTP/1.1 500 Internal Server Error...
Updates the plugin for Craft 5 compatibility, and refactors some things for better performance. Note: Will require Craft 5.6.10 for [this bugfix](https://github.com/craftcms/cms/commit/90331fbe23df2f8b44f819de7e8cbdd40210c435) caused by tantek/cassis (required by indieweb/comments). Todos: -...
Hi there, I'm just trying to get this up and running locally, but facing some difficulty. If I use the provided HTML template with form to submit a test web...
Sometimes, people might send Webmentions from local test environments with a URL ending on .test, for example, that don’t resolve, resulting in a cURL error 6. The result is that...
The plugin should pull the alt text for author photos. The mf2 parser already returns an `alt` attribute: ``` { "items": [{ "type": ["h-card"], "properties": { "name": ["Mr. Example"], "photo":...