This commit is contained in:
r888888888
2013-06-07 16:01:31 -07:00
parent fe88f8d75c
commit 093558bfbd

View File

@@ -115,7 +115,7 @@
<!-- Twitter properties -->
<% if @post.twitter_card_supported? %>
<meta name="twitter:card" content="photo">
<meta name="twitter:image:src" content="<%= @post.file_url %>">
<meta name="twitter:image:src" content="http://<%= Danbooru.config.hostname %><%= @post.file_url %>">
<meta name="twitter:image:width" content="<%= @post.image_width %>">
<meta name="twitter:image:height" content="<%= @post.image_height %>">
<% end %>