该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Panoramio by User

描述

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

安装

  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.

常见问题

None yet.

评价

此插件暂无评价。

贡献者及开发者

「Panoramio by User」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

  • First upload to the repository.

1.1

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