in template : postbit & postbit_legacy
add this :
PHP Code:
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="tall" data-annotation="inline" data-width="300" data-href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]"></div>
<!-- Place this tag after the last +1 button 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/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
after :
PHP Code:
<if condition="$post['title']"><strong>$post[title]</strong></if>