Specify Custom Url To Gplus One Button
I have this code
Solution 1:
I managed to find the developer docs. It's a little confusing, but you just need to put the URL as the href attribute of the <g:plusone>
tag. For instance:
<g:plusone size="medium" annotation="none" href="the url!"></g:plusone>
Post a Comment for "Specify Custom Url To Gplus One Button"