# Google photo album onebox is confusing

**URL:** https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234
**Category:** UX
**Created:** [April 22, 2026, 11:21am UTC](https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234 "2026-04-22T11:21:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [April 22, 2026, 11:21am UTC](https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234/1 "2026-04-22T11:21:03Z")

</div>

A link to a google photo album appears as if it’s a single image, with no hint that it’s a link to content. For example:

[![Google Photos](https://global.discourse-cdn.com/meta/original/4X/9/d/f/9df25a1367cbe9abf62f43e6416123ccabda0917.jpeg "yorkshire (test) · Apr 27 – May 2, 2014 📸") ](https://photos.google.com/share/AF1QipP-hhF_ef_wWDLFBBgdrtFoZlNkLz4RRnX3EoLJG6KcJ2bDGnWk1tPmId_E73Im6A?key=aW9pN1pUSXJDcnJicmFRM0otS0otd18wUnVaTllR)

Edit: link is `https://photos.app.goo.gl/Ne7A14xQeMzeMZvh9`

That’s not an image, it’s the cover image of an album with several photos.

---

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [April 22, 2026, 1:23pm UTC](https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234/2 "2026-04-22T13:23:57Z")

</div>

I did find this, interestingly it looks like it used to, just doesn’t now..

> [@Onebox support for new Google Photos](https://meta.discourse.org/t/onebox-support-for-new-google-photos/30106/13):
>
> Seeing how Instagram oneboxing is working nicely, any chance the same could be applied to Google Photos albums? Here is the link that Google produces for sharing an album with 3 photos in it: [https://photos.app.goo.gl/OPDpevnR0XUHTqA33](https://photos.app.goo.gl/OPDpevnR0XUHTqA33) And here is how a Google Photos album with 3 photos is presented in Discourse: [[3 new items · Album by Omar Filipovic] Pike's Peak …](https://photos.app.goo.gl/OPDpevnR0XUHTqA33)

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [April 22, 2026, 2:23pm UTC](https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234/3 "2026-04-22T14:23:18Z")

</div>

Tagging this with #pr-welcome, meaning, we’re open to improvements here if somebody is keen on contributing.

---

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [April 22, 2026, 4:27pm UTC](https://meta.discourse.org/t/google-photo-album-onebox-is-confusing/401234/4 "2026-04-22T16:27:00Z")

</div>

By the miracle of curl, I see the link I posted does a 302 redirect, and the destination includes these header tags, amongst a great deal else:

```plaintext
<meta property="og:title" content="yorkshire (test) · Apr 27 – May 2, 2014 📸">                           
<meta property="og:type" content="website">                                                               
<meta property="og:url" content="https://photos.google.com/share/AF1QipP-hhF_ef_wWDLFBBgdrtFoZlNkLz4RRnX3\
EoLJG6KcJ2bDGnWk1tPmId_E73Im6A?key=aW9pN1pUSXJDcnJicmFRM0otS0otd18wUnVaTllR">                             
<meta property="og:image" content="https://lh3.googleusercontent.com/pw/AP1GczOdt22cIOKru3pFYRjCaNDBJm2BX\
kFI_fm_6SzmN8Ur48q2ebtH5rL4YsYfau9cAQkL-fq0LR45SSS_KL15pWsPZBHnYLk3pzpr7YQliOucWn1WfrK7=w600-h315-p-k">   
<meta property="og:image:width" content="600">                                                            
<meta property="og:image:height" content="315">                                                           
<meta property="og:description" content="Shared album · Tap to view!">                                    
<meta name="twitter:card" content="photo">                                                                
<meta name="twitter:site" content="@googlephotos">                                                        
...
<meta property="og:site_name" content="Google Photos">                                                    

```
