Sha256: 89a533f7342b6a5b0701a61d653872722160cc6b1589540c8dd1af062853beb8

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 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.html_safe

/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

- if meta.app_id
  meta property="fb:app_id" content=meta.app_id

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sharing_tags-0.0.13 app/views/sharing_tags/meta/_open_graphs.html.slim
sharing_tags-0.0.12 app/views/sharing_tags/meta/_open_graphs.html.slim
sharing_tags-0.0.11 app/views/sharing_tags/meta/_open_graphs.html.slim
sharing_tags-0.0.10 app/views/sharing_tags/meta/_open_graphs.html.slim