Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created October 18, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/dbeac8261949a30324cbb455d1588bb8 to your computer and use it in GitHub Desktop.
Save inetbiz/dbeac8261949a30324cbb455d1588bb8 to your computer and use it in GitHub Desktop.
Send Webmention Form
<! -- Webbmtions https://www.w3.org/TR/webmention/ -->
<article class="box post">
<header>
<h3>Notify WebMention</h3>
</header>
<div class="responses" id="responses">
<form class="webmention-form ui form" action="https://webmention.herokuapp.com/api/webmention" method="post">
<div class="fields">
<div class="twelve wide field">
<label for="wurl">Have you written a <a href="https://indieweb.org/responses">Webmention response</a> to this? URL:</label>
<input id="wurl" type="url" name="source" class="url">
</div>
<div class="four wide field">
<label>WebMention URL</label>
<input type="submit" class="ui submit button" value="Send Webmention">
</div>
</div>
<div class="status hidden">
<div class="ui message"></div>
</div>
<input type="hidden" name="target" value="{{site.url}}{{page.url}}">
</form>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment