Hacker News new | ask | show | jobs
by dbetteridge 325 days ago
Open graph essentially provides thumbnails and title data for a news article or publication as links, so the news article returned a header image that displays in the tweet "preview"

In this case the Tweet would have been

> TWEET > linked article with open graph image

When exported the author then returned that same open graph info on their personal site, thus rendering a copyrighted image without a license.

1 comments

Notably, Twitter also re-hosts opengraph thumbnail images via their image CDN (as would just about any other site or app that processes opengraph embeds)
To elaborate with some context: large sites do this to avoid hammering a small site if posts containing the link go viral.

Like imagine the thumbnail were fetched every time a link appeared in someone's Facebook/Twitter feed. That could be tens of millions of hits easy.

It's also a privacy leak - the target page would get to know about every thumbnail view (a la tracking pixel). Although it's likely they only care about keeping that data so they can sell it for themselves, rather than actual privacy.
I'd rather the target know it than Twitter or Meta TBH.