Sha256: 7bf2470bfce827ed25bd430a2bf626359a76a1c163e25e3b166216ae1283d0dc
Contents?: true
Size: 991 Bytes
Versions: 3
Compression:
Stored size: 991 Bytes
Contents
<html> <head> <title>OpenGraph Title Fallback</title> <meta property="og:title" content="OpenGraph Title" /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://test.host" /> <meta property="og:description" content="My OpenGraph sample site for Rspec" /> <meta property="og:image" content="http://test.host/images/rock1.jpg" /> <meta property="og:image:width" content="300" /> <meta property="og:image:height" content="300" /> <meta property="og:image" content="/images/rock2.jpg" /> <meta property="og:image:height" content="1000" /> <meta property="og:locale" content="en_GB" /> <meta property="og:locale:alternate" content="fr_FR" /> <meta property="og:locale:alternate" content="es_ES" /> <meta name="description" content="Short Description Fallback" /> </head> <body> <img src="http://test.host/images/wall1.jpg" /> <img src="http://test.host/images/wall2.jpg" /> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogo-0.1.2 | spec/view/opengraph.html |
ogo-0.1.1 | spec/view/opengraph.html |
ogo-0.0.2 | spec/view/opengraph.html |