Support Forums

Please help with experiment

This is a discussion on Please help with experiment within the Site Marketing forums, part of the General category; To all who with to help. I have two sites Property In France Properties For Sale In France I have ...


Go Back   68 Classifieds Forums > General > Site Marketing

Reply
 
Thread Tools Display Modes
Old 07-17-2011, 06:52 AM   #1
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default Please help with experiment

To all who with to help. I have two sites

Property In France

Properties For Sale In France

I have just introduced the new google +1 feature onto them. It is sitting in the main menu bar. I would be grateful for votes. Simply click the +1 button to vote. If you have a gmail or google account you can vote straight away. If not its a 10 second sign up and you also get lots of goodies by having a google account and access to all their webmaster tools.

Many thanks to those that do it as I am trying to find out if this will help improve the sites rankings . I will return the favor to anyone who is doing similar. We all need to help to make our sites successful. TemplateCodes is no exception.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules

Last edited by seymourjames; 12-18-2011 at 11:10 AM.
seymourjames is offline   Reply With Quote
Old 07-17-2011, 02:08 PM   #2
Customer
 
Join Date: Feb 2010
Location: Montreal, QC
Posts: 286
Rep Power: 13
EnergyFreak is on a distinguished road
Default

I will gladly help you with this. If you could do the same for me, I would be grateful.

Publito.com

Also I have a question about one of the features, I am not sure if you used it or not, but in Advanced Options the URL to +1 says you can choose the url to which it will send you to once the +1 is clicked? I read the documentation but I am still unsure of what it does. maybe you can clarify it for me?

Thanks.

Last edited by EnergyFreak; 07-17-2011 at 06:03 PM.
EnergyFreak is offline   Reply With Quote
Old 07-17-2011, 06:56 PM   #3
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default

Done - yes - you can dynamically set the url in the +1 feature for the specific page you are on.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
seymourjames is offline   Reply With Quote
Old 07-17-2011, 07:06 PM   #4
Customer
 
Join Date: Feb 2010
Location: Montreal, QC
Posts: 286
Rep Power: 13
EnergyFreak is on a distinguished road
Default

Okay so if I set it to my homepage, every time someone will press the +1, no matter what page they are on, they will be re-directed to the homepage? Because no matter what page I'm on, The +1 appears, so I'm guessing you can't +1 every page individually?
EnergyFreak is offline   Reply With Quote
Old 07-17-2011, 08:01 PM   #5
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default

NO. You need to dynamically add in the page as the documentation they provide suggests. Evey page can have its own +1.

Did you actually press the +1 button on the sites I mentioned?
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
seymourjames is offline   Reply With Quote
Old 07-17-2011, 08:23 PM   #6
Customer
 
Join Date: Feb 2010
Location: Montreal, QC
Posts: 286
Rep Power: 13
EnergyFreak is on a distinguished road
Default

I figured it out, if you don't supply a url in the "url + 1" of advanced options, all pages on the website become available to +1. If you do, then only the entire website can only be +1 once.

Quote:
Originally Posted by seymourjames
Did you actually press the +1 button on the sites I mentioned?
Yes on both...

Last edited by EnergyFreak; 07-17-2011 at 08:27 PM.
EnergyFreak is offline   Reply With Quote
Old 07-18-2011, 04:02 AM   #7
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default

or you use the php server variable.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
seymourjames is offline   Reply With Quote
Old 08-07-2011, 01:47 AM   #8
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default

The experiment is not going well with only 27 people bothering to do it. Its a 10 second effort.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
seymourjames is offline   Reply With Quote
Old 10-17-2011, 08:13 PM   #9
Customer
 
lowis's Avatar
 
Join Date: Aug 2009
Location: Sweden
Posts: 65
Rep Power: 11
lowis is on a distinguished road
Exclamation Google +1 How can I insert for all product

Hi I need help How can I put this dynamically in php, I tried but I cant, always give +1 in others products.
I have this in viewlisting.tpl

HTML Code:
<g:plusone annotation="inline" width="350" href="viewlisting.php?view={$id}"></g:plusone>
I dont know what wrong...
__________________
68C v4.1.8
Templatecode Evo-Black
lowis is offline   Reply With Quote
Old 10-17-2011, 10:38 PM   #10
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,433
Rep Power: 87
seymourjames is a jewel in the rough
Default

Actually you don't need to do all of this stuff apparently. Put this in your header area

{literal}
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
{/literal}


and put this in the layout or any template file, just as I have type it.

<div class="g-plusone"></div>

You don't need to set pages. G will work it out.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
seymourjames is offline   Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 11:11 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0