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.

Panoramio by User

Descripción

Show Panoramio pictures uploaded by a certain user on your WP.
This Plugin offers the possibility to display single randomly chosen pictures submitted by a certain user in articles or pages, as well as in the template. Furthermore, you can display all pictures of the given user in a gallery.

Next Steps

  • Make calls to Panoramio asynchronous

Instalación

  1. Upload PanoramioByUser.php, load.php and PbU_style.css into an own folder in the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php PbU_showRandomPicture() ?> in your templates in order to display a single random picture provided by the
    user or <?php PbU_showGallery() ?> to display all pictures submited by the given user in a gallery.
    Furthermore you can use ##PbU_Random## (resp. ##PbU_Gallery##) in artciles or pages to achieve the same.

Preguntas frecuentes

None yet.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Panoramio by User” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Panoramio by User” 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

  • First upload to the repository.

1.1

  • Restarted work on the plugin
  • Reviewed code
  • Fixed some issues