描述
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
安装
- 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.
常见问题
None yet.
评价
此插件暂无评价。
贡献者及开发者
更新日志
1.0
- First upload to the repository.
1.1
- Restarted work on the plugin
- Reviewed code
- Fixed some issues