Sha256: 65d5eee101b8b4e0f9ee4bdbb59152d1534693693532d8617ac188e5321b1622
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
<!DOCTYPE html> <html> <head> <meta content="The Rock" property="og:title"> <meta content="video.movie" property="og:type"> <meta content="http://www.imdb.com/title/tt0117500/" property="og:url"> <meta content="http://example.com/ogp.jpg" property="og:image:url"> <meta content="https://secure.example.com/ogp.jpg" property="og:image:secure_url"> <meta content="image/jpeg" property="og:image:type"> <meta content="400" property="og:image:width"> <meta content="300" property="og:image:height"> <meta content="A shiny red apple with a bite taken out" property="og:image:alt"> <meta content="http://example.com/ogp.jpg" property="og:image"> <meta content="http://example.com/movie.swf" property="og:video:url"> <meta content="https://secure.example.com/movie.swf" property="og:video:secure_url"> <meta content="application/x-shockwave-flash" property="og:video:type"> <meta content="400" property="og:video:width"> <meta content="300" property="og:video:height"> <meta content="http://example.com/sound.ogg" property="og:audio:url"> <meta content="https://secure.example.com/sound.ogg" property="og:audio:secure_url"> <title></title> </head> <body> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogp-0.5.0 | spec/fixtures/no_root_attributes.html |
ogp-0.4.0 | spec/fixtures/no_root_attributes.html |
ogp-0.3.0 | spec/fixtures/no_root_attributes.html |