Zen Cart Logo
Forums / All Other Contributions/Addons / "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

"Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Views: 16,533

Results 21 to 40 of 76
4 Mar 2012, 6:25 AM
#21
kamion avatar

kamion

New Zenner

Join Date:
Mar 2011
Posts:
93
Plugin Contributions:
0

"Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Sorry gopinathgoswami. Ignore my post above about Google Chrome. I had the "Facebook Disconnect" plugin enabled, and that was blocking it. :oops::bangin:

8 Mar 2012, 7:47 PM
#22
pc4good avatar

pc4good

New Zenner

Join Date:
Mar 2012
Posts:
4
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Good day, thank you for this mod. I think it is awesome.

I receive the following error when I click on the product like button.

The app ID "116681851735368" specified within the "fb:app_id" meta tag was invalid.

In html_header.php I have the following line.

<meta property="fb:admins" content="116681851735368"/>

My facebook page is http://www.facebook.com/pages/PC-4-Good/116681851735368

My site is http://www.pc4good.co.za

Do you have any ideas as to what might be the problem?

Regards
Andre

9 Mar 2012, 8:57 AM
#23
gopinathgoswami avatar

gopinathgoswami

New Zenner

Join Date:
Nov 2011
Posts:
32
Plugin Contributions:
1

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

There are two IDs. "{YOUR_FACEBOOK_USER_ID}" is different from "{YOUR_APPLICATION_ID}". I recommend using both these IDs in OG meta tags as follows:

<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>

To find out your fb:admins, simply direct your browser to http://graph.facebook.com/yourusername

To find out your fb:app_id, simply direct your browser to https://developers.facebook.com/apps when you are logged in. Then click on the button "Edit App"

Please use the correct IDs as above... this error message will go away..

Regards

9 Mar 2012, 8:10 PM
#24
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Hi,

The readme file says that the image sent to FB is going to be the main_image but in my case it shows any of the buttons images instead.

Test: dmodafashion .com (on any of the products, not sidebox).

I also noticed that I had to twist the code for it to show the info correct:

from:

<fb:like send="false" width="250" show_faces="false"></fb:like>

to

<fb:like send="false" data-width="250" data-show_faces="false"></fb:like>

...adding "data" to the width and show-faces for it to work properly.

10 Mar 2012, 8:24 AM
#25
gopinathgoswami avatar

gopinathgoswami

New Zenner

Join Date:
Nov 2011
Posts:
32
Plugin Contributions:
1

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

It appears that you have not included your site domain name during the Facebook APP setup properly . Please go to https://developers.facebook.com/apps while you are logged in and look for the button "Edit App". Then you look for "App domain" and Site URL. Please check if you have entered your proper domain information.

Regards

12 Mar 2012, 7:10 AM
#26
pc4good avatar

pc4good

New Zenner

Join Date:
Mar 2012
Posts:
4
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Thanks buddy, my facebook problem is gone.

Best mod provided and supported that I have seen on Zen Cart.

Well done.

:clap:

13 Mar 2012, 12:33 AM
#27
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Thanks Gopinath, that made the trick! :smartalec:

Do you have any suggestions for validation? I get quite a few error validations coming from the html_header.php file.

13 Mar 2012, 4:19 AM
#28
webkat avatar

webkat

Zen Follower

Join Date:
Jan 2012
Location:
New England
Posts:
238
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

I am getting this error:
There were problems uploading "http://www.OpalEssenceShop.com/" on behalf of your Open Graph page. Here is the full error message our photo server reported: "Error Processing File: Unable to process this photo. Please check your photo's format and try again. We support these photo formats: JPG, GIF, PNG, and TIFF."

14 Mar 2012, 5:01 AM
#29
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

I'm getting this error on my error log persistently:

PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home//public_html/includes/templates//common/html_header.php on line 55

PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home//public_html/includes/templates//common/html_header.php on line 56

The lines referring to are:

//no need to edit below this line:
extract($product_info_metatags->fields);
extract($category_metatags->fields);
$prod_url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];

Any help will be appreciated.

14 Mar 2012, 5:07 AM
#30
kamion avatar

kamion

New Zenner

Join Date:
Mar 2011
Posts:
93
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

I've just deleted the two extract() calls. They don't seem to do anything useful as far as I can tell.

15 Mar 2012, 1:44 PM
#31
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

I've just deleted the two extract() calls. They don't seem to do anything useful as far as I can tell.
Not quite. Eliminating that part will create a looping somehow and the page will throw a popup with a "script error".

19 Mar 2012, 6:25 PM
#32
mleeks avatar

mleeks

New Zenner

Join Date:
Sep 2009
Posts:
15
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Hi.
I have install your module and work pretty good on my facebook account.

When I click the 'like' button of the product, a fanpage will be create automatically under my facebook account, right?

The problem I have is that sometimes the fanpage can be created with full information , sometimes it will be created without the image, sometimes it will NOT be created.

Have you encounter this problem?

Thank you very much~:smile:

20 Mar 2012, 4:09 AM
#33
gopinathgoswami avatar

gopinathgoswami

New Zenner

Join Date:
Nov 2011
Posts:
32
Plugin Contributions:
1

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Yes, I also observed that a new fanpage is created automatically when I am logged in and when I "Like" my own product.

But, I have not observed the fanpage being created without image.

Regards

21 Mar 2012, 1:02 PM
#34
mshutch avatar

mshutch

New Zenner

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
34
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

ideasgirl:

I'm getting this error on my error log persistently:

The lines referring to are:

//no need to edit below this line:
extract($product_info_metatags->fields);
extract($category_metatags->fields);
$prod_url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];


Have you been able to correct this problem?

Colleen
23 Mar 2012, 3:08 AM
#35
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Is this the only Google +1 solution for Zen Cart?

It seems like this mod has too many ongoing and unresolved issues.
And, as a non programmer, I see this would probably be a nightmare .

23 Mar 2012, 4:47 AM
#36
gopinathgoswami avatar

gopinathgoswami

New Zenner

Join Date:
Nov 2011
Posts:
32
Plugin Contributions:
1

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

There are no unresolved issues. The only error reported that remains unresolved is the server log error in the backend which is frivolous and nothing in the user level. Some minor bugs have already been addressed in the latest version that is available for download currently.

Any customization requests from users have been addressed in this support forum.

A patient reading of readme file will be self-explanatory on uninstall procedure also. There are many happy users of this mod and your apprehension is uncalled for.

30 Mar 2012, 6:51 PM
#37
robophung avatar

robophung

New Zenner

Join Date:
Jan 2011
Posts:
66
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Hi Gopinath,

So I've encountered a weird issue...that I can replicate consistently... I had followed all your suggested fixes, and properly configured my facebook app. When I clear all my web browser cache, open up a brand new window and navigate to my site.. and click on either the facebook "like" or "send" button...when entering my user information to log in, I get hit with a 500 error...

Here is the error msg:

The same exact issue happens when I do the same thing and try to log into facebook on your website as well, onlinesurgical...

Are you also able to replicate the issue? How do we fix this?

Here is the error msg...

The website encountered an error while retrieving http://www.facebook.com/connect/uiserver.php?method=opt.inlike&app_id=127760087237610&display=popup&social_plugin=like&secure=false&protocol=http%3A&external_page_url=http%3A%2F%2Fwww.onlinesurgicals.com%2Fstore%2Findex.php%3Fmain_page%3Dproduct_info%26cPath%3D16_55_60%26products_id%3D236%26zenid%3D5d826cqhqn33qlbe1o7ug99636&from_login=1&client_id=127760087237610&ext=1333136564&hash=AQAxsDjua1Zk_SmZ. It may be down for maintenance or configured incorrectly

31 Mar 2012, 5:44 AM
#38
robophung avatar

robophung

New Zenner

Join Date:
Jan 2011
Posts:
66
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Nevermind, the error msg seems to have went away this evening for me. I suppose it was some sort of problem on Facebook's end, and not with this module.

3 Apr 2012, 4:16 PM
#39
cybagirl avatar

cybagirl

Zen Follower

Join Date:
Jul 2009
Posts:
119
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

Hi and thanks for this great contribution. But like others who have reported errors I too am facing the same problem. Here is what the errors say.

[04-Apr-2012 01:55:15] PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/mysite/public_html/zc_test/includes/templates/mytemplate/common/html_header.php on line 49
[04-Apr-2012 01:55:15] PHP Warning:  extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/mysite/public_html/zc_test/includes/templates/mytemplate/common/html_header.php on line 50

On lines 49 and 50 I have the following.

//no need to edit below this line:
extract($product_info_metatags->fields);

Has anyone manage to resolve these erros yet? As it's not feasible for me to log into all the sites I manage and delete these error files all the time.

I also noticed an issue with using the addthis.php sidebox module. The issue I am facing is that it places itself at the very top of my side boxes regardless of the sort order number being placed on it. Is there a way to fix this as well?

Thanks.

3 Apr 2012, 4:32 PM
#40
kamion avatar

kamion

New Zenner

Join Date:
Mar 2011
Posts:
93
Plugin Contributions:
0

Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

I don't have any problems with the Addthis sidebox sort order. It works just fine when I modify "LEFT/RIGHT COLUMN Sort Order".