Main version of this plugin is now maintaned by pfefferle: https://github.com/pfefferle/wordpress-semantic-linkbacks
Contributors: pfefferle
Donate link: http://14101978.de
Tags: webmention, pingback, trackback, linkback, microformats, comments, indieweb
Requires at least: 4.6
Tested up to: 4.6.1
Stable tag: 3.2.1
Richer Comments and Linkbacks for WordPress!
Generates richer WordPress comments from linkbacks such as WebMention or classic linkback protocols like Trackback or Pingback.
The limited display for trackbacks and linkbacks is replaced by a clean full sentence, such as "Bob mentioned this article on bob.com." If Bob's site uses markup that the plugin can interpret, it may add his profile picture or other parts of his page to display as a full comment.
Semantic Linkbacks uses Microformats 2 to get information about the linked post and it is highly extensible to also add support for other forms of markup.
Most modern WordPress themes support the older Microformats standard, which means the plugin should be able to get basic information from to enhance linkbacks. The plugin is most useful with webmention support(separate plugin) and sites that support Microformats 2.
WebMention is a modern reimplementation of Pingback using only HTTP and x-www-urlencoded content rather than XMLRPC requests. WebMention supersedes Pingback and is simpler to implement.
The IndieWeb community defines several types of feedback:
- Replies: http://indiewebcamp.com/replies
- Reposts: http://indiewebcamp.com/repost
- Likes: http://indiewebcamp.com/likes
- Favorites: http://indiewebcamp.com/favorite
- RSVPs: http://indiewebcamp.com/rsvp
- Tagging: http://indiewebcamp.com/tag
- Classic "Mentions": http://indiewebcamp.com/mentions
See Extensions
The WebMention and Pingback logos are made by Aaron Parecki and the Microformats logo is made by Dan Cederholm
Project actively developed on Github at pfefferle/wordpress-semantic-linkbacks.
- updated hooks/filters
- changed hook from
<linkback>_post
tocomment_post
(thanks to @dshanske) - used the WordPress Coding Standard
- small code improvements
- I18n support
- German translation
- some small changes and bugfixes
- quick fix to prevent crash if Mf2 lib is used by a second plugin
- added counter functions for comments by type (props to David Shanske)
- some bugfixes
- some small tweaks
- added custom comment classes based on the linkback-type (props to David Shanske for the idea)
- added support for threaded comments
- fixed bug in comments section
- nicer integration with trackbacks, linkbacks and webmentions
- cleanup
- "via" links for indieweb "reply"s (thanks to @snarfed for the idea)
- simplified output for all other indieweb "comment" types
- better parser (thanks to voxpelly for his test-pinger)
- now ready to use in a bundle
- initial release
- Pelle Wessman (@voxpelli) for his awesome WebMention test-pinger
- Ryan Barrett (@snarfed) for his feedback
- Barnaby Walters (@barnabywalters) for his awesome mf2 parser
- David Shanske (@dshanske) for his feedback and a lot of pull requests
- (@acegiak) for the initial plugin
- Upload the
webmention
-folder to the/wp-content/plugins/
directory - Activate the plugin through the Plugins menu in WordPress
- ...and that's it :)