這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Current Comments

外掛說明

Example plugin for using Backbone.js with WordPress; displays a live comment stream in a widget.

螢幕擷圖

  • The current comment widget – it’s alive!

安裝方式

  1. Upload the plugin
  2. Activate the plugin
  3. Add the plugin widget to your sidebar or other widget area

常見問題集

A comment was made on a post, but it didn’t appear in the widget. Why not?

Comments appear once approved – be sure the comment has been approved.

If I unapprove a comment, will it be removed from the widget?

Yes!

Why is a minimum of WordPress 3.6 required?

This plugin uses Backbone.js 1.0.0, which was added in WordPress 3.6.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Current Comments〉的開發相關工作。

參與者

將〈Current Comments〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.4.0

  • Limited the number of comments returned to 10
  • Updated to support localization

0.3.0

  • Updated to use Backbone 1.0.0 in WordPress 3.6 (collection add merge)
  • Changed get_comments query to use DESC so that most recent 10 comments are sent
  • Changed ajax update to only fetch any comments added since last query
  • Removed highlighting of new comments and replaced it with automatically updating timestamps using moment.js
  • Simplified subview logic to simply prepend new comments at the top of the comments view

0.2

  • Initial release