twitter-timeline.js 343 B

12345678910
  1. /* jshint ignore:start */
  2. !function(d,s,id){
  3. var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
  4. if(!d.getElementById(id)){
  5. js=d.createElement(s);
  6. js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
  7. fjs.parentNode.insertBefore(js,fjs);
  8. }
  9. }(document,"script","twitter-wjs");
  10. /* jshint ignore:end */