Embedding Google Photos: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 13: Line 13:
#Right Click on individual picture, and click on "get image address"
#Right Click on individual picture, and click on "get image address"
#Follow standard embed procedure in HTML. Such as https://photos.fife.usercontent.google.com/pw/AP1GczNAzfVPHU9wkkYbsyoedZlcl0fva96BT5k__77EixYSeIUCGDl7L4NsdA=w1579-h888-s-no-gm?authuser=0
#Follow standard embed procedure in HTML. Such as https://photos.fife.usercontent.google.com/pw/AP1GczNAzfVPHU9wkkYbsyoedZlcl0fva96BT5k__77EixYSeIUCGDl7L4NsdA=w1579-h888-s-no-gm?authuser=0
#Use <nowiki><img src="images/dinosaur.jpg" alt="Dinosaur" />
</nowiki>

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

Manual Route

  1. Right Click on individual picture, and click on "get image address"
  2. Follow standard embed procedure in HTML. Such as https://photos.fife.usercontent.google.com/pw/AP1GczNAzfVPHU9wkkYbsyoedZlcl0fva96BT5k__77EixYSeIUCGDl7L4NsdA=w1579-h888-s-no-gm?authuser=0


  1. Use <img src="images/dinosaur.jpg" alt="Dinosaur" />