Embedding Google Photos: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 25: Line 25:
#Then embed:
#Then embed:


<html> ________________________________ </html>
<html> https://lh3.googleusercontent.com/pw/AP1GczNEOLq4DXWL7EleTr-2eu9BBxSe2N34Ou7tMhZgKgt83LD9nBwYBmlSV3TuusHzu5QR6OSStL6h8ywDS5vDdsauyccTbHB7kLIG0Zr-5b8WPNwcB8J7SR2JtrgEr4IPTO-TDKnDsVyiWUhspIjxwiiuUg=w1579-h888-s-no-gm?authuser=0 </html>


[_______________________________________ edit]
[_______________________________________ edit]

Revision as of 21:55, 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

None of this works:

  1. Right Click on individual picture, and click on "get image address"
  2. Follow standard embed procedure in HTML. Such as

https://lh3.googleusercontent.com/pw/AP1GczNEOLq4DXWL7EleTr-2eu9BBxSe2N34Ou7tMhZgKgt83LD9nBwYBmlSV3TuusHzu5QR6OSStL6h8ywDS5vDdsauyccTbHB7kLIG0Zr-5b8WPNwcB8J7SR2JtrgEr4IPTO-TDKnDsVyiWUhspIjxwiiuUg=w1579-h888-s-no-gm?authuser=0

  1. This should be an embeddable link above.

https://photos.google.com/share/AF1QipMh8nz6L67U0iANif1wAvQy-F32liGh48zQTVhh-DLm1g-YFvfZMoClQ3SdWA7A1w/photo/AF1QipMT0EtEo_3wmocOj-1PyGtxZBwGPTwykyFPikts?key=Y0ZGbFNwVkU4ODh2cjFmek52YnBvYUZsNzVmdktR

  1. Then embed:

https://lh3.googleusercontent.com/pw/AP1GczNEOLq4DXWL7EleTr-2eu9BBxSe2N34Ou7tMhZgKgt83LD9nBwYBmlSV3TuusHzu5QR6OSStL6h8ywDS5vDdsauyccTbHB7kLIG0Zr-5b8WPNwcB8J7SR2JtrgEr4IPTO-TDKnDsVyiWUhspIjxwiiuUg=w1579-h888-s-no-gm?authuser=0

[_______________________________________ edit]