javascript - Add a google gadget to webpage -
i'd add google calendar gadget webpage.
this page shows gadget http://www.google.com/ig/directory?synd=open&url=http://www.google.com/ig/modules/calendar3.xml
the linked page includes code paste webpage http://www.gmodules.com/ig/creator?synd=open&url=http%3a%2f%2fwww.google.com%2fig%2fmodules%2fcalendar3.xml&lang=en
i tried creating simple page:
<!doctype html> <html> <head> <title>calendar</title> </head> <body> *<script src="//www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar3.xml&up_calendarfeeds=&up_calendarcolors=&up_showdatepicker=1&up_showemptydays=0&up_showexpiredevents=1&synd=open&w=320&h=447&title=google_calendar&lang=en&country=all&border=%23ffffff%7c3px%2c1px+solid+%23999999&output=js"></script>* </body> </html>
but resulting page not display calendar, '**'. i'm storing page in local file (not on server) , opening in browser.
any suggestions, including way same functionality?
the information on page leads solution:
Comments
Post a Comment