该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.

评价

此插件暂无评价。

贡献者及开发者

“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.