Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Barebones Twitter

Опис

A simple plugin that allows you to include a Twitter feed on any page or post within your WordPress website. All you need to do is configure the plugin with your Twitter handle and your Twitter access tokens and you are good to go, from there you can include [display_twitter] and the feed will appear.

You can choose how many Tweets will appear, whether to include ReTweets in the list, whether to include replies in the list and whether you want to the Tweets to scroll. Selecting the scroll option will set the Tweets to show in a ‘ticker’ style one after the other automatically.

The plugin is designed to be easily styled, we do not include any default CSS so as not to interfere with the current styling of your site. Each Tweet is a simple <li> element that can be easily styled.

Встановлення

  1. Upload the plugin files to the /wp-content/plugins/barebones-twitter directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Barebones Twitter screen to configure the plugin and add your Twitter credentials
  4. You will need to create an app on http://dev.twitter.com, this will give you 4 keys that you will need to enter into the configuration window.
  5. Once configured, include [display_twitter] or <?php echo do_shortcode('[display_twitter]'); ?> on any page to display the Twitter stream.

Часті питання

What is the access section in the settings?

In order for the plugin to communicate with the Twitter API you will first need to configure an app on http://dev.twitter.com/ and then copy the credentials into the settings.

Відгуки

Для цього плагіна немає відгуків.

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

“Barebones Twitter” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

“Barebones Twitter” було перекладено на 1 локалізацію. Дякуємо перекладачам за їх роботу.

Перекладіть “Barebones Twitter” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Initial release