Page 8 of 35 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 347
  1. #71
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    140
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Not working for me on my Zen Cart site now, I use a different mod for my Joomla sites and my Like Buttons work fine. I'll have a poke around and see what I can find out. Would be great to get it working.
    My Zen site:
    The Music Place

  2. #72
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Quote Originally Posted by labrat View Post
    Not working for me on my Zen Cart site now, I use a different mod for my Joomla sites and my Like Buttons work fine. I'll have a poke around and see what I can find out. Would be great to get it working.
    So far the sites that I have seen that have this working are not using FBML, not really sure what's going on with Facebook Apps but their system is messed up.

  3. #73
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,298
    Plugin Contributions
    22

    Default Re: Facebook Like Button

    I just checked the developers forum and there are others in the same boat. Facebook has replied but it was a really weak answer. I have asked them to escalate this apparent bug. It has to be due to a change in their script.
    The full-time Zen Cart Guru. WizTech4ZC.com

  4. #74
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Quote Originally Posted by delia View Post
    I just checked the developers forum and there are others in the same boat. Facebook has replied but it was a really weak answer. I have asked them to escalate this apparent bug. It has to be due to a change in their script.
    Hey Delia!
    Thanks for the contribution and I'm in the same boat with regards to the error.
    One thing though.
    I caught the tpl_product_info_display.php naming error but the instructions also suggests that the meta_tags.php file is in includes/modules/my_template folder.
    Shouldn't that be the includes/modules folder?

    Also, I'm no coding expert but, while adding
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?> xmlns:fb="http://www.facebook.com/2008/fbml">
    to my html_header.php file, it shows in my editor as just black text, as if it needs, or is missing something.
    PHP Code:
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS?> xmlns:fb="http://www.facebook.com/2008/fbml">
    Thanks again.
    Fine Jewelry For Any Budget
    Sterling Leaf Jewelry
    Rolling in the Zen

  5. #75
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    ZC v1.3.8a
    Hang on here.
    I get the FB error on certain items, for example
    http://minu.me/37a7
    but it is working on other items and working just fine.
    For example http://minu.me/37aa
    Fine Jewelry For Any Budget
    Sterling Leaf Jewelry
    Rolling in the Zen

  6. #76
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Excuse me for not including this in one of my previous posts but, how can I edit the look of the widget?
    As you can see, or cannot see, the "Be the first of your friends to like this." is lost on my black template.

    Thanks so much for this cool addition and I hope the bugs get worked out of it.
    Fine Jewelry For Any Budget
    Sterling Leaf Jewelry
    Rolling in the Zen

  7. #77
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: Facebook Like Button

    Ill try to extract the codes I use on my cart and send them to you to see if it helps. I was making a social media mod that I had to put a side due to some other things going on. You can check it out at my clients website http://www.gotleather.com just pick a product and you'll see it.

    Charles
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

  8. #78
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Idea or Suggestion Re: Facebook Like Button

    Hi Everybody...

    I found the solution to the error

    The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix of

    Sign into your facebook application and click into edit settings.

    Click on website and the following should be in place

    Application ID
    Application Secret
    Site URL HTTP://WWW.YOURDOMAIN.COM
    Site Domain YOURDOMAIN.COM

    Once I put the site domain in as mydomain.com it worked.

    If anyone needs help let me know.

  9. #79
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,298
    Plugin Contributions
    22

    Default Re: Facebook Like Button

    Quote Originally Posted by jabbawest View Post
    Hey Delia!
    Thanks for the contribution and I'm in the same boat with regards to the error.
    One thing though.
    I caught the tpl_product_info_display.php naming error but the instructions also suggests that the meta_tags.php file is in includes/modules/my_template folder.
    Shouldn't that be the includes/modules folder?

    Also, I'm no coding expert but, while adding
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?> xmlns:fb="http://www.facebook.com/2008/fbml">
    to my html_header.php file, it shows in my editor as just black text, as if it needs, or is missing something.
    PHP Code:
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS?> xmlns:fb="http://www.facebook.com/2008/fbml">
    Thanks again.
    No, the metatags.php is already there. This is a change so belongs in the override folder.

    The added code for html header is required by facebook and the the editor may not like the php code inthe middle of it.

    By the way, the template file is named correctly in the contribution; I was just calling it the wrong thing here in this thread..
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #80
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,298
    Plugin Contributions
    22

    Default Re: Facebook Like Button

    Okay, the failure that gives the error

    "Error Creating Page There was an internal error when updating the Page."

    is a bug. Temporary fix is to exclude one of the required parameters in html_header.php.
    Change <meta property="og:type" content="product"/> on line 27 to <!-- <meta property="og:type" content="product"/> -->

    This is a bug reported and accepted on Oct 21. No telling when it gets fixed but I should get notified.
    The full-time Zen Cart Guru. WizTech4ZC.com

 

 
Page 8 of 35 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. Facebook like button
    By petestownrich in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Feb 2015, 07:02 PM
  2. v151 facebook like button
    By ken1 in forum General Questions
    Replies: 0
    Last Post: 14 May 2014, 07:03 PM
  3. Facebook like button
    By bocahydro in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Mar 2014, 01:48 PM
  4. facebook like button and google + button in Header.
    By Horrific_ending in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Jan 2012, 04:46 PM
  5. Facebook like button
    By rdsbaker in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 25 Mar 2011, 07:00 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR