#IndieWeb is there any magic in setting up ‘replies’ in WordPress beyond the plugin? Or is it only possible in Known? CC @ChrisAldrich
— Aaron Davis 🏘️ (@mrkrndvs) September 17, 2017
Aaron, there are a couple of different ways to set up IndieWeb replies in WordPress (or even on other platforms like Known).
Known has a simple reply mechanism, but isn’t always good at including the original context for the reply making the individual post as stand-alone as one might like. Known includes the URL of the post it’s a reply to, but that’s about it. It’s contingent upon the user reading the reply clicking on the link to the original post to put the two together. This is pretty simple and easy when using it to reply to posts on Twitter, but isn’t always as flexible in other contexts.
One of the added values of replies in WordPress is that there’s a bit more flexibility for including a reply context to the post. You’ll note that this reply has some context at the top indicating exactly to what it is I’m replying.
Manual Replies
The first way to generically set up a reply on almost any platform that supports sending Webmentions is to write your reply and and include some simple semantic HTML along with the URL of the post you’re replying to that includes a class “u-in-reply-to” within the anchor tag like so:
<div class="h-entry">
<a class="u-in-reply-to" href="http://example.com/note123">The post you're replying to</a>
<div class="p-name p-content"> Good point! Now what is the next thing we should do?</div>
</div>
Some of this with additional information is detailed in the reply page on the IndieWeb wiki.
If you’re using WordPress, you can do this manually in the traditional content block, though you likely won’t need the div with h-entry as your theme more likely than not already includes it.
More automated replies
If you’d like a quicker method for WordPress, you can use a few simple plugins to get replies working. Generally I recommend David Shanske’s excellent and robust Post Kinds Plugin which handles both reply contexts as well as all of the required markup indicated in the manual example above. Naturally, you’ll also want to have the Webmention Plugin for WordPress installed as well so that the reply is sent via Webmention to the original post so that it can display your reply (if it chooses to–many people moderate their replies, while others simply collect them but don’t display them.)
A few weeks ago I wrote about configuring and using the Post Kinds Plugin in great detail. You should be able to follow the example there, but just choose the “reply” kind instead of the “read” example I’ve used. In the end, it will look a lot like this particular reply you’re reading right now, though in this case, I’ve manually included your original tweet in the body of my reply. A more native Post Kinds generated reply to a tweet can be seen at this example: http://boffosocko.com/2016/08/17/why-norbert-weiner/
Syndicating Elsewhere
Naturally, your next question may be how to POSSE your replies to other services like Twitter. For that, there’s a handful of methods/plugins, though often I suggest doing things manually a few times to familiarize yourself with the process of what’s happening. Then you can experiment around with one or more of the methods/plugins. In general the easier the plugin is to set up (example: JetPack), the less control you have over how it looks while the more complicated it is (example: SNAP), the more control you have over how the output looks.
Experiment
If you’d like, feel free to experiment sending replies back to this post while you try things out. If you need additional help, do join one or more of us in the IndieWeb chat.
A reply to Aaron Davis on setting up IndieWeb replies in WordPress
Replied A reply to Aaron Davis on setting up IndieWeb replies in WordPress by Chris Aldrich (Chris Aldrich | BoffoSocko)
Thank you Chris for the reply. I did read your post, that is what spurred me to try once again to investigate ‘sending replies’.
A reply to Aaron Davis on setting up IndieWeb replies in WordPress by Chris Aldrich (Chris Aldrich | BoffoSocko)
Thank you Chris for the reply. I did read your post, that is what spurred me to try once again to investigate ‘sending replies’.
Replied Pingbacks: hiding in plain sight
Pingbacks seem to be a part of the WordPress architecture. For other platforms, you can use trackbacks. One use case is the #Indieweb and the potential to comment from your own space. Chris Aldrich even demonstrates how you can use such an infrastructure to reply to Twitter.
Pingbacks seem to be a part of the WordPress architecture. For other platforms, you can use trackbacks. One use case is the #Indieweb and the potential to comment from your own space. Chris Aldrich even demonstrates how you can use such an infrastructure to reply to Twitter.
I have been meaning to elaborate on my thoughts on #IndieWeb for a while. Chris Aldrich’s recent post outlining a proposal for a book spurred me to finish jotting down my notes and reflections.
I find #indieweb hard to explain. In part I would describe it as an alternative way of working on the web, a collaborative community and a technical solution. I can’t remember exactly when I first came upon it. I know thought it was associated with the concept of POSSE. It was probably a part of Connected Courses and my move to Reclaim Hosting. Twitter tells me that my initial investigations were associated with Known.
What interested me was the potential to extend and own my presence on the web. Initially, I posted to Flickr from a Known instance and pulled in comments from Twitter and Google+ with the #IndieWeb WordPress Plugin(s).
More recently I have become interested in exploring ‘post kinds’ as I continue to investigate ways that I can better manage my presence on the web. In particular, I like the idea of sending comments from my site, but have yet to either master some of the technical aspects or develop a suitable workflow.
I must admit, I still get lost with some of the mechanics. I wonder sometimes if this is because I am balancing multiple spaces. I would like to better understand how the various platforms and plugins work. For example, what is the difference between Known, Micro.Blogs and WordPress? What does Bridgy do? Are there any limitations to it? For example, can I connect it with more than one space, particularly in regards to Twitter. I also find more solace in reading various reflections, listening to weekly updates and think that the main site has come along way, especially in outlining the different entry points. I think that the addition of a book would be a valuable resource. As always, I am still investigating.
So what about you? Have you had any experiences with the IndieWeb? Do you have any thoughts and comments that you would share with Chris Aldrich?
If you enjoy what you read here, feel free to sign up for my monthly newsletter to catch up on all things learning, edtech and storytelling.Share this:EmailRedditTwitterPocketTumblrLinkedInLike this:Like Loading…
My #IndieWeb Reflections by Aaron Davis is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.