Quote Originally Posted by BlessIsaacola View Post
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.