Skip to content

Instantly share code, notes, and snippets.

@adactio
Last active December 9, 2017 23:33
Show Gist options
  • Save adactio/6575229 to your computer and use it in GitHub Desktop.
Save adactio/6575229 to your computer and use it in GitHub Desktop.

Revisions

  1. adactio revised this gist Oct 18, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions webmention-form.html
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    <form method="post" action="/webmention.php">
    <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="http://adactio.com/journal/6495/">
    <input type="hidden" name="target" value="https://adactio.com/journal/6495/">
    <input type="submit" value="Ping!">
    </form>
  2. adactio created this gist Sep 15, 2013.
    8 changes: 8 additions & 0 deletions webmention-form.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <form method="post" action="/webmention.php">
    <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="http://adactio.com/journal/6495/">
    <input type="submit" value="Ping!">
    </form>