I suspect that you are using a mod for a facebook like button? The mod may be called 'facebook like button'? Just guessing....
If so you have added this line, and others to your html_header.php file
As you noted this only works for product pages, Personally I don't see the reason not to just use:Code:<meta property="og:title" content="<?php echo META_TAG_FBTITLE; ?>"/>
which just uses the page title meta tag for the og:title. Perhaps someone with more knowledge of facebook can explain why that is a bad idea? If not then I would just use that.Code:<meta property="og:title" content="<?php echo META_TAG_TITLE; ?>"/>
Having said that you could edit the meta_tags.php file that this module uses to set the META_TAG_FBTITLE to it's choice for product pages and to the META_TAG_TITLE for all the other pages.


Reply With Quote

