Embedding Google Photos: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 21: Line 21:
</html>
</html>


<img src="https://photos.fife.usercontent.google.com/pw/AP1GczNAzfVPHU9wkkYbsyoedZlcl0fva96BT5k__77EixYSeIUCGDl7L4NsdA=w1579-h888-s-no-gm?authuser=0"/>
<html><img src="https://photos.fife.usercontent.google.com/pw/AP1GczNAzfVPHU9wkkYbsyoedZlcl0fva96BT5k__77EixYSeIUCGDl7L4NsdA=w1579-h888-s-no-gm?authuser=0"/></html>

Revision as of 21:40, 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, for example - <img src="images/dinosaur.jpg" alt="Dinosaur" />

Dinosaur