這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP 500px jsGallery

外掛說明

This is plugin lets you add your 500px.com gallery to a page in your blog using the [jsg500px] shortcode.
The gallery is made with galleriffic and the images are retrieved from 500px.com using the user feed.

It’s possible also to define a custom CSS in your template folder to customize completely the gallery.

See the plugin in action here: http://micz.it/fotografia/500px/

Using a custom CSS file

You can customize the look of the gallery using a custom CSS file.
The file must be named wp-500px-jsgallery.css and copied in your theme root folder, the same where is stored the theme style.css file.
This custom file will be loaded after the standard plugin css file, so you can modify only the elements you need, the other elements will be displayed as usual.
You can check the standard wp-500px-jsgallery.css to see which css elements the gallery is composed of.
If you check the “Exclusive custom CSS” option in the plugin settings page, will be loaded only your custom CSS file and not the plugin default one.

If you need to modify only the thumbnails or image dimensions, you could do this via a custom css or using the dedicated options in the plugin settings page.

Plugin source files

The source files repository is available at https://github.com/micz/wp-500px-jsgallery/

螢幕擷圖

  • The gallery in action, see it live here: http://micz.it/fotografia/500px/ .
  • Plugin settings page.

安裝方式

  1. Upload the folder wp-500px-jsgallery and all its files to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Put your 500px.com username in the plugin settings page.
  4. Insert the shortcode [jsg500px] in the page you want to show the gallery.
  5. (Optional) Use the “user500px” shortcode param to set a different username for a single page.

常見問題集

Can I add the gallery to a post?

No. The gallery can be added only on a page using the [jsg500px] shortcode.

Can I add the gallery to more than one page?

Yes, and you can specify different 500px.com usernames with the “user500px” shortcode param.
To optimize your website loading times, with the “Gallery page” option you can also specify all the ids or permalinks pages on which the needed scripts must be loaded.

Why I didn’t see all my 500px photos?

The photos displayed are only the latest ones, as published in the user feed by 500px.com.

使用者評論

閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP 500px jsGallery〉的開發相關工作。

參與者

〈WP 500px jsGallery〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈WP 500px jsGallery〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.1.2

  • Fixed a bug when using php < 5.4.

2.1.1

  • Image title bug fixed.

2.1

  • Google Feed API, that has been dismissed by Google, is not needed anymore. The plugin is working again.

2.0.2

  • Minor bug fixed.

2.0.1

  • CSS improvements.
  • Links to 500px.com are now opened in a new window.
  • Link to the image on 500px is now on the image title.

2.0

  • 500px link is no more explicitly displayed. Now the “See this image at full size on 500px” statement is a link itself.
  • New responsive CSS added. To be not disruptive only for upgrade, the “Use CSS version 1” option must be deselected to use the new gallery layout.

1.1.1

  • CSS fix to show the thumbnails in the correct size in Firefox.

1.1

  • Added an option to load exclusively the custom css file and not the default one.
  • Is now possible to use the “user500px” shortcode param to set a different 500px username on a page.
  • The styles and scripts can be loaded selectively on more than one page.

1.0.3

  • Fixed missing argument 2 error for settings link in plugins admin page.

1.0.2

  • Added css z-index to prev/next navigation controls that were not clickable.

1.0.1

  • Better installing instruction and descriptions.
  • Fixed a bug with the settings link in the plugin admin page.

1.0

  • First release.