In moodle, it is a good way to display content such as:
- calendars from external sites such as google calendar, microsoft outlook web calendars, apple mobileme calendars etc.
- web pages with current content: e.g. weather
- content from elswhere on your network e.g. another moodle course, a page from another network loaction,
- content from specific iframe sites, such as google picasa web albums, youtube etc etc
<iframe src="http://digbys.blogspot.com/" width="800" height="600"> </iframe>
NOTE: Screen widths are often 1200 pixels wide so an iFrame up to 1000 pixels is often fine.
See an example here.
See also:
http://docs.moodle.org/en/Iframe
http://en.wikipedia.org/wiki/IFrame
Ways to display html code in blogspot
No comments:
Post a Comment