-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Given that this theme is one of the exceedingly few that supports microformats 2 and that it stands as the (only?) definitive theme in the IndieWeb echosystem for WordPress, might I suggest that updating the "typical" comments.php be modified to better reflect integration for use with webmentions could help catapult uptake of the idea of the indieweb movement? By this I mean customizing the "typical" WordPress comments.php output to sort webmentions, pingbacks, and "traditional" comments to display in something like the following suggested order:
- a facepile of "likes" (potentially even separated by silos)
- a facepile of "reposts" (potentially separated by supported silo)
- the traditional list of comments
- the list of pingbacks/trackbacks (potentially showing the actual content rather than the usual "Joe mentioned this post" output)
but doing so in a way that doesn't cause issues (potentially?) for those not living in the IndieWeb echosystem. From a UI perspective something like this is far superior to scrolling through possibly hundreds of "likes" and "repost" comments to get to more substantive discussions in comments.
I suspect that @dshanske is attempting to modularize this type of functionality in a plugin with semantic comments (which doesn't seem to work at the moment), but having at least one example theme with a straightforward version of a better handling of comments (also including microformats) might assist in the uptake of theme developers doing a more modern version of WordPress comments using webmention. (And naturally even better if it can be done canonically enough that WordPress subsumes it into core thereby infecting a multitude of sites to be IndieWeb and microformat compatible in one go.) I might also suggest that standardization in core results in broader and quicker uptake than the need to find and install a plugin.
As an example, I'll note that the Independent Publisher theme has shown interest in being more IndieWeb compatible, but some of the custom code for comments is preventing showing likes and reposts (see raamdev/independent-publisher#201).