]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/googlecalendar.mdwn
Merge branch 'prv/po' into pub/po
[ikiwiki.git] / doc / plugins / googlecalendar.mdwn
1 [[!template id=plugin name=googlecalendar author="[[Joey]]"]]
2 [[!tag type/special-purpose]]
3
4 *Note*: This plugin is deprecated. Please switch to the [[embed]] plugin.
5
6 This plugin allows embedding a google calendar iframe in the wiki.
7 Normally, if the [[htmlscrubber]] is enabled, such iframes are scrubbed out
8 of the wiki content since they're not very safe if created by malicious
9 users. But some iframes are legitimate, and safe, if you trust the embedded
10 content. This plugin is an example of how to deal with this in ikiwiki.
11
12 Example use:
13
14         \[[!googlecalendar html="""
15         <iframe src="http://www.google.com/calendar/embed?src=adkrdken8mupngh13jshlbenoc%40group.calendar.google.com&title=OSEL%20Calendar&chrome=NAVIGATION&bgcolor=%2371d873&height=588" style=" border-width:0 " width="480" frameborder="0" height="588"></iframe>
16         """]]
17
18 The iframe should be the one provided by google. Note that it's used in a
19 way that avoids cross-site scripting attacks, assuming you trust google's
20 content.