Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Barebones Twitter

Descripción

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.

Instalación

  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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Barebones Twitter” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

“Barebones Twitter” ha sido traducido a 1 idioma. Gracias a los traductores por sus contribuciones.

Traduce “Barebones Twitter” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.0

  • Initial release