HTML:
Code:
<div class="social">
<!-- Facebook -->
<iframesrc="http://www.facebook.com/plugins/like.php?app_id=207088675993575&href=http%3A%2 F%2Fwww.stationery-direct.co.uk&send=false&layout=button_coun t&width=169&show_faces=false&action=re commend&colorscheme=light&font=tahoma& height=21"scrolling="no"frameborder="0"style="border:none; overflow:hidden; width:169px; height:30px;"></iframe>
</div>
<div class="social">
<!-- Place this tag where you want the +1 button to render -->
<g:plusonesize="small"annotation="inline"width="169"href="http://www.stationery-direct.co.uk"></g:plusone>
<!-- Place this render call where appropriate -->
<scripttype="text/javascript">
window.___gcfg = {lang: 'en-GB'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
CSS
Code:
.social {margin: 0 0 10px 0;}
Although there is a caveat round this that iframes are a tad unpredictable as you have no control over the content as such. Perhaps have a play with margins etc until it looks right.