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

Display Tweets

描述

Display Tweets is a very simple and easy to use Twitter feed plugin. It allows you to display your tweets using the shortcode, PHP function or widget. It’s completely future proof and makes authenticated requests to the Twitter v1.1 REST API, ensuring that your tweets don’t disappear when the old Twitter API is shutdown (soon).

For more information, check out my blog. For usage information, click here.

You can also contribute to the plugin yourself on Github . Don’t be shy, get involved!

螢幕截圖

  • The Twitter feed settings panel.
  • A snapshot of tweets displaying.

安裝

Using the plugin is easy. There are three ways to display your feed.

Shortcode:
[display_tweets]

PHP Function:

You can also display your tweets using the included widget.

常見問題

Installation Instructions

Using the plugin is easy. There are three ways to display your feed.

Shortcode:
[display_tweets]

PHP Function:

You can also display your tweets using the included widget.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Display Tweets 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

v1.0.3

  • Fixed bugs related to tweet cache irregularities.
  • Fixed date/time localisation bug.
  • Added some additional filters related to date/time formatting and links.
  • Added “Settings” link to “Plugins” panel.

v1.0.2

  • Fixed bugs with WordPress Multisite.

v1.0.1

  • Added class exists check before loading TwitterOAuth.
  • Correct tweet refresh interval.