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

WP My Twitter

Descripción

WP My Twitter will display your recent Twitter Tweets. Works in your theme, with shortcode, or as a Widget.

Related

Instalación

  1. Download the zip file and extract the twitter.php file.
  2. Upload twitter.php to your WordPress plugins folder.
  3. Login to the WordPress admin area and activate the plugin.
  4. Browse to WordPress Settings and then the WP My Twitter tab. Enter your Twitter username and password and click update

Displaying your Tweets:

As a Sidebar Widget (Requires WordPress 2.3+ and a Widget-ready Theme)

  1. Login to the WordPress admin area and browse to the Appearance Tab
  2. Browse to the Widgets Tab and Enable WP My Twitter

In Posts/Pages with Shortcode (WordPress 2.5+):

  • When writing or editing a page or post, insert the code [WPMyTwitter] to display your recent tweets.
  • Optionally specifiy the number of tweets you want to display. Defaults to 5.
    Ex: [WPMyTwitter Count="10"]

In Your Theme:

  • Insert the following code where you want your Twitter feed to appear in your blog template:
  • Optionally pass a Count to set the max number of tweets to display. Defaults to 5.
    Ex: <?php WPTwitter_GetTweets(10); ?>

Preguntas frecuentes

What are the requirements for WP My Twitter?
  1. WordPress 2.x+
  2. PHP 5+
  3. PHP CURL support (to connect to Twitter)
  4. A Twitter Account

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "WP My Twitter" a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

1.1

  • Now uses WP Cron for loading and caching Tweets
  • Powered by link is now optional
  • Bugfix for limiting the number of tweets displayed