hel8itch Posted November 22, 2012 Posted November 22, 2012 i have a facebook image on my site and would like to know how to link it to facebook? it currently go's to my specials.php page .i have looked through so many files and cant find what file contains the details i need to edit. http://medwaymarket.co.uk/shop/index.php
rudolfl Posted November 23, 2012 Posted November 23, 2012 Just edit the file that displays the image and change the way it is displayed. Now it is probably using PHP (tep_img function if I remember correctly). You want to change to a static <img src="http://www.facebook......"> Why do you need it? There are few things against the approach: 1. Loading of image from a different site will slow down your page (additional DNS request + latency of a second site) 2. Customers may get warning :this page contains both secure and unsecure items....." Personally, i would store all the required images locally if possible. Rudolf
Recommended Posts
Archived
This topic is now archived and is closed to further replies.