OK, I looked at this again. I found the Add This code (for the little Share bar with multiple social networking sites, right?).
I just put this right above the Add This code:
Just change the /shop/ part to point to the folder where your images are stored. (Or change to a single / if your shop is the root of your site.) $products_image_medium already has 'images/' in it, so you don't need that.PHP Code:<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/shop/" . $products_image_medium; ?>"/>


Reply With Quote



