Этот плагин не тестировался с последними 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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

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