anatak Posted September 3, 2012 Share Posted September 3, 2012 Hello, I am trying to embed a google calendar in a website and I am at a loss what is wrong with it. the page shows the space of the iframe but there is no data displayed. This is the code of the html page does anybody sees anything wrong ? <!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="description" content="anatak.com schedule: schedule" /> <meta name="keywords" content="www.anatak.com, anatak.com, anatak, Wim Hendrix, Japan, Fukuoka, Kitakyushu, Kokurakitaku, Belgium, English, French, Schedule" /> <link rel="stylesheet" href="../stylesheet/css_anatak.css" type="text/css" /> <title>anatak: anatak.com: schedule</title> </head> <body> <div id="wrap"> <div id="header" class="float_left" ><h1 class="center"><a class="title" href="http://www.anatak.com"></a>anatak</h1> <div id="hori_navcontainer"> <ul> <li><a class="nav_button" id="homeNAV" href="home.html">home</a></li> <li><a class="nav_button" id="englishNAV" href="english.html">English</a></li> <li><a class="nav_button" id="frenchNAV" href="french.html">French</a></li> <li><a class="nav_button" id="scheduleNAV" href="schedule.html">schedule</a></li> </ul> </div> </div><div id="header_graph" class="float_right" ><a href="../eng/home.html"><img src="../graphic/english.jpg" alt="English" title="English" /></a><a href="../jap/home.html"><img src="../graphic/japanese.jpg" alt="日本語" title="日本語" /></a></div> <div id="main"> <iframe src="https://www.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23000000&src=anatak.com%40gmail.com&color=%232952A3&ctz=Asia%2FTokyo" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe> </div> <div id="footer" class="center">anatak.com 2004 - 2012</div> </div> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/267931-google-calendar-iframe-not-showing/ Share on other sites More sharing options...
anatak Posted September 3, 2012 Author Share Posted September 3, 2012 and now it works. probably needed to wait a bit longer before it updated my calendar sharing options. sorry Quote Link to comment https://forums.phpfreaks.com/topic/267931-google-calendar-iframe-not-showing/#findComment-1374766 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.