In my right header widget (in the Widgets section), I already put in this code for my social signal buttons:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjosephsu.com%2F&send=false&layout=button_count&width=82&show_faces=false&action=like&colorscheme=light&font&height=21&appId=123271127759845" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://josephsu.com" data-text="Joseph Su the Pinoy Internet Marketing Specialist" data-via="jjsu1991">Tweet</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>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="medium" href="http://josephsu.com"></g:plusone>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(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>
I have a few problems.. I tried to put in a banner with the size 300 x 150 (in order to only get the 1/4 or 1/3 space of the whole header) but instead, I get repeated images which take up all the space.
Here is my blog/URL:
http://josephsu.comI want the header to be like this:
http://www.wolf-howl.com/ -- you see that 2/3 of the space of the header is empty? That's because the space is for sale.
Sorry, I'm a real noob at this.