Sha256: e7dddff970f98924a0df67f88fd46bf60c0ee65a0fa3d3c4688c272fa55a7c76

Contents?: true

Size: 603 Bytes

Versions: 6

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.account.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.account.cname_domain %>
<%= tag :meta, :property => "og:type", :content => "article" %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pageflow-0.1.0 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.0.5 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.0.4 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.0.3 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.0.2 app/views/pageflow/entries/_social_meta_tags.html.erb
pageflow-0.0.1 app/views/pageflow/entries/_social_meta_tags.html.erb