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.

Social Numbers

Descripción

This plugin adds a new template tag to show how many times a page or post has been liked and shared to Facebook or mentioned in tweets on Twitter.

Contribute

If you want to contribute to the project. Please feel free to watch, fork and love the project on GitHub.

Instalación

This is how you install and use the plugin.

  1. Upload the folder social-numbers to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

This gives you two new template tags to use in your WordPress theme.

This function to use inside the loop to get the shares of the current post.

The parameter $network is a string and can take two values: facebook, twitter.

Example that writes out the number of tweets mentioning the url of the current post:

If you don’t want to echo the result you can use the function with the get_ prefix.

This other function returns the number of shares to a specific post.

The parameter $network is a string and can take two values: facebook, twitter.
The second parameter $id is an int.

If you don’t want to echo the result you can use the function with the get_ prefix.

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 “Social Numbers” 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

0.1

  • Initial release. Supporting Facebook and Twitter.