New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Enable conversation across the web. | You have to log in to add a translation. | Details |
Original untranslated |
|||
| ↑ | Webmention | Webmention | Details |
Original current |
|||
| Download from <a href="proxy.php?url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwebmention%2F">the WordPress directory</a> | You have to log in to add a translation. | Details | |
Original untranslated
Download from <a href="proxy.php?url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwebmention%2F">the WordPress directory</a>
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Download your WordPress Plugin to your desktop. | You have to log in to add a translation. | Details | |
Original untranslated
Download your WordPress Plugin to your desktop.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| While not all display options can be settings, we are looking to provide some simple options which could be customized in a theme if needed. | You have to log in to add a translation. | Details | |
Original untranslated
While not all display options can be settings, we are looking to provide some simple options which could be customized in a theme if needed.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| There is an option within the plugin to show webmentions not determined to be replies or comments inline, or to display them separately as avatar only lists. The <code>wp_list_comments</code> function is overridden to allow for the <code>avatar_only</code> option, which will render this, with a second option of <code>overlay</code> to overlay an icon reflecting the reaction type. Reactions are webmention types such as like, which there is no textual component to it. If you opt to display them as comments, the text will read that the author <code>likes this post</code>. | You have to log in to add a translation. | Details | |
Original untranslated
There is an option within the plugin to show webmentions not determined to be replies or comments inline, or to display them separately as avatar only lists. The <code>wp_list_comments</code> function is overridden to allow for the <code>avatar_only</code> option, which will render this, with a second option of <code>overlay</code> to overlay an icon reflecting the reaction type. Reactions are webmention types such as like, which there is no textual component to it. If you opt to display them as comments, the text will read that the author <code>likes this post</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| It introduces a new version of the default function for html5 comments, adding correct microformats2 markup, and for webmentions, a proper site citation, e.g. Bob @ Example.Com as well as a hook, <code>webmention_comment_metadata</code> which offers a comment object as the sole argument, to add arbitrary metadata. This would be overridden by any custom comment rendering done by themes. | You have to log in to add a translation. | Details | |
Original untranslated
It introduces a new version of the default function for html5 comments, adding correct microformats2 markup, and for webmentions, a proper site citation, e.g. Bob @ Example.Com as well as a hook, <code>webmention_comment_metadata</code> which offers a comment object as the sole argument, to add arbitrary metadata. This would be overridden by any custom comment rendering done by themes.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This plugin includes several enhancements to the built-in WordPress commenting system to allow for enhancement, while allowing existing methods to offer customization. It customizes the classic defaults for WordPress to account for webmentions by using a custom comment walker that minimally changes to defaults.↵ By default, many themes provide a custom callback to the <code>wp_list_comments</code> function. This plugin adds several enhancements to that. For one, the custom callbacks argument is usually a string with the function name. We enhance it to behave as normal in that case, but if an array is passed, to allow specific callbacks per the key of the array, or the 'all' key as a default. This means each comment type, which would be each webmention type or otherwise, can have its own custom callback. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin includes several enhancements to the built-in WordPress commenting system to allow for enhancement, while allowing existing methods to offer customization. It customizes the classic defaults for WordPress to account for webmentions by using a custom comment walker that minimally changes to defaults.↵
By default, many themes provide a custom callback to the <code>wp_list_comments</code> function. This plugin adds several enhancements to that. For one, the custom callbacks argument is usually a string with the function name. We enhance it to behave as normal in that case, but if an array is passed, to allow specific callbacks per the key of the array, or the 'all' key as a default. This means each comment type, which would be each webmention type or otherwise, can have its own custom callback.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Webmentions have the ability to act as rich comments. This includes showing avatars. If there is an avatar discovered, the URL for it will be stored. This can either be reflect something from the media library or a URL of a file. If the file is broken, it will store a local↵ copy of the default gravatar image. | You have to log in to add a translation. | Details | |
Original untranslated
Webmentions have the ability to act as rich comments. This includes showing avatars. If there is an avatar discovered, the URL for it will be stored. This can either be reflect something from the media library or a URL of a file. If the file is broken, it will store a local↵
copy of the default gravatar image.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| How do I customize the display of my webmentions? | You have to log in to add a translation. | Details | |
Original untranslated
How do I customize the display of my webmentions?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| The Webmention plugin supports the Webmention protocol, giving you support for sending and receiving Webmentions. It offers a simple built in presentation. | You have to log in to add a translation. | Details | |
Original untranslated
The Webmention plugin supports the Webmention protocol, giving you support for sending and receiving Webmentions. It offers a simple built in presentation.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Webmention headers are only shown if Webmentions are available for that particular URL. If you want to show it regardless, you can add below to your wp-config.php file. | You have to log in to add a translation. | Details | |
Original untranslated
Webmention headers are only shown if Webmentions are available for that particular URL. If you want to show it regardless, you can add below to your wp-config.php file.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| In the below example, if there is no page returned it will send mentions to a catch-all post. You can also have unique posts per URL. | You have to log in to add a translation. | Details | |
Original untranslated
In the below example, if there is no page returned it will send mentions to a catch-all post. You can also have unique posts per URL.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Even though it is not done automatically, it is very simple to add support for archives and URLs on your site by providing a post/page to show collect mentions. The plugin provides a simple filter for that. | You have to log in to add a translation. | Details | |
Original untranslated
Even though it is not done automatically, it is very simple to add support for archives and URLs on your site by providing a post/page to show collect mentions. The plugin provides a simple filter for that.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Webmentions should be allowed on all URLs of a blog, however WordPress does not support this as only posts can have comments attached to them. The plugin currently handles only Webmentions on posts and allows you to set a page to receive homepage mentions. | You have to log in to add a translation. | Details | |
Original untranslated
Webmentions should be allowed on all URLs of a blog, however WordPress does not support this as only posts can have comments attached to them. The plugin currently handles only Webmentions on posts and allows you to set a page to receive homepage mentions.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.