Files @ 72d2c165613c
Branch filter:

Location: CSY/sefm2020/themes/bootstrap2/templates/twitter.html

Hans-Dieter Hiep
Explicitly register for both conf and workshops
1
2
3
4
5
6
{% if TWITTER_USERNAME %}
<a href="http://twitter.com/share" class="twitter-share-button"
   data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js">
</script>
{% endif %}