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

Easy SwipeBox

설명

Easy SwipeBox plugin for WordPress websites gives you a flexible, aesthetic and mobile-friendly Lightbox solution for just about all media links on your website. Easy SwipeBox uses the packed SwipeBox and is multisite compatible.

Main features

  1. Enqueuing of SwipeBox Javascript and CSS files.
  2. Customization of SwipeBox lightbox appereance and behaviour from the Lightbox Settings page.
  3. Autodetection of links to images or videos. You can exclude/include media types from the Autodetection Settings page.
  4. Other geek settings in the Advanced Settings page.

Autodetection

Select one or more options from Autodetection setting page, Easy SwipeBox automatically detects the media type and add class="swipebox" to their links.
Otherwise, add class="swipebox" yourself to make the magic happen.

If you like to exclude some images or videos from autodetection enter the selector that groups these elements.
By default, Easy SwipeBox uses .no-swipebox.

Contribution

There are many ways to contribute to this plugin:

  1. Report a bug, submit pull request or new feature proposal: visit the Github repo.
  2. Translate it in your language: visit the WordPress translation page.
  3. Rate it 5 stars on WordPress.org.
  4. Buy me a beer!

지원

Need help? Read the FAQ or visit the WordPress.org support page / Github Issue Tracker.

Note: this plugin use SwipeBox jQuery plugin as Lightbox solution. For any issues and pull requests related to SwipeBox functionalities please visit the SwipeBox Repo.

스크린샷

  • Example of SwipeBox lightbox

  • Easy SwipeBox setting page

설치

  1. Download the plugin from WordPress repository.
  2. Upload the plugin folder in /plugins/.
  3. Activate the plugin.

Done! Now all link to image or Youtube/Vimeo opens in a beautiful mobile-friendly Lightbox.
Visit the new admin page (Settings > Easy SwipeBox) to enable/disable the autodetection for selected media type and customize the lightbox behaviour.

FAQ

Can I use Easy SwipeBox to show Google Maps iframe?

Yes, SwipeBox support inline content, here below an example of code:

First create the selector that contains the Google Maps iframe, usually it’s hidden within the page:

IFRAME_MAP

Then create your link, pointing at the selector:
Click to open the map

Done! Clicking on the link, the Google Maps iframe will be showed within the lightbox.

후기

2021년 2월 24일
Thanks for submitting the plugin. Saved me the time of having to enqueue Swipebox into my theme.
2019년 3월 25일
Swipebox is a great mobile-first image viewer. This plugin Just Works™, and it has an excellent admin panel exposing all the Swipebox settings. If I had one feature requests, it's that I'd like photos to be grouped by post, instead of putting every image on the page into the same group. If you are currently using my old WP-jQuery Lightbox, strongly consider replacing it with Easy SwipeBox. It is better maintained, and provide a better experience on mobile devices. Thanks Leonardo for putting this together!
2018년 9월 6일
This integration of the famous Swipebox image lightbox is really sweet, lightweitch and efficient. Works out of the box, mobile friendly and so smooth. Thank you for your awesome job !
2018년 8월 23일
So simple and elegant, yet easy to customise. Works great as a "carousel-lightbox" for all the images in a posts since it goes through them all. Great touch capability and is neat. Suggestions for further development: Click outside image should close box on desktop, at least available. Show image thumbnails in bottom as a carousel, choosable ofc. Add this code to fix the close button position on desktop vs touch media if your page has a vertical scrollbar. The close button is a sprite image and is placed to narrow to the edge on desktop if you got a scrollbar. #swipebox-close { background-position: 5px 12px; } @media screen { #swipebox-close { background-position: 15px 12px; } }
모든 16 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1.2 – Major release (26/02/2021)

1.1.1 – Major release (09/12/2020)

1.1.0 – Major release (27/01/2016)

  • New feature: Added Lightbox Setting Page. Customize the SwipeBox lightbox behaviour. Discover more about SwipeBox options.
  • New feature: Esclude media from autodetection. Exclude some images or videos from autodetection entering the selector that groups these elements.
  • New feature: Advanced settings Page. Customize geek options, like javascript files position (header/footer) and choose to enqueue minified or unminified version of the files.
  • New feature: Overview page.
  • Security issue: Fix SwipeBox XSS vulnerability (see SwipeBox pull request).
  • Updated readme.txt.
  • Updated licence.

1.0.2 (22/11/2015)

  • Bug fix: moved from wp_print_scripts to wp_enqueue_scripts. Better compatibiliy with Soil plugin from Roots. Thanks to Gifford Nowland

1.0.1 (28/10/2015)

  • Bug fix: better image format detection (jpg -> .jpg). Thanks to jas8522
  • Updated readme.txt

1.0 – Major release (14/09/2015)

  • Updated SwipeBox to 1.4.1
  • Bug fix: Added support to UPPERCASE image extension
  • Bug fix: Removed SwipeBox to Youtube User and Channel links
  • New feature: Added admin page for autodetection settings.

0.9.1 (14/04/2015)

  • Bug fix: Added JPEG extension support
  • Bug fix: Use image title as link title (alt fallback)

0.9 (02/02/2015)

  • First commit