plugin-icon

Gallery for Google Photos – Import and Display Photo Albums

Par bPlugins·
Embed stunning Google Photos galleries directly into your WordPress site with the Embed Google Photos plugin.
Évaluations
2.7
Version
1.2.2
Installations actives
1K
Mis à jour récemment
Jul 16, 2026
Gallery for Google Photos – Import and Display Photo Albums

The Embed Google Photos plugin offers a seamless solution for integrating beautiful Google Photos galleries directly into your WordPress website. With its intuitive interface and robust functionality, this plugin simplifies the process of showcasing your photos and galleries in a visually stunning way. Whether you’re a photographer, blogger, or business owner, this plugin provides a convenient and efficient way to share your visual content with your audience. With features like customizable layouts, responsive design, and easy-to-use settings, you can effortlessly create and manage your Google Photos galleries with ease. Say goodbye to complex embedding codes and manual updates – streamline your workflow and enhance your website’s visual appeal with the Embed Google Photos plugin.

Demos | Documentation

Free Features

Import & Connection – Import photos and videos directly from Google Photos using the official Google Photos Picker. – Imported media is saved to your WordPress Media Library. – Self-hosted OAuth — your own Google credentials stay on your server and are never sent to us. – Authorization sidebar with field validation, loading state, and connect/disconnect. – Media Type filter — show All Media, Photos only, or Videos only.

Layouts – Grid layout (fully responsive). – Masonry layout (Pinterest style — each image keeps its own ratio). – Carousel / Slider with autoplay, loop, navigation arrows, and pagination dots. – Responsive columns — separate column counts for desktop, tablet, and mobile. – Adjustable column gap and row gap. – Image aspect ratio control (16:9, 4:3, 1:1, 3:4, 9:16). – Image border — width, style, color, and radius.

Captions & Hover – Captions from the image title or date. – Caption position — below the image or as an overlay on hover. – Caption typography and color controls. – Hover effects — zoom, overlay, and caption slide-in.

Lightbox – Fancybox lightbox with photo and video playback. – Lightbox caption, keyboard navigation, slideshow autoplay, and thumbnails bar. – Video options — controls, autoplay, muted, loop, and fit-to-window.

Pagination – Show All, Load More, or numbered Pagination. – Configurable items per page. – Custom « Load More » button text. – Customize the « Load More » button’s color, typography, border, and padding.

Performance & SEO – Lazy-load images with a blur / low-res placeholder for an instant-feeling page. – Responsive srcset so the browser downloads the right image size (faster loads, less bandwidth). – Schema.org ImageObject markup for Google Images and rich results. – Per-image alt text editing for accessibility and SEO.

Usability – Drag-to-reorder selected photos in the editor. – Shortcode support — [google_photos id=..] to embed outside Gutenberg. – Polished empty / not-connected states with guided actions. – Modern React admin dashboard. – Works with any WordPress theme and supports wide / full alignment.

Pro Features

Advanced Layouts & Display – Justified / Mosaic layout — images fill every row edge-to-edge with varying widths. – Advanced Carousel options — slide effect, speed, slides-per-group, centered slides, grab cursor, pause-on-hover, and free-mode. – Frontend media filter bar — let visitors filter by Photos, Videos, or All with customizable button labels.

Premium Lightbox & Hover – Premium lightbox skins — choose from multiple visual themes for the lightbox viewer. – Video autoplay in lightbox — videos start playing automatically when opened. – Per-image custom link — link any image to an external URL (opens in a new tab). – Advanced hover / overlay styling — grayscale effect, hover icon, and gradient overlay on hover.

Image Styling – Image box shadow — add depth with customizable shadow settings. – Advanced border radius — per-corner radius control for unique shapes. – Gradient overlays — apply gradient effects over gallery images.

Album Sync & Import – Album auto-sync — paste a shared Google Photos album URL and new photos appear automatically via WP-Cron (hourly). – Shared album embed — display any public shared Google Photos album without full OAuth setup. – Bulk album import — import all photos from a shared album in a single sync operation.

Gallery Protection – Password-protected gallery — restrict gallery access with a password. – Right-click & download protection — disable right-click context menu to discourage image downloading. – Automatic watermark — apply a logo watermark on all images during import (server-side, position/opacity/size controls).

Performance – Auto WebP conversion — automatically convert imported images to WebP format for faster page loads and smaller file sizes.

How to use

  • First, install the Embed Google Photos plugin.
  • Add the Embed Google Photos from the block category called « Widgets » in the Gutenberg editor.
  • You can change block settings from the right-side settings sidebar.
  • Enjoy!

  • For installation help click on Installation Tab

Feedback

Source Code

You can find the source code, report bugs, and contribute to the development of this plugin on our GitHub repository: Embed Google Photos on GitHub

External Services

This plugin connects to the following external services. Understanding what is sent, and when, helps clarify how your data is handled.

Google Photos (Google OAuth 2.0 + Google Photos Picker API)

What it is and why it is used: This plugin is a Google Photos gallery. To let you pick photos and videos from your own Google Photos account and display them on your site, it connects to Google’s APIs on your server. This connection only happens after you enter your own Google API credentials (Client ID, Client Secret, Refresh Token) in the plugin settings and use the « Select Photos » flow; it is required for the plugin to function.

Which endpoints are contacted and what data is sent: * https://oauth2.googleapis.com/token — your Client ID, Client Secret and Refresh Token are sent to exchange them for a short-lived access token. * https://photospicker.googleapis.com/v1 — the access token is sent (as a Bearer token) to create a picker session, check its status, and list the media items you selected. The selected photos/videos are then downloaded to your own WordPress Media Library.

When it happens: only in wp-admin, triggered by an authenticated administrator connecting an account or clicking « Select Photos ». No data is sent from your visitors’ browsers, and the OAuth credentials/tokens never reach the frontend.

Your credentials and tokens are stored only on your own server (in your WordPress database) and are sent only to Google. This plugin does not transmit them to bPlugins or any other third party.

Google’s terms and privacy policy: * Terms of Service: https://policies.google.com/terms * Privacy Policy: https://policies.google.com/privacy * Google APIs Terms of Service: https://developers.google.com/terms

Schema.org vocabulary (https://schema.org)

What it is and why it is used: On the frontend the plugin outputs Schema.org « ImageObject » structured data (JSON-LD) for each gallery image so search engines such as Google can better understand and index your images (Google Images / rich results, improving SEO).

What data is sent: None. The address « https://schema.org » appears only as the standard @context identifier inside the JSON-LD markup — it is a vocabulary name, not a network request. The plugin does not connect to, load anything from, or send any data to schema.org. All image data stays on your own server.

Terms & privacy: https://schema.org/docs/terms.html

Third-Party Libraries

This plugin bundles the following third-party JavaScript/PHP libraries.

Swiper

  • Source: https://swiperjs.com/
  • GitHub: https://github.com/nolimits4web/swiper
  • License: MIT – https://github.com/nolimits4web/swiper/blob/master/LICENSE
  • Purpose: Provides the « Carousel » gallery layout — a touch-enabled slider with autoplay, loop, navigation arrows and pagination dots.

Plyr

  • Source: https://plyr.io/
  • GitHub: https://github.com/sampotts/plyr
  • License: MIT – https://github.com/sampotts/plyr/blob/master/LICENSE.md
  • Purpose: A simple, accessible HTML5 media player used to play gallery videos inside the lightbox.

Fancybox (@fancyapps/ui)

  • Source: https://fancyapps.com/fancybox/
  • GitHub: https://github.com/fancyapps/ui
  • License: Fancyapps UI License – https://fancyapps.com/pricing/ (note: this is a proprietary license, not MIT/GPL — see the security/compatibility note below).
  • Purpose: The lightbox that opens photos and videos in a full-screen viewer.

Immer

  • Source: https://immerjs.github.io/immer/
  • GitHub: https://github.com/immerjs/immer
  • License: MIT – https://github.com/immerjs/immer/blob/main/LICENSE
  • Purpose: Enables safe, immutable updates of block settings inside the Gutenberg editor.

Axios

  • Source: https://axios-http.com/
  • GitHub: https://github.com/axios/axios
  • License: MIT – https://github.com/axios/axios/blob/v1.x/LICENSE
  • Purpose: Promise-based HTTP client used for the plugin’s admin/editor AJAX requests.

React Router (react-router-dom)

  • Source: https://reactrouter.com/
  • GitHub: https://github.com/remix-run/react-router
  • License: MIT – https://github.com/remix-run/react-router/blob/main/LICENSE.md
  • Purpose: Client-side routing for the plugin’s admin « Demo & Help » dashboard.

Font Awesome

  • Source: https://fontawesome.com/
  • GitHub: https://github.com/FortAwesome/Font-Awesome
  • License: SIL OFL 1.1 (Fonts), MIT (CSS), CC BY 4.0 (Icons) – https://fontawesome.com/license/free
  • Purpose: Provides scalable vector icons used in the block and editor interface.

bpl-tools

  • Source / GitHub: https://github.com/bPlugins/bpl-tools
  • License: GPL-2.0-or-later – https://www.gnu.org/licenses/gpl-2.0.html
  • Purpose: Shared utility library providing admin dashboard components and common Gutenberg editor controls.
  • External Services: The library may connect to bPlugins, WordPress.org, and Freemius services for product data and checkout functionality. See full details: https://github.com/bPlugins/bpl-tools#external-requests–why-they-are-made

Freemius Lite SDK

  • Source: https://bplugins.com/
  • GitHub: https://github.com/bPlugins/freemius-lite-sdk
  • License: GPL-2.0-or-later – https://www.gnu.org/licenses/gpl-2.0.html
  • Purpose: Provides an opt-in consent form for usage tracking and analytics to help improve the plugin. No data is sent before explicit user consent.
  • External Services: Communicates with api.bplugins.com (activation events) and wp.freemius.com (opt-in processing) only after user opt-in. See bPlugins Privacy Policy and Freemius Privacy Policy.
Gratuitsur les plans payants
En procédant à l’installation, vous acceptez les Conditions d’utilisation de WordPress.com ainsi que les Conditions de l’extension tierce.
Testé jusqu’à version
WordPress 7.0.2
Cette extension est disponible en téléchargement pour votre site .