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

Simple Flickr Set

外掛說明

This allows the user to embed auto-playing looping Flickr galleries with a simple shortcode using javascript and css (no flash!).

Using the shortcode

The most basic way is to simply use a photoset ID (the admin page will look these up for you):

[simple-flickr set=72157633015103114]

You can additionally specify height and width, using any valid CSS. It defaults to 500×460, the default Flickr iframe embed (back when that worked…)

[simple-flickr set=72157633015103114 height=500px width=500px]

螢幕擷圖

  • Admin Interface
  • Using the shortcode

安裝方式

Requirements:

PHP 5.3+
This has been tested on WordPress 3.5.1 and newer. It is powered by just a few lines of javascript.

Installation:

The most simple way to install this is to go to the plugins directory (/wp-content/plugins) of your WordPress installation and clone this repo. Then, in the admin console, go to Plugins->Installed and activate it. That’s it!

常見問題集

What else can I do?

Rather than using inline styles, the plugin adds CSS to the page, which means all elements of the plugin are easily selectable by CSS. Though the slideshow is responsive by default, you can add any additional styling right in your themes CSS.

Is flash or any other browser plugin required?

Nope! It’s all powered by javascript and CSS. It should work in all modern browsers, including mobile, without any plugin or extension required.

使用者評論

2016 年 9 月 3 日
Nice and easy – I like the list of available photo sets in the configuration page. However, it would be nice to have some controls onboard – full screen, pause and so on – and a nicer transition. Also, I can only get one slideshow per page to function. Any additional ones only show up as a black square.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Simple Flickr Set〉的開發相關工作。

參與者

將〈Simple Flickr Set〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Initial submission
  • Shortcode for photoset including height and width options
  • Admin interface for adding API and fetching photosets