Andrea,
Quote:
I then closed the Right Panel, saved my template and re-opened the Right Panel. It still didn't retain the Google plusone code. When I went back into my Right Panel, it looked like this:
I can get it to work just fine in the InfoBar. I know because I tried one specific page (tested it and saw Google Plus One), then I changed something on the page and re-published, refreshed the page and (still saw Google Plus One).
I just re-checked it. It seems that this bit of code is staying in my Info Bar, even after I open/edit and re-save, so you need to make sure that happens. How will you know? Because when you Save the website in XSitePro you will see 2 errors flash on the screen, and then it finishes the save, so it works (even though XSitePro thinks it is incorrect code), here's the way it needs to look, make sure this is in between the <div id="content">
Code:
<div id="content"><g:plusone></g:plusone></div>
Also make sure you have wrapped the code in <nodesigner> tags, like this:
Code:
<nodesigner><div id="content"><g:plusone></g:plusone></div><script type="text/javascript">gapi.plusone.go("content");</script></div></nodesigner>
It works and shows Google Plus One. The only problem I have is that I cannot get Google Plus One to show on the home page, any ideas? Every other page on the site (over 100) shows Google Plus One.
Every time I save (the website), I get two errors from XSitePro, apparently related to the source code used by Google. If I tried dropping it into a PHP file I had problems so I stuck with pasting it in direct as I have shown... See if you get the Errors, do you see them on a save? If you do not see the errors then you know that XSitePro has removed that plusone tags on you, and it will not work.
Anyway, Google Plus One still shows on all of my internal pages, I cannot get it to show on the homepage however. Intellimon needs to go further with this and provide us a solution inside of XSitePro, similar to how they did the Facebook Like button (with options).