這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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.

Features

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

Plugin Info

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!

常見問題集

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 則留言
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 訂閱開發記錄