1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-14 06:19:57 +01:00
pleroma/test/fixtures/rich_media/ogp-missing-title.html
lain 58c4d5312b Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'""
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a.
2019-06-22 15:12:57 +02:00

13 lines
438 B
HTML

<html prefix="og: http://ogp.me/ns#">
<head>
<title>The Rock (1996)</title>
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
<meta property="og:description"
content="Directed by Michael Bay. With Sean Connery, Nicolas Cage, Ed Harris, John Spencer.">
</head>
</html>