Why are some Amazon links more boring than others?

From looking at the URLs, I don’t see any functional difference between these two links (other than one of them going to a good movie and the other not). But the first is a boring text box that feels the need to point out that amazon.com is a limited liability company, and the second has a cool picture of the DVD cover!

LINK ONE:

LINK TWO:

Can you guys see how I could make the former a non-boring link? Is this a Discourse thing that maybe @wumpus or @Clay might know? Or is it an Amazon thing out of our hands?

-Tom

I notice that LINK ONE shows in my browser as fully secure, while LINK TWO displays a warning that the connection isn’t fully secure, and attackers could replace the images before they get to me.

So my guess would be something to do with https support and whether Discourse is able to retrieve images from protected pages.

You would need to compare the view source HTML view, and on mobile.

So, the answer, I believe, is Discourse parses amazon links different from most links. Check this out:

Christine:
https://richpreview.com/?url=https%3A%2F%2Fsmile.amazon.com%2Fdp%2FB01MFXN4Y2

Ishtar:
https://richpreview.com/?url=https%3A%2F%2Fsmile.amazon.com%2Fdp%2FB0037QGRVK

Christine actually does better with web standard meta tags for previewing links. BUT, if Discourse just followed those, the Ishtar preview would be shitsville. So, basically, Discourse probably needs to be changed to treat Amazon links (and other special cases) to first check for those tags, and when they are not found, then use the extra-special sauce for dealing with sites that usually have issues, like Amazon. I’m guessing at the moment it just uses the extra special code which is failing on the video page for Christine which looks different than the usual Amazon product page.

But, hey, what do I know? I’m just guessing here. :)

@wumpus, has this not been an issue at other places that use Discourse? It’s no big deal, but I wasn’t sure if it was something Amazon was doing, something Discourse was doing, or something I was doing.

-Tom

I think not a ton of people link directly to those amazon video links versus amazon products.

Let’s see…

http://iframely.com/debug?uri=https%3A%2F%2Fwww.amazon.com%2Fdp%2FB01MFXN4Y2

It looks like this URL has pretty good opengraph tags and we should fall back to that, but the path is indistinguishable from other Amazon products?

https://www.amazon.com/dp/B01MFXN4Y2
https://www.amazon.com/dp/B0037QGRVK

It’s possible OpenGraph is now suitable for most amazon links, minus price though.

Ah, I didn’t realize the unifying factor was that they were all links to streaming video. That’s what makes it boring. If I link to the DVD, it’s fine:

It’s just the VOD version that makes it boring.

Thanks, @wumpus. Good to know for future reference. I just figured more people would be interested in watching it online than buying physical media.

-Tom

If you don’t want the onebox, you can always do a plain link by adding a space in front of the URL (or any text, really, but a space suffices).