Embedding Google Photos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 24: | Line 24: | ||
#Then embed: | #Then embed: | ||
<html><iframe src=" | <html><iframe src="https://photos.google.com/share/AF1QipMh8nz6L67U0iANif1wAvQy-F32liGh48zQTVhh-DLm1g-YFvfZMoClQ3SdWA7A1w/photo/AF1QipMT0EtEo_3wmocOj-1PyGtxZBwGPTwykyFPikts?key=Y0ZGbFNwVkU4ODh2cjFmek52YnBvYUZsNzVmdktR" width=100% height=400> | ||
</iframe></html> | </iframe></html> |
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:
- Right Click on individual picture, and click on "get image address"
- Follow standard embed procedure in HTML. Such as
- This should be an embeddable link above.
- Then embed: