Я пытаюсь расположить кнопку «Мне нравится» на Facebook и кнопку «Твиттер» в одной строке.С кодом ниже, моя кнопка твиттера не совсем в той же строке, но не совсем во второй строке.Может кто-нибудь, пожалуйста, помогите мне выровнять эти кнопки на одной линии.ниже код:
<p>
<div class="fb-like" data-href="http://www.facebook.com/gbhuffington" data-send="true" data-layout="button_count" data-width="450" data-show-faces="true" style=" width: 200px; clear: none; float: left; "></div>
</p>
<p style="width: 200px; float: left; clear: none;">
<a href="https://twitter.com/GBHuffington" class="twitter-follow-button" data-show-count="false">Follow @GBHuffington</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>
</p>