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.

Github Contributors

Descripción

This plugin provides a short code that you can use for showing a photo grid of all users that have contributed code to any Github repository.

It’s a great way to show off the people that have helped with your project.

You can see this live on the Contributors page for Easy Digital Downloads.

Based on the code by Konstantin Kovshenin.

Capturas

  • Screenshot 1

Instalación

  1. Upload to wp-content/plugins/
  2. Activate the plugin
  3. Place [github-contributors username=”{YOUR USERNAME}” repo=”{NAME OF YOUR REPO}”] on any page

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 "Github Contributors" 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.0.1

  • Updated the transient key to use an MD5 to avoid it breaking if the repo / username is too long
  • Escaped a couple of possibly unsafe values
  • Updated some formatting with indention, whitespace, double quotes
  • Failed responses are now cached

1.0

  • First offical release!