Page 21 of 35 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 347
  1. #201
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Facebook Like Button

    Quote Originally Posted by NadiaUSA View Post
    Hi,
    I get this error when I click the Like Button.

    Code:
    Your page's type requires that a meta tag of the form <meta property="og:image" ...> be present.
    I may have misses some code, although I was careful I had to paste in the altered code because of my previous changes to those files.

    I did place this in the html_header.....
    I'm getting this same error for my site livvylougifts.co.uk

    was there a fix please?

  2. #202
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Facebook Like Button

    do you still have it installed on the site? I looked and didn't see any evidence of it.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #203
    Join Date
    Jan 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    I am getting an error ..

    Your page's type requires a meta tag of the form <meta property="og:image" ...> to be present.

    when i try to like products, how can i fix this?

    My site is www.the-north-wing-asylum.co.uk/store

  4. #204
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Facebook Like Button

    You've got both the like button and the facebook sidebox installed - that may be the source of the error. I've not been able to get both working at the same time.

    Plus the last one I checked with this error worked when I tried it.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #205
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Facebook Like Button

    yes, it is installed, i have two sites, the url i gave in my message http://www.livvylougifts.co.uk is the correct one, the other (in my forum signature) does not have the facebook like button as yet, at least not until i can get it working

  6. #206
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Facebook Like Button

    No, you misunderstood. I see both the like button on your product pages and the facebook sidebox on the right. Pretty sure you can't run both on a webisite. Turn on that sidebox and see if your problem is fixed.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #207
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Facebook Like Button

    Quote Originally Posted by delia View Post
    No, you misunderstood. I see both the like button on your product pages and the facebook sidebox on the right. Pretty sure you can't run both on a webisite. Turn on that sidebox and see if your problem is fixed.
    sorry, silly question but i presume that is for OP as i do not have that facebook sidebox module installed?

  8. #208
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Facebook Like Button

    Quote Originally Posted by bonnit View Post
    sorry, silly question but i presume that is for OP as i do not have that facebook sidebox module installed?
    Mud on my face! Looks like you haven't uploaded the meta_tags.php file to your custom modules directory.

    Tyger - same thing on yours.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #209
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Facebook Like Button

    lol no problem, is there a repackaged version that can be downloaded?

  10. #210
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Quote Originally Posted by bonnit View Post
    lol no problem, is there a repackaged version that can be downloaded?
    it is the one you should have put into the includes/modules/your_template folder

    it came with the download of her mod

    or in her read me it tells you exactly what to insert into the meta_tags.php file


    make a duplicate of the meta_tags.php found in that path then add it to your templates folder...here is the code to add to it:

    Code:
     metatags.php
    
    Add this code (line 293 in 1.3.8):
    
    
    
        //bof facebook like button
    
        if($product_info_metatags->fields['products_image']!='') {
    
            $FBimgURL = (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ) . DIR_WS_IMAGES . $product_info_metatags->fields['products_image'];
    
            define('META_TAG_FBIMG', $FBimgURL); 
    
        } else {
    
            define('META_TAG_FBIMG', '');
    
        }
    
        define('META_TAG_FBTITLE', str_replace('"','',zen_clean_html($product_info_metatags->fields['products_name'])));
    
        //eof facebook like button
    
    
    
    between this 
    
    
    
     } // CUSTOM META TAGS
    
    
    
    and this
    
    
    
      } // EOF
    
      break;

 

 
Page 21 of 35 FirstFirst ... 11192021222331 ... 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

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