Thanks for the fix. I am experiencing another issue. When I check any of our urls using Facebook URL Linter at http://developers.facebook.com/tools/lint/ everything looks good but when a user click on the like button it doesn't show the image on Facebook.
Thanks!
This is something to pay attention to with regards o the Facebook Like Button: http://www.searchmarketingman.com/20...utton-bug.html
Thanks for that information. I'll include this link in the documentation. It's not about how the like button appears - but about problems with search engines. The article includes suggestions to implement but also suggests not using the XFBML Like button and using only the iframe button in the meantime. A choice not an option if you have a secure cart. The iframe will throw an error on secure pages.
Do continue posting problem reports here but remember I am a Zen Cart developer not a Facebook developer. I only followed the directions given by Facebook to create this mod. It does seem to be working but I will hold it for a while longer to see what else crops up.
This is also another solution option for those that care about the Facebook fb_xd_fragment bug. http://forum.developers.facebook.net...php?pid=271194 post #11
I actually just tested it on one of your sites: http://regimental-books.com.au/shop/...chuting-p-1632 and it's not working either in IE of FF...I am guessing it maybe a Facebook problem since it was working originally but how do we solve the problem.
It's strange because the image shows when you check with the URL Linter but when it posts to Facebook the image is gone and replaced with a generic image.
Well now that's just strange. I just posted one to facebook and it's definitely still with the post.
Anybody else?
as to the FBXML bug mentioned before - it supposedly can be fixed or something but putting this right before the ending body tag (which would be in yourtemplate/common/tp_main_page.php:
<!-- Correct fb_xd_fragment Bug Start -->
<script>
document.getElementsByTagName('html')[0].style.display='block';
</script>
<!-- Correct fb_xd_fragment Bug End -->
I can put it up on the site I developed this for but can't really test to see if it works.