Title: WP Plugin Reviews
Author: Sudar Muthu
Published: <strong>13 de febrero de 2013</strong>
Last modified: 13 de octubre de 2021

---

Buscar plugins

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.

![](https://s.w.org/plugins/geopattern-icon/wp-plugin-reviews.svg)

# WP Plugin Reviews

 Por [Sudar Muthu](https://profiles.wordpress.org/sudar/)

[Descargar](https://downloads.wordpress.org/plugin/wp-plugin-reviews.0.4.zip)

 * [Detalles](https://es-mx.wordpress.org/plugins/wp-plugin-reviews/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/wp-plugin-reviews/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/wp-plugin-reviews/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/wp-plugin-reviews/#developers)

 [Soporte](https://wordpress.org/support/plugin/wp-plugin-reviews/)

## Descripción

Displays the latest reviews of a WordPress Plugin in the sidebar.

### Features

#### Sidebar Widget

The Plugin provides a sidebar widget which can be configured to display the latest
reviews of a WordPress Plugin in the sidebar. You can have multiple widgets for 
different WordPress Plugins.

#### Template function

In addition to using the widget, you can also use the following template function
to display the reviews of the WordPress Plugin, anywhere in the theme.

    ```
    get_plugin_reviews($plugin, $count);
    ```

The following options can be passed in the $options array

 * $plugin (string) – WordPress Plugin name.
 * count (int) – defualt 5 – Number of recent reviews to show

#### Caching

The Plugin caches the reviews that are retrieved for about 12 hours.

#### Styling using CSS

The Plugin adds the following CSS classes. If you want to customize the look of 
the widget then can change it by adding custom styles to these CSS classes.

 * The outer `div` tag has the class `plugin-review`
 * The actual review text is enclosed in a `blockquote` tag with class `plugin-review-
   text`
 * The author name is enclosed in a `span` tag with class `plugin-review-author`

### Development

The development of the Plugin happens over at [github](https://github.com/sudar/wp-plugin-reviews).
If you want to contribute to the Plugin, fork the [project at github](https://github.com/sudar/wp-plugin-reviews)
and send me a pull request.

If you are not familiar with either git or Github then refer to this [guide to see how fork and send pull request](http://sudarmuthu.com/blog/contributing-to-project-hosted-in-github).

If you are looking for ideas, then you can start with one of the following TODO 
items 🙂

### TODO

 * Pull Plugin name from custom field
 * Shortcode support
 * Added an option to display date
 * Make the output of widget content plugable

### Support

 * If you have found a bug/issue or have a feature request, then post them in [github issues](https://github.com/sudar/wp-plugin-reviews/issues)
 * If you have a question about usage or need help to troubleshoot, then post in
   WordPress forums or leave a comment in [Plugins’s home page](http://sudarmuthu.com/wordpress/wp-plugin-reviews)
 * If you like the Plugin, then kindly leave a review/feedback at [WordPress repo page](https://wordpress.org/extend/plugins/wp-plugin-reviews/).
 * If anything else, then contact me in [twitter](http://twitter.com/sudarmuthu).

### Troubleshooting

If you get timeouts or the error “WP HTTP Error: name lookup timed out” then it 
means that your server is not timing out before github can respond.

You can use the code from [this gist](https://gist.github.com/sudar/4945588) to 
increase the timeout.

### Stay updated

I would be posting updates about this Plugin in my [blog](http://sudarmuthu.com/blog)
and in [Twitter](http://twitter.com/sudarmuthu). If you want to be informed when
new version of this Plugin is released, then you can either subscribe to this [blog’s RSS feed](http://sudarmuthu.com/feed)
or [follow me in Twitter](http://twitter.com/sudarmuthu).

Also checkout the [other WordPress Plugins](http://sudarmuthu.com/wordpress) that
I have created.

### Translation

The pot file is available with the Plugin. If you are willing to do translation 
for the Plugin, use the pot file to create the .po files for your language and let
me know. I will add it to the Plugin after giving credit to you.

### Readme Generator

This Readme file was generated using [wp-readme](http://sudarmuthu.com/wordpress/wp-readme),
which generates readme files for WordPress Plugins.

## Instalación

Extract the zip file and just drop the contents in the wp-content/plugins/ directory
of your WordPress installation and then activate the Plugin from Plugins page. You
should see a new widget called “WP Plugin Review” in the widgets pages, which you
can drag and drop in the sidebar of your theme.

## 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

 *   [ Sudar Muthu ](https://profiles.wordpress.org/sudar/)

[Traduce “WP Plugin Reviews” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-plugin-reviews)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/wp-plugin-reviews/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/wp-plugin-reviews/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/wp-plugin-reviews/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-plugin-reviews/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### v0.1 (2013-02-11) – (Dev time: 3 hour)

 * Initial Release

#### v0.2 (2013-02-13) – (Dev time: 0.5 hour)

 * Generated pot file

#### v0.3 – (2013-04-24) – (Dev Time: 1 hour)

 * Added documentation

#### v0.4 – 2013-04-26 – (Dev Time: 0.5 hour)

 * Fixed some typos and added documentation

## Meta

 *  Versión **0.4**
 *  Última actualización **hace 5 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 3.5 o superior **
 *  Probado hasta **5.8.13**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-plugin-reviews/)
 * Etiquetas:
 * [review](https://es-mx.wordpress.org/plugins/tags/review/)[widget](https://es-mx.wordpress.org/plugins/tags/widget/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/wp-plugin-reviews/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/wp-plugin-reviews/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/wp-plugin-reviews/reviews/)

## Colaboradores

 *   [ Sudar Muthu ](https://profiles.wordpress.org/sudar/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/wp-plugin-reviews/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](http://sudarmuthu.com/if-you-wanna-thank-me)