Sha256: 6f2d404aba7022ee17306eea05e1ef13a4854c7a7cc3d98956777ac1a4037411
Contents?: true
Size: 821 Bytes
Versions: 7
Compression:
Stored size: 821 Bytes
Contents
<%= tag :link, :rel => "canonical", :href => social_share_page_url(page) %> <%= tag :meta, :property => "og:image", :content => social_share_normalize_protocol(page.thumbnail_url(:medium)) %> <%= tag :meta, :property => "og:title", :content => social_share_page_title(page) %> <%= tag :meta, :property => "og:description", :name => "description", :content => social_share_page_description(page, entry) %> <%= tag :meta, :property => "og:url", :content => social_share_page_url(page) %> <%= tag :meta, :property => "og:site_name", :content => entry.theming.cname_domain %> <%= tag :meta, :property => "og:type", :content => "website" %> <%= tag :meta, :name => "twitter:card", :content => "summary_large_image" %> <%= tag :meta, :name => "twitter:description", :content => social_share_page_description(page, entry) %>
Version data entries
7 entries across 7 versions & 1 rubygems