Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 76
  1. #21
    Join Date
    Mar 2011
    Posts
    93
    Plugin Contributions
    0

    Default Re: "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.

  2. #22
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

    customer issue 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

  3. #23
    Join Date
    Nov 2011
    Posts
    32
    Plugin Contributions
    3

    Default 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:

    HTML Code:
    <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
    Gopinath Goswami
    OnlineSurgicals.com

  4. #24
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

    Default 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:
    Code:
    <fb:like send="false" width="250" show_faces="false"></fb:like>
    to
    Code:
    <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.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  5. #25
    Join Date
    Nov 2011
    Posts
    32
    Plugin Contributions
    3

    Default 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
    Gopinath Goswami
    OnlineSurgicals.com

  6. #26
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

    Default 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.


  7. #27
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

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

    Thanks Gopinath, that made the trick!

    Do you have any suggestions for validation? I get quite a few error validations coming from the html_header.php file.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  8. #28
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default 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."

  9. #29
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

    Default 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:
    PHP Code:
    //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.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #30
    Join Date
    Mar 2011
    Posts
    93
    Plugin Contributions
    0

    Default 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.

 

 
Page 3 of 8 FirstFirst 12345 ... LastLast

Similar Threads

  1. Facebook, Twitter, Google buttons and W3C validation
    By crazysarah in forum General Questions
    Replies: 0
    Last Post: 6 Sep 2012, 10:49 AM
  2. v150 Facebook google plus twitter
    By oitem in forum General Questions
    Replies: 0
    Last Post: 4 Jun 2012, 06:56 PM
  3. Replies: 0
    Last Post: 22 Dec 2011, 12:59 AM
  4. Facebook Sidebox, identifying "profile" and "api"
    By styledata in forum Addon Sideboxes
    Replies: 4
    Last Post: 3 Nov 2011, 08:25 PM
  5. Replies: 1
    Last Post: 22 Aug 2010, 01:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg