
Originally Posted by
delia
I just checked the developers forum and there are others in the same boat. Facebook has replied but it was a really weak answer. I have asked them to escalate this apparent bug. It has to be due to a change in their script.
Hey Delia!
Thanks for the contribution and I'm in the same boat with regards to the error.
One thing though.
I caught the tpl_product_info_display.php naming error but the instructions also suggests that the meta_tags.php file is in includes/modules/my_template folder.
Shouldn't that be the includes/modules folder?
Also, I'm no coding expert but, while adding
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?> xmlns:fb="http://www.facebook.com/2008/fbml">
to my html_header.php file, it shows in my editor as just black text, as if it needs, or is missing something.
PHP Code:
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?> xmlns:fb="http://www.facebook.com/2008/fbml">
Thanks again.