Help:Template:gcal: Difference between revisions
Jump to navigation
Jump to search
New page: '''Template:gcal''' adds a Google calendar to the including page. To embed a calendar into a page, first get its ID: # Open up [http://www.google.com/calendar Google calendar]. # Sele... |
(No difference)
|
Revision as of 19:17, 10 September 2008
Template:gcal adds a Google calendar to the including page. To embed a calendar into a page, first get its ID:
- Open up Google calendar.
- Select the drop-down menu for the calendar you want and select "Calendar settings".
- Scroll down to "Embed This Calendar".
- In the text box containing the embed code, look for a string like
src=<long_string_of_stuff>&ctz=... - Copy the string between
src=and&ctz=
Now, in the wiki page where you want to embed the calendar, insert the following code snippet, replacing <src_string> with the string you copied in the previous step:
{{#shtml:Template:gcal | src=<src_string>}}