Does anyone have any tricks to aligning these two buttons on a page? By default the iframe version of the facebook like button appears below the google plus button or vice versa
Put them in a list - here's what i done (excuse the jsp)
Tweet
And the css:
ul.like-buttons{ float: left; list-style: none; margin: 5px 0 20px 0; padding: 0; width: 100%; } ul.like-buttons li{ display: block; float: left; margin-right: 10px; } li.twitter-like{ margin-top: 2px; }