MyBB Community Forums

Full Version: How to add a extra footer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: di-WNJ3.jpg]

That's what I'm talking about. Any idea on how to do this guys?
please help Big Grin
Add the following code in footer template;
<div class="bottommenu"><span class="smalltext">
YOUR CODE GOES HERE
</span></div>
I added this code
<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&amp;send=false&amp;layout=button_count&amp;width=400&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;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..
[Image: di-RZT1.jpg]
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...
Bumping my thread #1
FB Likes are using <iframe> tag so it will go like this.
Thank you for the kinda help Smile