Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create image tag


Francys

Recommended Posts

Hello all,

 

After reading regarding tags... and since i have FWR KissMT that pretty much sorts the header tags, aswell as Seo Urls 5, i need now something like this in header:

 

<link rel="image_src"

type="image/jpeg"

href="http://www.MYSITE.com/icon-facebook.gif" />

 

 

and to make it dinamyc:

 

<?php echo '<link rel="image_src"

type="image/jpeg"

href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" />'; ?>

 

i'm missing something here, how can i put this image - header tag, so social bookmarks etc can recognise the product image (im configuring in products_info.php)

Link to comment
Share on other sites

  • 9 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...