Help:Template:gcal: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{{#shtml:Template:gcal | src=<src_string>}} | {{#shtml:Template:gcal | src=<src_string>}} | ||
</pre> | </pre> | ||
<noinclude> | |||
[[Category:Help| | [[Category:Help|Gcal]] | ||
</noinclude> | |||
Revision as of 19:30, 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>}}