Linux 软件免费装
Banner图

Semantic-Linkbacks

开发者 pfefferle
dshanske
edent
更新时间 2023年1月28日 03:36
捐献地址: 去捐款
PHP版本: 5.4 及以上
WordPress版本: 4.9.2
版权: MIT
版权网址: 版权信息

标签

comments pingback microformats trackback indieweb webmention linkback

下载

3.10.3 3.11.0 3.7.2 3.9.0 3.0.0 3.10.2 3.10.4 3.11.1 3.12.0 3.6.0 3.7.1 3.0.1 3.0.2 3.0.4 3.0.5 3.10.0 3.10.1 3.2.0 3.3.0 3.4.0 3.5.0 3.5.1 3.7.3 3.7.4 3.7.5 3.7.6 3.7.7 3.8.0 3.8.1 3.9.1 3.9.2 3.9.3 4.7.5 3.1.0 3.7.0

详情介绍:

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. It will optionally show collections of profile pictures, known as Facepiles, instead of the full setences. 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.

安装:

  1. Upload the webmention-folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. ...and that's it :)

常见问题:

Do I need to mark up my site?

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/themes that support Microformats 2.

Why Webmentions?

Webmention is a modern reimplementation of Pingback and is now a W3C Recommendation.

What about the semantic "comment" types?

The IndieWeb community defines several types of feedback:

How do I extend this plugin?

See Extensions

How do I add this into my plugin?

The plugin will automatically enhance webmentions, trackbacks, and pingbacks with an avatar and additional context. It will also automatically add a facepile instead of individual comments, but this feature can either be turned off by an aware theme or under Discussion in your Settings.

Why do some emoji reactions not show up?

Some emoji characters in webmentions you might receive, e.g. Facebook reactions from Bridgy, take more than two bytes to encode. (In technical terms, these Unicode characters are above the Basic Multilingual Plane.) To handle them, you need MySQL 5.5.3 or higher, and your database and tables need to use the utf8mb4 charset. Usually WordPress does this automatically, but not always. First, follow these instructions to switch your MySQL database to utf8mb4. Then, make sure DB_CHARSET and DB_COLLATE in your wp-config.php are either unset, set to the blank string, or set to these values: define('DB_CHARSET', 'utf8mb4'); define('DB_COLLATE', 'utf8mb4_general_ci');

Who made the logos?

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. Please file support issues there. 3.7.5 3.7.4 3.7.3 3.7.2 3.7.1 3.7.0 3.6.0 3.5.1 3.5.0 3.4.1 3.4.0 3.3.1 3.3.0 3.2.1 3.2.0 3.1.0 3.0.5 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.0.1 2.0.0