aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/blog/posts/show.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/blog/posts/show.html.erb b/app/views/blog/posts/show.html.erb
index 163b6b3..ed2c082 100644
--- a/app/views/blog/posts/show.html.erb
+++ b/app/views/blog/posts/show.html.erb
@@ -1,3 +1,12 @@
+<% content_for :head do %>
+ <% if BlogPost::ShareThis.enabled? %>
+ <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+ <script type="text/javascript">
+ stLight.options({publisher:'<%= BlogPost::ShareThis.key %>'});
+ </script>
+ <% end %>
+<% end %>
+
<% content_for :body_content_title, @blog_post.title %>
<% content_for :body_content_left do %>
@@ -15,6 +24,10 @@
</p>
<%= @blog_post.body %>
+ <% if BlogPost::ShareThis.enabled? %>
+ <span class="st_sharethis" displayText="ShareThis"></span>
+ <% end %>
+
<% if BlogPost.comments_allowed? %>
<h2><%= t('.comments.title') %></h2>