Having implemented Twitter and Facebook share plugins on my site, showcased in this example, I'm facing the challenge of aligning the buttons vertically. Despite attempting to adjust margin-top and padding-top attributes, the alignment issue persists. How can I ensure that the tweet and Facebook share buttons appear nicely on the same line?
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.directory.shopious.com" data-text="some share" data-lang="id" data-size="large" data-count="none">Tweet</a>
<div class="fb-share-button" data-href="http://www.mysite.com" data-width="500" data-type="button_count"></div>