LukasRos!tell Jeena I liked your post about the IndieWebCamp so I wanted to literally ”žlike“ it and realized you have no rel=”žwebmention“ on the site so I had to send it manually.
Zegnat!tell LukasRos Jeena sends a Link HTTP header with rel="webmention" on all of his pages, HTML elements are not the only acceptable way to link to a webmention endpoint.
ZegnatLukasRos: Jeena sends a Link HTTP header with rel="webmention" on all of his pages, HTML elements are not the only acceptable way to link to a webmention endpoint.
LoqiLukasRos: Zegnat left you a message 2 hours, 46 minutes ago: Jeena sends a Link HTTP header with rel="webmention" on all of his pages, HTML elements are not the only acceptable way to link to a webmention endpoint. http://indiewebcamp.com/irc/2015-08-15/line/1439637272757
ZegnatYeah, a pretty big part of the spec is there just to tell you all the possibilities of endpoint discovery. It is the only part of the spec I think is convoluted
Loqi[mention] Darius Dunlap, Ben Werdmüller, Tantek Çelik, Ilya Kreymer, Benjamin Michael Goering, Ryan Barrett, Andi Galpern, Dan Lyke, Justin Ormont, Katarzyna Babula, Dan Gailey, Lauren Buchman, and Eva Lee were invited to an event: Homebrew
mrhenkoGWG: Yeah, I asked for someone with experience using the WP plugin "Indieweb Post Kinds". I think I solved the problem myself, but thanks anyway.
mrhenkoI was looking for a way the enable more post kinds (repost etc.) and didn't realize that "Enable Link Sharing Kinds" included the kinds I was looking for.
mrhenkoGWG: The main problem I have with it, and all other IndieWeb Camp plugins, is a lack of short and concise about text. There are tons of things to read on the IWC wiki but the plugins themselves could benefit from succinct descriptions of what they do and how they works.
mrhenkoMy current focus is to my site "IndieWebified", but once that is done maybe I can put some time towards working on documentation. Now promises, though.
mrhenkoThat's ("Checkin", "travel" etc.) what I meant. A simple way for the user to define those and other that might be added to the spec later would be nice.
mrhenkoIt seems to include my quote from your original post. Is that a problem that you or other people here have seen before? I use the Indieweb WebMention plugin for WebMentions.
mrhenkoIn my case the theme is my own so I can make changes to it. But as far as I know the in-reply-to part is inserted by one of the IWC plugins using a filter for "the_content".
mrhenko(It's getting late here and I'm tired so maybe this is a dumb question. Please bare with me.) I use a <div> with e-content as a class and inside that I use the_content() in a php tag. Is there a difference in results between our ways?
GWGIf you surround the_content with it in the theme, you end up getting any plugin that embeds infromation inside the_content showing up in your replies
mrhenkoOkay, so if I do it with a filter instead I would get the <div> with p-in-reply-to from the plugin as a separate element on the same level as my "e-content" div, instead of inside it?