Reply to Cawr's post about publishers and UX This is a test WebMention response to a blog post at my Wren test site. And I'm attempting to use the curl command to send the WebMention. The Wren static blog app might be able to accept WebMentions by using a third party site. I'm replying to this post: http://wren.soupmode.com/in-2016-digital-publishers-are-finally-concerned-about-ux.html code. curl -i -d "source=http://jothut.com/cgi-bin/junco.pl/blogpost/75157/Reply-to-Cawrs-post-about-publishers-and-UX&target=http://wren.soupmode.com/in-2016-digital-publishers-are-finally-concerned-about-ux.html" https://webmention.herokuapp.com/api/webmention HTTP/1.1 202 Accepted Server: Cowboy Connection: keep-alive X-Powered-By: Express Strict-Transport-Security: max-age=8640000 Vary: Accept Content-Type: application/json; charset=utf-8 Content-Length: 48 Etag: W/"30-G1cHZnQ4ACvnWWtfBeIGew" Date: Mon, 18 Jul 2016 15:53:24 GMT Via: 1.1 vegur {"pending":true,"message":"WebMention accepted"} code.. it worked: i didn't surround my above reply with h-card/h-entry info. https://webmention.herokuapp.com is the third party service used. it included the title of this post and a link back to this page. it also included my username here because at jothut, i include the following microformat data (p-author and h-card): code. From JR's : articles code.. this is how the third party app displays the webmention on the wren page. the info is embedded via javascript that's included on the wren page. q. "JR's":http://jothut.com/cgi-bin/junco.pl/user/JR Reply to Cawr's post about publishers and UX "13 minutes ago":http://jothut.com/cgi-bin/junco.pl/blogpost/75157/18Jul2016/Reply-to-Cawrs-post-about-publishers-and-UX q.. #indieweb #webmention #wren