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
- Upload
PanoramioByUser.php,load.phpandPbU_style.cssinto an own folder in the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Panoramio by User” 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
- First upload to the repository.
1.1
- Restarted work on the plugin
- Reviewed code
- Fixed some issues