Title: Square Orb
Author: Tim
Published: <strong>2026년 7월 6일</strong>
Last modified: 2026년 8월 14일

---

플러그인 검색

![](https://ps.w.org/square-orb/assets/banner-772x250.png?rev=3598190)

![](https://ps.w.org/square-orb/assets/icon.svg?rev=3598190)

# Square Orb

 작성자: [Tim](https://profiles.wordpress.org/writetimothyjohnson/)

[다운로드](https://downloads.wordpress.org/plugin/square-orb.1.1.0.zip)

[실시간 미리보기](https://ko.wordpress.org/plugins/square-orb/?preview=1)

 * [세부사항](https://ko.wordpress.org/plugins/square-orb/#description)
 * [평가](https://ko.wordpress.org/plugins/square-orb/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/square-orb/#installation)
 * [개발](https://ko.wordpress.org/plugins/square-orb/#developers)

 [지원](https://wordpress.org/support/plugin/square-orb/)

## 설명

Check out the [live demos](https://awesomediscoveryzone.com/squareorb/demo-galleries/)
and [full documentation](https://awesomediscoveryzone.com/squareorb/documentation/)
on the official Square Orb site.

Square Orb is a gallery plugin for WordPress. Display images and videos in responsive
galleries with a full-screen lightbox experience, cloud import from Google Photos
and Adobe Lightroom, and an optional engagement analytics dashboard.

**Key Features:**

 * 5 layout options: Grid, Masonry, Justified Row, Carousel, and Interactive Map
 * Full-screen lightbox with 11 transition styles, slideshow, filmstrip, EXIF data,
   and social sharing
 * Dynamic Gutenberg block inspector — settings automatically show/hide based on
   the selected layout
 * Cloud media import from Google Photos and Adobe Lightroom
 * Smart search and category filter system
 * Drag-and-drop media reordering in the block editor
 * Watermarking engine with auto-stamp on upload
 * Optional engagement analytics dashboard (opt-in, off by default)
 * Gutenberg block and shortcode (`[square_orb ids="1,2,3"]`) support
 * Transient caching for high-performance page delivery

**External Services**

This plugin optionally connects to the following third-party services. These connections
are only established when you actively configure and use the corresponding features.

 * **Google Photos API** — Used to authenticate your Google account and import media
   items into your WordPress Media Library. Data transmitted: OAuth 2.0 authorization
   codes and access tokens issued by Google. [Google Privacy Policy](https://policies.google.com/privacy)
   | [Google Terms of Service](https://policies.google.com/terms)
 * **Google Vision API** — Used optionally to auto-tag imported images via AI label
   detection. Data transmitted: Base64-encoded image content sent to Google’s Vision
   API. This feature requires a separate Google Cloud API key and is disabled by
   default. [Google Privacy Policy](https://policies.google.com/privacy)
 * **Adobe Lightroom API** — Used to authenticate your Adobe account and import 
   media from Adobe Lightroom into your WordPress Media Library. Data transmitted:
   OAuth 2.0 authorization codes and access tokens issued by Adobe. [Adobe Privacy Policy](https://www.adobe.com/privacy/policy.html)
   | [Adobe Terms of Service](https://www.adobe.com/legal/terms.html)
 * **Leaflet.js via unpkg.com CDN** — Used to render the Interactive Map gallery
   layout. The CDN serves static JavaScript and CSS assets only; no user data is
   transmitted to unpkg. [Leaflet](https://leafletjs.com/) | [unpkg Terms](https://unpkg.com/)
 * **Chart.js via jsDelivr CDN** — Used to render the analytics chart on the admin
   Analytics tab. The CDN serves static JavaScript assets only; no user data is 
   transmitted to jsDelivr. [Chart.js](https://www.chartjs.org/) | [jsDelivr Privacy Policy](https://www.jsdelivr.com/terms/privacy-policy-jsdelivr-net)
 * **Engagement Telemetry** — Off by default. When explicitly enabled by the site
   administrator in Square Orb  Global Defaults, the plugin records anonymous view
   counts and dwell times per gallery image. All data is stored locally in your 
   WordPress database only. No data is transmitted to any external server. No personally
   identifiable information (PII) is ever collected.

### Quick Start

A simple first gallery is usually just a few images from your Media Library. Start
with the default grid layout, choose a few images, and publish the page. If you 
want a more curated experience later, add filters, smart search, or cloud imports.

## 스크린샷

[⌊Gallery Grid layout with smart search and category filters.⌉⌊Gallery Grid layout
with smart search and category filters.⌉[

Gallery Grid layout with smart search and category filters.

[⌊Full-screen Lightbox with filmstrip, EXIF data, and social sharing.⌉⌊Full-screen
Lightbox with filmstrip, EXIF data, and social sharing.⌉[

Full-screen Lightbox with filmstrip, EXIF data, and social sharing.

[⌊Global Defaults settings panel.⌉⌊Global Defaults settings panel.⌉[

Global Defaults settings panel.

[⌊Cloud import via Google Photos Picker.⌉⌊Cloud import via Google Photos Picker.⌉[

Cloud import via Google Photos Picker.

[⌊Analytics dashboard with engagement telemetry.⌉⌊Analytics dashboard with engagement
telemetry.⌉[

Analytics dashboard with engagement telemetry.

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   Square Orb Canvas

## 설치

 1. Upload the `square-orb` folder to the `/wp-content/plugins/` directory, or install
    directly through the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Square Orb** in the admin sidebar to configure global display settings.
 4. To import from Google Photos or Adobe Lightroom, enter your API credentials on 
    the **Authentication** tab.
 5. Insert the Square Orb block in the Gutenberg editor, or use the shortcode: `[square_orb
    ids="1,2,3"]`.

## FAQ

### How do I set up Google Photos import?

Navigate to **Square Orb  Authentication**, enter your Google OAuth Client ID and
Secret, then click “Connect to Google Photos”. See the [full step-by-step Google Photos setup guide](https://awesomediscoveryzone.com/squareorb/)
on our documentation portal.

### How do I set up Adobe Lightroom import?

Navigate to **Square Orb  Authentication**, enter your Adobe Client ID and Secret,
then click “Connect to Lightroom”.

### Does this plugin collect any user data?

No, by default. The engagement telemetry system is **off by default** and must be
explicitly enabled by the site administrator in Square Orb  Global Defaults  Enable
Engagement Telemetry. When enabled, it records anonymous view counts and dwell times
per gallery image, stored locally in your WordPress database only. No data is ever
transmitted to any external server, and no personally identifiable information (
PII) is collected.

### Can I use the gallery on multiple pages?

Yes. Each Gutenberg block or shortcode instance is independently configured. You
can also enable the “Enforce Central Global Uniformity” switch on the Global Defaults
tab to apply the same styling across all gallery instances site-wide.

### How do I display the gallery on archive or shop pages?

Use the `square_orb_enqueue_assets` filter to force asset enqueuing on non-singular
pages:

    ```
    add_filter( 'square_orb_enqueue_assets', '__return_true' );
    ```

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Tim ](https://profiles.wordpress.org/writetimothyjohnson/)

[자국어로 “Square Orb”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/square-orb)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/square-orb/)는, [SVN 저장소](https://plugins.svn.wordpress.org/square-orb/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/square-orb/)
을 [RSS](https://plugins.trac.wordpress.org/log/square-orb/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * Performance: reduced N+1-style attachment lookups in the frontend renderer and
   REST image endpoint.
 * Improved onboarding for the Global Defaults settings screen.
 * Improved lightbox keyboard accessibility and focus trapping.
 * Clearer in-plugin authentication guidance for Google Photos and Adobe Lightroom.
 * Improved empty states and batch feedback for cloud media imports.
 * Bug fix: Load More button now respects the configured image limit.
 * Bug fix: Analytics tab display issue.
 * Bug fix: saving the Global Presentation or Sitewide settings tab no longer resets
   the other tab’s settings to blank.
 * New installs now receive sane default settings automatically on activation, without
   affecting existing settings on updates.
 * Centralized default option values and refactored large rendering functions into
   smaller, focused helpers for easier maintenance.
 * Introduced a local build pipeline for packaging release-ready plugin zips.

#### 1.0.0

 * Initial public release.
 * 5 gallery layout types: Grid, Masonry, Justified Row, Carousel, Interactive Map.
 * Full-screen lightbox with 11 transition styles: None, Fade, Blur Dissolve, Wipe,
   Stage Curtain, Vertical Swipe, Slide, Zoom, Bounce, 3D Flip, Spin.
 * Dynamic Gutenberg block inspector controls — irrelevant settings hidden automatically
   per layout.
 * Cloud import from Google Photos (OAuth) and Adobe Lightroom (OAuth).
 * Drag-and-drop image reordering and per-image video URL overrides in block editor.
 * Smart search bar and category filter system.
 * Watermarking engine with configurable position and auto-stamp on upload.
 * Optional engagement analytics dashboard — off by default, admin opt-in required.
 * Shortcode support: `[square_orb ids="1,2,3"]`.
 * Transient caching for high-performance delivery.

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/square-orb/)
 * 태그:
 * [block](https://ko.wordpress.org/plugins/tags/block/)[gallery](https://ko.wordpress.org/plugins/tags/gallery/)
   [image gallery](https://ko.wordpress.org/plugins/tags/image-gallery/)[lightbox](https://ko.wordpress.org/plugins/tags/lightbox/)
   [photo gallery](https://ko.wordpress.org/plugins/tags/photo-gallery/)
 *  [고급 보기](https://ko.wordpress.org/plugins/square-orb/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/square-orb/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/square-orb/reviews/)

## 기여자

 *   [ Tim ](https://profiles.wordpress.org/writetimothyjohnson/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/square-orb/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://ko-fi.com/timothyjohnson618)