MyBB Community Forums

Full Version: Google +1 Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i add google plus one to the top of the Forum page like index.php and members profiles?
Put the following code in the "index" template and in the "member_profile" template.

<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>

<!--  Place this tag after the last plusone tag -->
<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 can't tell you exactly where to put it because I don't know where you want it / what you want it to look like.
Am I the only person who dreads these? I dont really need it if it helps seo so much because my domains are so random so there is about zero competition so er..lol.
(2011-08-07, 06:06 AM)Jason L. Wrote: [ -> ]Am I the only person who dreads these? I dont really need it if it helps seo so much because my domains are so random so there is about zero competition so er..lol.

Well they seem to help with SEO for people that need it :p