twitter_follow.html 497 B

123456789101112
  1. <div class="pluginBlock">
  2. <a href="https://twitter.com/{{ include.href }}" class="twitter-follow-button pluginBlock" data-show-count="false">Follow @{{ include.href }}</a>
  3. </div>
  4. <script>!function(d,s,id){
  5. var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
  6. if(!d.getElementById(id)){
  7. js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
  8. fjs.parentNode.insertBefore(js,fjs);
  9. }
  10. }(document, 'script', 'twitter-wjs');
  11. </script>