mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
18 lines
No EOL
812 B
Text
18 lines
No EOL
812 B
Text
<% if (theme.addthis.enable){ %>
|
|
<div class="addthis addthis_toolbox addthis_default_style">
|
|
<% if (theme.addthis.facebook){ %>
|
|
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
|
|
<% } %>
|
|
<% if (theme.addthis.twitter){ %>
|
|
<a class="addthis_button_tweet"></a>
|
|
<% } %>
|
|
<% if (theme.addthis.google){ %>
|
|
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
|
|
<% } %>
|
|
<% if (theme.addthis.pinterest){ %>
|
|
<a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal"></a>
|
|
<% } %>
|
|
<a class="addthis_counter addthis_pill_style"></a>
|
|
</div>
|
|
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js<% if (theme.addthis.pubid){ %>#pubid=<%= theme.addthis.pubid %><% } %>"></script>
|
|
<% } %> |