

Import a public Google Photos album and display it as a gallery block.
Album Importer for Google Photos lets you easily import images from a public Google Photos album into your WordPress site and display them as a gallery. Add the block to any post or page, paste a Google Photos album URL, and start the import. From there, the images are added to your site’s Media Library and displayed automatically.
https://photos.app.goo.gl/XXXXXXXXXXXXXXXXX.This plugin relies on Google Photos (a third-party service operated by Google LLC) to read and import publicly shared album content. No data is sent to any external service unless an authorized user explicitly provides a Google Photos album URL to the plugin. There are two triggers for requests to Google:
Google Photos is Google’s photo hosting and sharing service. The plugin uses it to fetch the contents of a publicly shared album so the images can be saved into the WordPress Media Library and rendered as a gallery.
What data is sent and when:
photos.google.com or photos.app.goo.gl to retrieve the album’s public HTML page and parse the list of image URLs.src of an <img> tag. This causes the editor user’s browser to make HTTP GET requests to lh3.googleusercontent.com for each thumbnail.lh3.googleusercontent.com to read the Content-Disposition header (the import continues even if this request fails).lh3.googleusercontent.com to download the image bytes and store them as a WordPress media attachment.Use of Google’s services is subject to Google’s terms:
The full, unminified source code for this plugin is publicly available on GitHub.