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.

Forum Badges

Descripción

Have you ever wanted to display your profile badge from WordPress.org to your site? If yes – then this is the plugin for you.
Now you can display your achievements in the WordPress community on your blog and let the others know how much involved are you in the community.

List of Badges

Badge for WordCamp speaker:
[badges badge=speaker]

Badge for translation contributor
[badges badge=translator-contributor]

Badge for translation editor
[badges badge=translator-editor]

Badge for plugin developer
[badges badge=plugins]

Badge for theme developer
[badges badge=themes]

Badge for community team
[badges badge=community]

Badge for support team
[badges badge=support]

Badge for core team
[badges badge=code-commiter]

Badge for core contributor
[badges badge=code-contributor]

Badge for WordPress.tv contributor
[badges badge=tv-contributor]

Badge for WordPress.tv team
[badges badge=tv-team]

Badge for support contributor
[badges badge=support-contributor]

Badge for documentation contributor
[badges badge=documentation-contributor]

Badge for documentation team
[badges badge=documentation]

Badge for meta team
[badges badge=meta]

Badge for meta contributor
[badges badge=meta-contributor]

Badge for theme team
[badges badge=themes-review]

Badge for mobile team
[badges badge=mobile]

Badge for accessibility team
[badges badge=accessibility]

Badge for training team
[badges badge=training-team]

Badge for trainer
[badges badge=training]

Badge for plugin reviewer
[badges badge=plugin-review]

Badge for WordCamp Organizer
[badges badge=organizer]

Capturas

  • You can use the shortcode multiple times to display all the badges that you want/need.

Instalación

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the shortcode [badges badge=x] to get a badge in your content, where x is a badge from the list of badges.
    More info in the Other Notes section

FAQ

How to make the shortcode work in a widget?

Add this code to your theme functions.php or somewhere elese where appropriate:
add_filter(‘widget_text’,’do_shortcode’);

Reseñas

3 de noviembre de 2016
Very simple and useful plugin!
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«Forum Badges» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Forum Badges» 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

  • Initial release