Embedding Google Photos: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


=Manual Route=
=Manual Route=
None of this works:
This procedure works. [https://hackernoon.com/how-to-embed-single-photos-from-google-photos-on-your-website-and-notion-page]
 
#Right Click on individual picture, and click on "get image address"
#Follow standard embed procedure in HTML. Such as
 
https://lh3.googleusercontent.com/pw/AP1GczNEOLq4DXWL7EleTr-2eu9BBxSe2N34Ou7tMhZgKgt83LD9nBwYBmlSV3TuusHzu5QR6OSStL6h8ywDS5vDdsauyccTbHB7kLIG0Zr-5b8WPNwcB8J7SR2JtrgEr4IPTO-TDKnDsVyiWUhspIjxwiiuUg=w1579-h888-s-no-gm?authuser=0
 
#This should be an embeddable link above.
 
https://photos.google.com/share/AF1QipMh8nz6L67U0iANif1wAvQy-F32liGh48zQTVhh-DLm1g-YFvfZMoClQ3SdWA7A1w/photo/AF1QipMT0EtEo_3wmocOj-1PyGtxZBwGPTwykyFPikts?key=Y0ZGbFNwVkU4ODh2cjFmek52YnBvYUZsNzVmdktR
 
#Then embed:
<html><iframe src="https://photos.google.com/share/AF1QipMh8nz6L67U0iANif1wAvQy-F32liGh48zQTVhh-DLm1g-YFvfZMoClQ3SdWA7A1w/photo/AF1QipMT0EtEo_3wmocOj-1PyGtxZBwGPTwykyFPikts?key=Y0ZGbFNwVkU4ODh2cjFmek52YnBvYUZsNzVmdktR" width=100% height=400>
</iframe></html>

Revision as of 22:11, 9 June 2024

It appears that you cannot iframe individual Google Photos into websites.

Here is how to do it instead - by generating a different URL that Google uses on its back end. Photo appears downgraded somewhat.

https://www.labnol.org/embed/google/photos/

Here is a way to embed Google albums -

https://www.publicalbum.org/blog/embed-google-photos-album-reabr

These all appear to be 3rd party apps. The only way to embed Google Photos manually seems to be to add them to your Drive first - [1]. It seems that Google Photos limits the embed possibility to make mo money.

Manual Route

This procedure works. [2]