Skip to content

Instantly share code, notes, and snippets.

@adactio
Last active December 9, 2017 23:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adactio/6575229 to your computer and use it in GitHub Desktop.
Save adactio/6575229 to your computer and use it in GitHub Desktop.
The form I put at the end of every blog post I make so that you can ping my webmention endpoint with your response.
<form method="post" action="/webmention">
<p>Have you published a response to this?
<label for="webmention-source">Let me know the <abbr title="Uniform Resource Locator">URL</abbr></label>:
</p>
<input type="url" name="source" id="webmention-source">
<input type="hidden" name="target" value="https://adactio.com/journal/6495/">
<input type="submit" value="Ping!">
</form>
@adactio
Copy link
Author

adactio commented Sep 15, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment