<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Wiki help (new threads)</title>
		<link>http://energyclub.wikidot.com/forum/c-78961/wiki-help</link>
		<description>Threads in the forum category &quot;Wiki help&quot; - Having trouble creating or editing a page? Want to add some great new content but are not sure how? This is the place to ask questions and get answers.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 22 Apr 2026 12:20:55 +0000</lastBuildDate>
		
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-218323</guid>
				<title>Embedding things on a wiki page</title>
				<link>http://energyclub.wikidot.com/forum/t-218323/embedding-things-on-a-wiki-page</link>
				<description>How to display Google docs, spreadsheets, and other things on a wiki page</description>
				<pubDate>Thu, 11 Feb 2010 17:00:47 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It is possible to embed all kinds of things on a wiki page. Check out <a href="http://www.wikidot.com/doc:embedding">http://www.wikidot.com/doc:embedding</a> for several examples.</p> <p>To display <a href="http://docs.google.com" target="_blank">Google docs</a>, we can use the <a href="http://snippets.wikidot.com/code:include-any-page" target="_blank">iframe</a> tag. It will look something like this:</p> <div class="code"> <pre><code>[[iframe http://docs.google.com/pub?key=... width=&quot;100%&quot; height=&quot;500&quot;]]</code></pre></div> <p>So we need to specify a link/URL (which I've truncated here with &#8230;), a width and a height. How do we get the URL, you ask? Just create a new Google doc (or open an existing one), click the &quot;Share&quot; button in the top-right corner, and then click &quot;Get the link to share&quot;. You will see a popup window like the following:</p> <div class="image-container aligncenter"><img src="http://energyclub.wikidot.com/local--files/forum:new-thread/googledoc.png" alt="googledoc.png" class="image" /></div> <p>You will want to check the first box so that anyone can view the document, and optionally check the second box if you also want <strong>anyone</strong> to be able to edit it (by anyone, I mean anyone who knows the link &#8212; i.e. anyone who visits the wiki). Finally, you need to copy the link, click &quot;Save &amp; Close&quot;, then paste the link into your wiki code.</p> <p>The procedure is much the same for a Google spreadsheet, except that there is a little extra work if you would like to enable editing. Essentially, one cannot edit an embedded spreadsheet directly on a wiki page, but we can include an extra link that will open up the actual Google spreadsheet editor.</p> <p>Here's an example that's taken directly from our <a href="http://energyclub.wikidot.com/public:volunteer-opportunities">volunteer-opportunities</a> page:</p> <div class="code"> <pre><code>[[iframe http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true width=&quot;100%&quot; height=&quot;560&quot; frameborder=&quot;0&quot;]] &gt; **[*http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw CLICK HERE TO EDIT THE SPREADSHEET]** &gt;&gt; This will open the spreadsheet in a new window. &gt;&gt; Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</code></pre></div> <p>The second line in this block of code contains a link that the user can click in order to edit the spreadsheet. The link/URL is the same as the one in the iframe tag, except that we removed everything that appears after the first ampersand (&amp;) sign, as it's not needed here. The last two lines just display some extra information to the user.</p> <p>Here's the result:</p> <p><iframe src="http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true" align="" frameborder="0" height="560" scrolling="" width="100%" class="" style=""></iframe></p> <blockquote> <p><strong><a href="http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw" target="_blank">CLICK HERE TO EDIT THE SPREADSHEET</a></strong></p> <blockquote> <p>This will open the spreadsheet in a new window.<br /> Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</p> </blockquote> </blockquote> <p>That's it! Please post any questions that you may have in this discussion forum thread.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-196154</guid>
				<title>Uploading Posters</title>
				<link>http://energyclub.wikidot.com/forum/t-196154/uploading-posters</link>
				<description></description>
				<pubDate>Thu, 12 Nov 2009 11:35:28 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Ken,</p> <p>How do I upload a poster to the wiki for an event?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186967</guid>
				<title>Aligning Tables</title>
				<link>http://energyclub.wikidot.com/forum/t-186967/aligning-tables</link>
				<description></description>
				<pubDate>Wed, 07 Oct 2009 03:35:19 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I align a table to the left?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-172208</guid>
				<title>Creating a new page</title>
				<link>http://energyclub.wikidot.com/forum/t-172208/creating-a-new-page</link>
				<description></description>
				<pubDate>Tue, 28 Jul 2009 03:43:56 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I create a new page under the 'User-created content' Tab?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>