add two code
one:
PHP Code:
“<!– Place this tag in your head or just before your close body tag –>
<script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”></script> “
such as find "" at "includes/templates/your template/common/tpl_main_page.php and add the code one just before it
two:”
PHP Code:
<!– Place this tag where you want the +1 button to render –
<g:plusone></g:plusone>
”
such as ,find "
PHP Code:
<div class="logo">
" at includes/templates/your template/common/tpl_header.php
you will see
PHP Code:
<div class="logo">xxxxxxxxxx</div>
then add the code two below ""