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

WP IRC

描述

Well WP-IRC Plugin (for lack of a better name 😉 ) can fetch the number of users online in any IRC channel and can be scheduled to auto refresh it every x.minutes. The count thus fetched can be displayed in the sidebar of your blog using a sidebar widget provided by the Plugin.

More details about the Plugin can be found at the Plugins Home page.

Translation

The pot file is available with the Plugin. If you are willing to do translation for the Plugin, use the pot file to create the .po files for your language and let me know. I will add it to the Plugin after giving credit to you.

Development and Support

The development of the Plugin happens over at github. If you want to contribute to the Plugin, fork the project at github and send me a pull request.

If you are not familiar with either git or Github then refer to this guide to see how fork and send pull request.

Support for the Plugin is available from the Plugin’s home page. If you have any questions or suggestions, do leave a comment there or contact me in twitter.

TODO

  • Create a settings page where people can test connection
  • Add support for shortcode
  • Add support for alerts

Stay updated

I would be posting updates about this Plugin in my blog and in Twitter. If you want to be informed when new version of this Plugin is released, then you can either subscribe to this blog’s RSS feed or follow me in Twitter.

Links

Readme Generator

This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.

螢幕截圖

  • Widget settings screen

  • This is how the widget will appear in the frontend

安裝

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

After activation, go to the widgets configuration page. You should find the IRC Widget under available widget.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP IRC” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP IRC 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

v1.2.1 (2014-02-05) (Dev time: 0.5 hours)

  • Tweak: Update Screenshots
  • Tweak: Add ‘#’ in front of channel if it is not present

v1.2 (2013-02-21) (Dev time: 0.5 hours)

  • Check if users is an array to prevent PHP warning

v1.1 (2013-02-17) (by Paul Freund)

  • Improved IRC connection (including implementing RFC2812 specifications)
  • [users] tag prints online users
  • Verbose mode to join channel (to see invisible users),
  • Password now works

v1.0 (2013-01-21) (Dev time: 20 hours)

  • Complete rewrite and added support for AJAX with caching

v0.2 (2012-01-31)

  • Fixed issue with textarea in the widget

v0.1 (2009-07-29)

  • Initial Version