Sha256: ba6a1a565fc1228bc888e1fc8fa04ccdc7c857ecc1916d0e7d165e3fae96a040

Contents?: true

Size: 603 Bytes

Versions: 3

Compression:

Stored size: 603 Bytes

Contents

<%= tag :link, :rel => "canonical", :href => pretty_entry_url(entry) %>

<%= tag :meta, :property => "og:image:url", :content => entry.thumbnail.url(:medium).gsub('https://', 'http://') %>

<%= tag :meta, :property => "og:title", :content => "#{entry.title} - #{entry.theming.cname_domain}" %>
<%= tag :meta, :property => "og:description", :content => entry_summary(entry) %>
<%= tag :meta, :property => "og:url", :content => pretty_entry_url(entry) %>
<%= tag :meta, :property => "og:site_name", :content => entry.theming.cname_domain %>
<%= tag :meta, :property => "og:type", :content => "article" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pageflow-0.3.0 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.2.1 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.2.0 app/views/pageflow/entries/_social_meta_tags.html.erb