Last active
December 9, 2017 23:33
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://adactio.com/journal/6495/ for details.