Embedding Google Photos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
https://www.publicalbum.org/blog/embed-google-photos-album-reabr | 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 - [https://support.google.com/photos/thread/9590592/how-to-get-photo-link-on-google-photo?hl=en]. It seems that Google Photos limits the embed possibility to make mo money. | |||
=Manual Route= | =Manual Route= |
Revision as of 21:49, 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
- 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
- Use, for example - <img src="images/dinosaur.jpg" alt="Dinosaur" />