h1. Add webmention client code to Junco Access these tags and links: * #webmention * #indieweb * [[IndieWebCamp principles for building the indie Web]] * http://webmention.org * http://indiewebcamp.com/webmention * https://github.com/phpish/webmention "The ability for one webpage to let another know the first has linked to the second is a vital indieweb building block. The key mention technology for the indieweb is: webmention" http://gist.github.com/adactio/6575229 - "The form I put at the end of every blog post I make so that you can ping my webmention endpoint with your response." code.<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> code.. Sep 15, 2013 - "Parsing webmentions":http://adactio.com/journal/6495/ #todo #junco