indiewebify-me icon indicating copy to clipboard operation
indiewebify-me copied to clipboard

Provide more useful information about webmention sending

Open barnabywalters opened this issue 11 years ago • 1 comments

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.

barnabywalters avatar Oct 04 '13 15:10 barnabywalters

+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.

snarfed avatar Apr 29 '14 17:04 snarfed