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

TinyFeed

外掛說明

TinyFeed is a WordPress widget which loads a microblog status feed via Ajax. It is currently restricted to microblogs with Twitter-compatible APIs, so only Twitter and Identi.ca.

I wrote it for one reason: I think the default RSS feed WordPress plugin is lame. I didn’t like PHP retrieving the feed and having the page wait to load because of it. Even though it caches the feed, for frequently updated feeds it just doesn’t make sense. Loading the feed via Ajax shaved seconds off of my page load time. I was so immensely happy with it that I decided to widgetize it and share it.

The current release of the widget is also the first, so there may be a few bugs to work out. But I also use this personally, so it should be stable enough for normal use.

安裝方式

  1. Upload the tinyfeed plugin directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Drag & drop any TinyFeed widgets where you want via the ‘Appearance’ -> ‘Widgets’ admin page
  4. Enter in the required info for each instance of TinyFeed

常見問題集

This uses AJAX, will this work in old versions of Internet Explorer?

The AJAX framework TinyFeed uses is jQuery which works with Internet Explorer 6 and above and Firefox 2 and above, which should be sufficient for most audiences.

The feed pulled from the microblog service is sent directly to the client without any caching, should I worry about bandwidth?

Probably not. If your site receives more traffic than the microblogging service, then you might need to be worried, but if your site has more traffic than Twitter or Identi.ca, then you probably have other issues too.

How do I theme TinyFeed?

The tinyfeed.css file included in the distribution provides a commented framework for theming the widget however you would like.

What timezone is the timestamp of the status in?

The time is calculated using the user’s timezone.

Why does the status time not use AM/PM?

Because I haven’t coded it in yet. I hope to soon include options for how to display the timestamp.

How is TinyFeed licensed?

TinyFeed is copyright Joseph Piché, but is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

2.0.1

  • Fixing version number

2.0

  • Rewrite; the plugin is now more efficient and plays nicer with other plugins

1.2

  • Cleaned up the distribution files; still getting used to WordPress plugin hosting

1.1

  • Fixed timestamp display in IE
  • Status URLs work now

1.0

  • Initial release