diff options
author | David Robillard <d@drobilla.net> | 2014-11-21 01:12:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-11-21 01:12:26 -0500 |
commit | d38c4094a1aef8be93218adeefe66b20308d96e3 (patch) | |
tree | 7f1d451dd1edade63567504c67b61bbc24d7c683 /themes/lv2/templates/includes/addthis.html | |
download | lv2site-d38c4094a1aef8be93218adeefe66b20308d96e3.tar.xz |
Initial website Markdown conversion.
Diffstat (limited to 'themes/lv2/templates/includes/addthis.html')
-rw-r--r-- | themes/lv2/templates/includes/addthis.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/lv2/templates/includes/addthis.html b/themes/lv2/templates/includes/addthis.html new file mode 100644 index 0000000..12e2e8a --- /dev/null +++ b/themes/lv2/templates/includes/addthis.html @@ -0,0 +1,20 @@ +{% if ADDTHIS_PROFILE %} + <hr /> + <!-- AddThis Button BEGIN --> + <div class="addthis_toolbox addthis_default_style"> + {% if ADDTHIS_FACEBOOK_LIKE|default(true) %} + <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> + {% endif %} + {% if ADDTHIS_TWEET|default(true) %} + <a class="addthis_button_tweet"></a> + {% endif %} + {% if ADDTHIS_GOOGLE_PLUSONE|default(true) %} + <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> + {% endif %} + </div> + {% if ADDTHIS_DATA_TRACK_ADDRESSBAR|default(true) %} + <script type="text/javascript">var addthis_config = {"data_track_addressbar": true};</script> + {% endif %} + <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ ADDTHIS_PROFILE }}"></script> + <!-- AddThis Button END --> +{% endif %}
\ No newline at end of file |