이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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!

FAQ

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