indiewebify-me
indiewebify-me copied to clipboard
Provide more useful information about webmention sending
Given a URL:
- Look for h-entry markup, if none found point to previous stage
- If h-entry markup found, find all links in summary and content as well as in-reply-to links
- Maybe also look for rel-in-reply-to
- Return HTML page listing found links, in JS fire off calls to send webmentions
- Next to links, return whether or not they support webmention/pingback, what the discovered endpoint is, whether or not the webmention succeeded
Some of this is probably unnecessary to begin with, e.g. the async part (which would also require the endpoint to be split up into find-links and send-webmention), so this is not high priority.
+1 to this. i'm linking to http://indiewebify.me/#send-webmentions more and more often these days as an approachable intro to webmentions, so i'd love to see that form submission polished up.