Link to photo from shared google photos not working
-
If I insert a markdown link to a shared photo from Google Photos, the photo does not display?
-
-
-
That’s not true. I am not inserting a photo – I am linking to a public photo. Using standard MarkDown you can add photos anywhere you like.
The link is a public link to a photo on Google Photos that is accessible. I can link to any other photo using the standard markdown notation, why not this location?
-
Hello nampara17 ,
Did your link end in .jpg or .png, for example? The “Get Link” URL from Google Photos points to a viewer page, not the image file itself. Since it’s an HTML page and not a direct image, no Markdown renderer can display it as an image.
To get a direct image URL from Google Photos:
- Open the shared photo link in your browser.
- Right-click the image and select “Copy image address” (or “Open image in new tab” and copy that URL).
- Use that URL in your Markdown, for example:

These direct links should persist as long as the photo remains shared. For a guaranteed-stable link, hosting the image on a service like Imgur that provides permanent direct URLs is another option.
For more on using Markdown in Simplenote, see: https://simplenote.com/help/#markdown
Cheers!
-