Jump to content

Boxes, Etc Not Showing Up


Guest FirefoxRocks

Recommended Posts

Guest FirefoxRocks

I have the strangest problem ever.The comment box is showing up in Internet Explorer 7/8, Safari 3.2 and Google Chrome, but not Firefox, Flock or Opera. I have tried deleting my cache, cookies and everything else except for saved passwords and it still doesn't show up.Here is the code:

<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"><head>    <title>Facebook Connect Comment Box Example</title></head><body>    <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>    <script type="text/javascript">FB.init("eb07d89ee287a2db1300529e7dd1368b", "_receiver.htm");</script>        <h2>Comment on this</h2>    <fb:comments></fb:comments></body></html>

It doesn't matter if I am logged into Facebook or not, the box doesn't show up in those browsers. This is a major problem and I would appreciate it if someone can explain to me why this is happening and how to fix this.I have also tried this:

FB_RequireFeatures(["XFBML"], function(){ 	FB.Facebook.init("eb07d89ee287a2db1300529e7dd1368b", "_receiver.htm");});

instead of FB.init as above but the same thing happens.

Link to comment
Share on other sites

Guest FirefoxRocks
What are Firebug and the Opera developer console telling you?
Firebug comes up with no errors. Safari Console doesn't show any errors. Internet Explorer doesn't show any errors.
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...