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

jQuery googleslides

설명

jquery.googleslides is a simply jQuery plugin that displays your Google Photos, including Picasa and Google+ albums. Visit the jquery-googleslides project site for more information.

스크린샷

  • googleslides (default)

설치

Installing The Plugin

Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to /wp-content/plugins/. Then just visit your admin area and activate the plugin. That’s it!

FAQ

Usage

Add a Shortcode to use this plugin. For example:
[googleslides albumid=”5710317752556741025″ userid=”115528839112598673902″].

The album you specify must be marked ‘Public’ in Google+ or Picasa!

You can also specify any of the jquery.googleslides plugin options in the Shortcode like this:
[googleslides albumid=”5710317752556741025″ userid=”115528839112598673902″ imgmax=”200″ caption=”false” time=”3000″]

Determining userid and albumid

To find your user and albumid, you should open the album directly from the Google+ or Picasa page. When the album comes up you will see the user and albumid in Url.
Refer to the jquery.googleslides project site for more information about determining the userid and albumid.

Options

Refer to the jquery.googleslides project site for a list of all the options. Any of the options can be specified in your Shortcode.

Widgets

If you want to be able to use this plugin in a widget area, you need to add the following line to your functions.php file:
add_filter(‘widget_text’, ‘do_shortcode’);

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“jQuery googleslides”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “jQuery googleslides”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3

  • Fixing bug with jumping window on slide change.

1.2

  • Support ‘Limited’ visibility albums with authkey option. Enhanced css.

1.1

  • Initial release