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.

WP RSS Fetcher ShortCode

Descripción

Use a shortcode to grab RSS feeds from external sources and embed them into posts or pages. After you have activated the plugin, you can start to use the shortcode.

Example shortcode usage:

[wpmizerss url=”http://feeds.feedburner.com/Wpmize” feeds_limit=”5″ words_limit=”100″ ul_class=’ class=”ordered”‘]

Key Features

  • Easily embed any RSS feeds into posts or pages using a shortcode
  • Limit the number of the feeds to show
  • Limit the words of the title of each feeds
  • Add a custom class for the UL

More Information

For more details visit the official plugin URL.
For more plugins and WordPress tips visit us at wpmize.com.

Author

WPMize.com
http://www.wpmize.com

Capturas

Instalación

  1. Place the ‘wp-rss-fetcher-shortcode’ folder in your ‘/wp-content/plugins/’ directory.
  2. Activate WP RSS Fetcher ShortCode.
  3. Use this shortcode to insert RSS feeds into a post or page: [wpmizerss url=”http://feeds.feedburner.com/Wpmize” feeds_limit=”5″ words_limit=”100″ ul_class=’ class=”ordered”‘]

Preguntas frecuentes

How can I use the shortcode ?

Insert this shortcode in a page or post:

[wpmizerss url=”http://feeds.feedburner.com/Wpmize” feeds_limit=”5″ words_limit=”100″ ul_class=’ class=”ordered”‘]

Parameters:

  • url -> the feed URL
  • feeds_limit -> limit how many feeds you want to show
  • words_limit -> limit the feed title words
  • ul_class -> use a custom class for the UL, example: ul_class=’ class=”ordered”‘

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“WP RSS Fetcher ShortCode” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “WP RSS Fetcher ShortCode” 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

25/08/2012 =
* Initial release