You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_add_this.html.erb

13 lines
584 B
Plaintext

<% if CFG['ADD_THIS_PROFILE_ID'].present? %>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style !addthis_32x32_style" addthis:url="<%= url %>" addthis:title="<%= title %>">
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_reddit"></a>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<%= CFG['ADD_THIS_PROFILE_ID'] %>"></script>
<!-- AddThis Button END -->
<% end %>