Hey guys,
I just added the new Google+ "+1" button to my webpage. It is supposed to show up right below the searchbox in the navbar on the right.
Template:
genericindex.php
<head>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js" href="http://www.mydomain.bplaced.net/WebsiteBaker/">
{lang: 'de'}
</script>
<body>
<g:plusone size="medium"></g:plusone>
(Without using droplet or anything)
This works fine.
My problem is:
The button is in the searchbar/rightnavbar, which means it shows up no matter on what subpage you are ("Home", "News", "Pictures" -> the button is always on the right).
On giving "+1" while being on my "Home" page, the +1 is only counted for this subpage. On all the other pages (News, Pictures) the button still shows "0" +1s.
I would like this stupid button to counts all the +1s clicked in the navbar "together", not seperating them in +1 (Pictures), +1 (Home) and so on.
In other words: Visitors should only be able to give +1 for the whole website, no matter where they click+1, it shall only be counted for
www.mydomain.de not for domian.de/x or domain.de/y.
I hope you guys understand my problem. Looking forward to any help! =)