Just defining og:site_name indicates that we support the OpenGraph protocol, but then we didn't set the required properties.
5 lines
192 B
Text
5 lines
192 B
Text
- if @post.present?
|
|
%link{:rel => 'alternate', :type => "application/json+oembed", :href => "#{oembed_url(:url => post_url(@post))}"}
|
|
= og_page_post_tags(@post)
|
|
- else
|
|
= og_general_tags
|