2011-10-15, 07:53 AM
2011-10-15, 08:02 AM
Add the following code in footer template;
<div class="bottommenu"><span class="smalltext">
YOUR CODE GOES HERE
</span></div>
2011-10-28, 07:32 AM
I added this code
But I want it to appear like HF .. They should not be separated like all the gap.. Any one know how to change it and make it look like hf...
<div class="bottommenu"><span class="smalltext">
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="small" annotation="inline"></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>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIdealForumsnet%2F204037442999270&send=false&layout=button_count&width=400&show_faces=true&action=like&colorscheme=light&font&height=19" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:19px;" allowTransparency="true"></iframe>
Advertise here!
</span></div>
this is how it apprears..But I want it to appear like HF .. They should not be separated like all the gap.. Any one know how to change it and make it look like hf...
2011-10-30, 10:07 AM
Bumping my thread #1
2011-10-30, 01:04 PM
FB Likes are using <iframe> tag so it will go like this.
2011-10-30, 02:34 PM
Thank you for the kinda help