2011-07-12 23:40:57 +00:00
|
|
|
{% if site.twitter_follow_button or site.twitter_tweet_button %}
|
|
|
|
<script type="text/javascript">
|
|
|
|
(function(){
|
|
|
|
var twitterWidgets = document.createElement('script');
|
|
|
|
twitterWidgets.type = 'text/javascript';
|
|
|
|
twitterWidgets.async = true;
|
2013-06-25 22:29:28 +00:00
|
|
|
twitterWidgets.src = '//platform.twitter.com/widgets.js';
|
2011-07-12 23:40:57 +00:00
|
|
|
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
{% endif %}
|