WP Manifestindependent plugin directory
manifest / content / semantic-comments

Semantic Comments archived

DEPRECATED AND MERGED INTO SEMANTIC LINKBACKS

by David Shanske · github.com/dshanske/semantic-comments · website

7stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dshanske/semantic-comments/archive/refs/heads/master.zip

Readme

DEPRECATED AND MERGED INTO SEMANTIC LINKBACKS - DO NOT USE OR INSTALL. WARRANTY VOIDED

semantic-comments

Semantic Comments improves comment handling in WordPress to take advantage of Webmentions and the Semantic Linkbacks Plugin.

This includes several ways to display comments, including a Facepile.

= Notes =

As of now, pagination for comments should be adjusted as it will affect the mention display as well.

= Usage =

Semantic Comments adds a custom comment walker that can be used to change the display of comments to support webmentions.

Semantic Comments offers a comment template with limited styling so it should inherit from your theme, as well as adjustable avatar sizes.

All configuration options are enabled by default, but can be selectively disabled for more control by the theme.

= Changelog =

Version 0.1 - Complete Rewrite of Display Code to be less intrusive in relation to the theme, addition of Settings Page under Comments.

Version 0.03 - Post Meta Boxes and function to display has been forked into a new plugin. Webactions have also been removed. This plugin will revert to only comment display for now.

Version 0.02 - Adds Post Meta Boxes for Syndication URLs for the 4 major syndication sites(supported by Bridgy), add function to display these, add Twitter/Facebook/Google Plus/Instagram embed code functions, remove comment form in favor of webmention form and start of webactions section.

Version 0.01 - Replaces the Comments Template with one that has separate function calls for Webmentions, Comments, and Pingbacks/Tracksbacks. The Webmentions are displayed using a Facepile

Read the full README on GitHub →