Has anyone implemented the Google +1 button on their product pages yet? It seems like a pretty simple set up, but when I put the code Google gives to do it then the whole page errors and won't load. Here's what I'm putting in:
<!-- 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>
<!-- Place this tag where you want the +1 button to render -->
<glusone></glusone>
The last part right above is what is causing the error. I'm guessing that it isn't formatted for xml properly, but I am not a developer to know for sure. I'm inserting the whole thing on my product.simpleproduct.xml.config file. Any help would be greatly appreciated!