Ok I have google+1 installed on our gobal left banner. When a buyer uses the +1 is it going to count for site or page they are on at that time since its in gobal left banner? If it only counts on site then I would like to add a google+1 button somewhere around the +share button on the item page. I did try this from the listing_1.html template page, but had no luck. I thank you in advance for any help you may be able to give.
Announcement
Collapse
No announcement yet.
Google+1 Question
Collapse
X
-
It is better if you put in in the product page.
The left banner is for the entire site.
Here is the link with how to install gooogle +1:
https://support.3dcart.com/index.php...barticleid=501
The other thread with discussions about Google +1:
http://forums.3dcart.com/new-feature...oogle-1-a.html
We have it on the product pages of our websites.
-
Originally posted by ElegantWeddings View PostIt is better if you put in in the product page.
The left banner is for the entire site.
Here is the link with how to install gooogle +1:
https://support.3dcart.com/index.php...barticleid=501
The other thread with discussions about Google +1:
http://forums.3dcart.com/new-feature...oogle-1-a.html
We have it on the product pages of our websites.
Settings>Design>Template Editor>listing_1.html>and then mabey a bit of the code so I can see where to place it at. Just like the few lines near where it goes.
Thank you so much for your help.Jimmy
Comment
-
Originally posted by Jimmy View Post
Settings>Design>Template Editor>listing_1.html>and then mabey a bit of the code so I can see where to place it at. Just like the few lines near where it goes.
Make sure you update the correct template as follows:
Search for the [frame_likebutton]
Replace it with:
[frame_likebutton]<BR />
<g:plusone size="standard" count="true"></g:plusone>
Also (from the knowledgebase)
1. go to Settings =>Design =>Header and Footer
2. Enable your Global Footer and add the following code to it
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>3. Click "Save Changes"
Let me know if this works!
Comment
-
Originally posted by ElegantWeddings View PostFrom what I see on your website, you are using listing_0.html not listing_1.html , But I could be wrong please check.
Make sure you update the correct template as follows:
Search for the [frame_likebutton]
Replace it with:
[frame_likebutton]<BR />
<g:plusone size="standard" count="true"></g:plusone>
Also (from the knowledgebase)
1. go to Settings =>Design =>Header and Footer
2. Enable your Global Footer and add the following code to it
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>3. Click "Save Changes"
Let me know if this works!
<!--START: frame_likebutton-->
<td align="right">[frame_likebutton]</td>
<!--END: frame_likebutton-->
And Replace it with this
[frame_likebutton]<BR />
<glusone size="standard" count="true"></glusone>
Not sure if this has anything to do with it but I do not see a start for <BR>
Also how do I tell which version of the listing template page I am using? Thank you for your help.Jimmy
Comment
-
Leave the <td align="right">[frame_likebutton]</td> as is
Just after the [frame_likebutton] add
<br /> <g:plusone size="standard" count="true"></g:plusone>
All together it should be:
<td align="right">[frame_likebutton] <br /> <g:plusone size="standard" count="true"></g:plusone></td>
Please note, the smilies aren't suppose to be there it should be a colon and the letter p. See the support page for the correct line without the smilies.
Let me know if this works!
Comment
-
Also how do I tell which version of the listing template page I am using? Thank you for your help
If it is set to default or style 1 it is using listing_0.html for that product.
We use different ones for some categories.
If you've never change any they are likely all set to default (listing_0.html)Last edited by mondo; 06-24-2011, 04:31 PM.
Comment
-
Below is the code, it looks right to me. I even tried putting it several places one time, and still could not get it to work?
<tr>
<td align="left" valign="middle" colspan="2">[product_social-bookmarking]</td>
</tr>
<!--END: product_social-bookmarking-->
<!--START: frame_likebutton-->
<tr>
<td align="left" valign="middle" colspan="2"><img src="assets/templates/common/images/spacer.gif" border="0" alt="" width="1" height="15"></td>
</tr>
<tr>
<td align="right">[frame_likebutton] <br /> <glusone size="standard" count="true"></glusone></td>
</tr>
<!--END: frame_likebutton-->
</table></td>
</tr>
</table></td>
</tr>
<!--END: pricing-->
<!--START: LOGIN_REQUIRED-->Jimmy
Comment
-
Originally posted by ElegantWeddings View PostLeave the <td align="right">[frame_likebutton]</td> as is
Just after the [frame_likebutton] add
<br /> <g:plusone size="standard" count="true"></g:plusone>
All together it should be:
<td align="right">[frame_likebutton] <br /> <g:plusone size="standard" count="true"></g:plusone></td>
Please note, the smilies aren't suppose to be there it should be a colon and the letter p. See the support page for the correct line without the smilies.
Let me know if this works!
<tr>
<td align="left" valign="middle" colspan="2">[product_social-bookmarking]</td>
</tr>
<!--END: product_social-bookmarking-->
<!--START: frame_likebutton-->
<tr>
<td align="left" valign="middle" colspan="2"><img src="assets/templates/common/images/spacer.gif" border="0" alt="" width="1" height="15"></td>
</tr>
<tr>
<td align="right">[frame_likebutton] <br /> <glusone size="standard" count="true"></glusone></td>
</tr>
<!--END: frame_likebutton-->
</table></td>
</tr>
</table></td>
</tr>
<!--END: pricing-->
<!--START: LOGIN_REQUIRED-->Jimmy
Comment
-
Originally posted by ElegantWeddings View Postthe line : <glusone size="standard" count="true"></glusone>
is not correct, you are missing the : and the p after g. Every time I paste that line here, it changes it into a smiley.
I will try to PM you the code snippet
?Jimmy
Comment
-
Originally posted by ElegantWeddings View Postthe line : <glusone size="standard" count="true"></glusone>
is not correct, you are missing the : and the p after g. Every time I paste that line here, it changes it into a smiley.
I will try to PM you the code snippetJimmy
Comment
-
Originally posted by Jimmy View PostFinaly got it. Last question should I close the open break </br>? I still do not see start "<br>?
I checked your site, something is not right - the alignment is off on the product page.
Comment
-
Originally posted by ElegantWeddings View PostYes! I sent you the code snippet via email as well...Jimmy
Comment
Comment