<%= ts("Copy and paste the following code to link back to this work (") %><%= ts("CTRL A") %><%= ts("/") %><%= ts("CMD A") %><%= ts(" will select all), or use the Tweet or Tumblr links to share the work on your Twitter or Tumblr account.") %>
<%# HTML share code %>
<% id_suffix = shareable.is_a?(Bookmark) ? "_#{shareable.id}" : "" %>
<% embed_partial = shareable.is_a?(Bookmark) ? "share/embed_link_bookmark" : "share/embed_link_work" %>
-
<% work = shareable.is_a?(Bookmark) ? shareable.bookmarkable : shareable %>
<% tumblr_url = work_url(work) %>
<% tumblr_title = get_tumblr_embed_link_title(work) %>
<% tumblr_caption = shareable.is_a?(Bookmark) ? render("share/embed_link_bookmark", item: shareable) : render("share/embed_meta", work: shareable) %>
<% tumblr_address = "http://tumblr.com/widgets/share/tool?canonicalUrl=#{u(tumblr_url)}&title=#{u(tumblr_title)}&caption=#{u(tumblr_caption)}" %>
<%= sharing_button("tumblr", tumblr_address, ts("Tumblr"), target: "_blank") %>