Blank Page

Status
Not open for further replies.

stanyy

New Member
Messages
21
Reaction score
0
Points
1
I get a blank page when i visit my website the first time after a browser restart. But a refresh brings it back up.
I have not made any changes to my site in the last two months. What's wrong?
 

stanyy

New Member
Messages
21
Reaction score
0
Points
1
I have not confirmed if this happens on Pc as I am currently using Opera mini.
90% of my members use opera mini so it's a big problem to me. Please i'ld like someone to help check my site on both operamini and pc as i don't have access to a pc now. Thanks
My site is http://www.easynaija.com
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
As far as HTML goes, you have

Code:
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=********";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));</script>
<html xmlns:fb="http://ogp.me/ns/fb#"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:fb="http://ogp.me/ns/fb#">

At the top of the source.

DOCTYPE should come first.
Then ONE html ... tag

The div should be in the body

Not sure if the script should be in the head or at the bottom of the body.

It does load and display on PC w/Iron (Chrome)
 
Last edited:

stanyy

New Member
Messages
21
Reaction score
0
Points
1
Thanks guys, but i need someone to check with opera mini as that is where i encounter the blank page.
 

stanyy

New Member
Messages
21
Reaction score
0
Points
1
@Descalzo. What do you suggest i do? I dont know much about codes
 
Last edited:
Status
Not open for further replies.
Top