File: opengraph.html

package info (click to toggle)
ruby-opengraph-parser 0.2.3%2Bgh-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 132 kB
  • ctags: 13
  • sloc: ruby: 316; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>