Sha256: 595b4b64e7f50b45347e7fdbccc0adc8ed99636292115acdfc43ed1fa0ee4954

Contents?: true

Size: 651 Bytes

Versions: 6

Compression:

Stored size: 651 Bytes

Contents

- if meta.title
  meta property="og:title"         content=meta.title

- if meta.description
  meta property="og:description"   content=meta.description

- if meta.image
  meta property="og:image"         content=meta.image

- if meta.page_url
  meta property="og:url"           content=meta.page_url

/https://developers.facebook.com/docs/sharing/opengraph#types
meta property="og:type" content="website"

- if meta.image_content_type
  meta property="og:image:type"   content=meta.image_content_type

- if meta.image_size
  meta property="og:image:width"  content=meta.image_size.first
  meta property="og:image:height" content=meta.image_size.last

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sharing_tags-0.0.7 app/views/sharing_tags/meta/_open_graphs.html.slim
sharing_tags-0.0.6 app/views/sharing_tags/meta/_open_graphs.html.slim
sharing_tags-0.0.5 app/views/sharing_tags/_open_graphs.html.slim
sharing_tags-0.0.4 app/views/sharing_tags/_open_graphs.html.slim
sharing_tags-0.0.3 app/views/sharing_tags/_open_graphs.html.slim
sharing_tags-0.0.2 app/views/sharing_tags/_open_graphs.html.slim