summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/docs/_includes/plugins/twitter_share.html
blob: a60f2a8dff40b9e6a55891d13a0ed1e9c2b27db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="pluginWrapper twitterSharePlugin">
  <a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="{{ site.title| replace: ' ', '' }}">Tweet</a>
</div>
<script>!function(d,s,id){
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
  if(!d.getElementById(id)){js=d.createElement(s);
  js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
  fjs.parentNode.insertBefore(js,fjs);
}
}(document, 'script', 'twitter-wjs');
</script>