Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43
  1. #21
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    Quote Originally Posted by sobebabies View Post
    Well I've been struggling with this issue as well but someone gently suggested to me that I move my shop to root and it did indeed fix this issue. I am so happy and so grateful!
    And I just moved it from a subfolder (where it worked), to root (where it doesn't)...

  2. #22
    Join Date
    Jan 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    Could it possible be an image protection or hot linking issue?

    The reason I'm saying this is because I recall talking with our hosting tech a couple weeks ago. He mentioned that we have the images protected. Then we recently had our store hooked up with a shopping comparison site, but our images do not show up.

    The problem now is that for the life of me I can't remember what it is actually called. I looked around in the admin and c-panel and nothing rings a bell. I don't even know what to look for. I will contact our hosting company to find the answer. Searching the forums for something I don't know what it's called is to time consuming.

    I just thought I would mention this to possible help you guys from needless changing files/folders if it's just a simple click fix.
    Wishing I was Zenned !
    It's amazing what happens when I put the files in the right folders !!!

  3. #23
    Join Date
    Sep 2005
    Location
    Gladstone, Oregon
    Posts
    44
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    I am also have the problem and have found a close fix but not complete for my system.

    Im using:
    Zen Cart 1.3.8a
    Image Handler 2

    The partial fix I found here in the forums is post #2 in thread Facebook Images Meta Tag vs AddThis View Single Post

    It works if I use only this one line of code (may need altered for your shop if not in a subfolder:
    PHP Code:
    <link rel="image_src" href="<?php echo "http://" $_SERVER['HTTP_HOST'] . "/[COLOR="red"]shop/[/COLOR]" $products_image_medium?>"/>
    Placed where post #2 says to post it in file:
    templates/your_template/templates/tpl_product_info_display.php
    under text in file:
    <!--eof Product description -->

    If I placed an image into the /images/medium/trucks folder it works. Since Image Handler 2 does not use the medium or large folder for images this fix is not a real fix for the problem.

    I am now considering moving the store to a the root folder rather then the subfolder it is in. Seem the zen cart pro's recommend it.

    Good luck to you
    Last edited by wcironsales; 16 Mar 2010 at 06:03 AM.

  4. #24
    Join Date
    Sep 2005
    Location
    Gladstone, Oregon
    Posts
    44
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    UPDATE & help still needed: I am also have the problem and have found a close fix but not complete for my system.

    Im using:
    Zen Cart 1.3.8a
    Image Handler 2

    I just moved the store from subfolder to root and now I get my websites logo images for facebook. The product image is still not working. Can you please assist me with this?

    Logo is better then nothing but I would prefer the product image.

    http://wcironsales.com

  5. #25
    Join Date
    Jan 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    Has anyone ever figured out why Facebook does not recognize the Zen images???

  6. #26
    Join Date
    May 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    I have been having the same problem. My client's store is NOT in the root directory.

    I found when I copied all the product images to a new /images folder in the root directory, this solved the problem. Facebook now finds the product thumbnails when clicked via Share This on the product page (they have the Share This in a box on the left nav bar).

  7. #27
    Join Date
    Mar 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    I had this same problem and YES my store is on a subdirectory, but I found an easy solution.

    What I do now is that I upload the product image directly to /images using my ftp, and then I put the file name on the listing instead of uploading it directly from the uploader. When I do that, the image shows up on facebook. Apparently Facebook only finds images on the /image folder on the root folder.

    Hope that helps someone :)

  8. #28
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,715
    Plugin Contributions
    13

    Default Re: No Image when sharing on Facebook

    Try taking a look at our post in http://www.zen-cart.com/forum/showthread.php?t=153316

    Hopefully that will help
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  9. #29
    Join Date
    May 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    Quote Originally Posted by wcironsales View Post
    UPDATE & help still needed: I am also have the problem and have found a close fix but not complete for my system.

    Im using:
    Zen Cart 1.3.8a
    Image Handler 2

    I just moved the store from subfolder to root and now I get my websites logo images for facebook. The product image is still not working. Can you please assist me with this?

    Logo is better then nothing but I would prefer the product image.

    http://wcironsales.com
    This have nothing to do with root folder, its simply because we are using Image Handler 2

    We cannot use . $products_image_medium

    We need to find the code to pull out the link of cached image instead

    Tried for 48 hours... surrendered

  10. #30
    Join Date
    Feb 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: No Image when sharing on Facebook

    I have ImageHandler and zen-Lightbox installed and my zencart is in catalog /store/

    I use this code:

    PHP Code:
    <link rel="image_src" href="<?php echo "http://" $_SERVER['HTTP_HOST'] . "/store/images/" $products_image?>"/>
    In this case facebook catches the main product image, but not additional images.

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. v155 Sharing Product to Facebook image issue
    By wmorris in forum General Questions
    Replies: 3
    Last Post: 1 Sep 2016, 02:49 PM
  2. v154 Facebook thumbnail image?
    By CosmosK in forum General Questions
    Replies: 5
    Last Post: 18 Nov 2015, 07:57 AM
  3. v151 No Image showing when shared on Facebook
    By Aissa in forum General Questions
    Replies: 0
    Last Post: 31 Jan 2015, 04:34 PM
  4. facebook share thumbnail Problem when image has including space
    By jennydutch in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 11 Aug 2014, 11:51 AM
  5. System Setup Required when linking from Facebook
    By ashley5nc in forum Basic Configuration
    Replies: 1
    Last Post: 21 Jun 2012, 06:11 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