Twitter のフォロー ボタンで奇妙な動作が発生します。中央に表示されず、一部のテキストが切り取られています (テキストは「Follow @HackerUofT」である必要がありますが、「Follow」しか表示されません)。リンクhttp://hacker-universityoftoronto.appspot.com/
<center class="social_media">
<a href="https://twitter.com/HackerUofT" class="twitter-follow-button" data-show-count="false">Follow @HackerUofT</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
Chrome で要素を調べて中心を div に変更すると、すべてが修正されたように見えますが、実際にコードを div に編集すると機能しません。