このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

NS Widget Recent Comments

説明

NS Widget Recent Comments is simple and effective plugin. There is only two, but most important options that you can choose:

  • Number of comments to show.
  • Size of author’s avatar.

Clean design makes it easy to fit in any kind of look of WordPress themes.

機能について

  • Show chosen number of recent comments from your blog with author’s avatars.

プラグイン情報

Tested up to: 4.4.2

.r1394419
Stable tag: trunk
License: GNU General Public License
License URI: http://www.gnu.org/licenses/

This is a widget that let you show the latest comments from your WordPress Blog in a Sidebar area with comments author’s avatars.

スクリーンショット

  • NS Widget Recent Comments options
  • NS Widget Recent Comments

インストール

  • From The WordPress Dashboard

    Navigate to the \’Add New\’ in the plugins dashboard
    Search for \’NS Widget Recent Comments\’
    Click \’Install Now\’
    Activate the plugin on the Plugin dashboard

    • Uploading to your WordPress Dashboard

    Navigate to the \’Add New\’ in the plugins dashboard
    Navigate to the \’Upload\’ area
    Select ns-widget-recent-comments.zip from your PC or Lap Top
    Click \’Install Now\’
    Activate the plugin in the Plugin dashboard

    • Using FTP Client

    Download ns-widget-recent-comments.zip
    Extract the ns-widget-recent-comments directory to your PC or Lap Top
    Upload directory to the /wp-content/plugins/ directory
    Activate the plugin in the Plugin dashboard

  • Usage:

On the Appearance dashboard choose Widgets. Find “NetScripter: Recent Comments” on the left side where the widgets are. Click on it and choose the widget area you would like to place the widget. Then click on the small arrow on the right from the “NS Widget Recent Comments” title, a dropdown menu with

options will appear. You can then fill in the informations and choose appropriate options as you like.

Click “save” button, and your Recent Comments are on your WordPress blog’s Sidebar!

FAQ

Does the plugin support localization?

Yes, you can find .POT file in a folder “languages”.

Please send your localization files (.mo и .po) to admin@netscripter.info

1.2
  • Changed WP_Widget that is deprecated since version 4.3.0, to __construct.
1.1
  • This version fixes Translation bugs, that prevented translated .po file not to show in desired language.
1.0
  • 1.1
  • 1.0

評価

2016年9月3日 1 reply
Hi, I like you comments widget. Here it is possible to display avatars. But if I have a comment from Facebook the Facebook Avatars are not shown. $output .= '<ul id="ns">'; if ( $comments ) { foreach ( (array) $comments as $comment) { $output .= '<div class="avat">'; $output .= get_avatar(get_comment_author_email($comment->comment_ID), $size) . ' '; $output .= sprintf(__('%1$s on </div><li class="ns-comment"> %2$s', 'widget-recent-comments'), get_comment_author(), 'comment_ID) ) . '">' . get_the_title($comment->comment_post_ID) . ''); $output .= '<br style="clear:both;height:0;margin:0;padding:0;" />'; } } Is it possible to do that with an if else commando like this example? if ($comment->user_id) {echo get_avatar($td_comment_auth_email, 50);} else {echo get_avatar( $comment, 50 );} So if an User is registered on the Site he has it´s avatar, and the Users from outside the Site have their avatar for Example Facebook shown? Greets, Karl
3件のレビューをすべて表示

貢献者と開発者

NS Widget Recent Comments はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“NS Widget Recent Comments” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。