<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Forward Slash &#187; plugin</title>
	<atom:link href="http://forwardslash.nl/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://forwardslash.nl</link>
	<description>Online rendement verbetering</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Forms Shortcode WordPress Plugin</title>
		<link>http://forwardslash.nl/google-forms-shortcode-wordpress-plugin/</link>
		<comments>http://forwardslash.nl/google-forms-shortcode-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 19:34:18 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google forms]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://forwardslash.nl/?p=353</guid>
		<description><![CDATA[All information and documentation about the Google Forms Shortcode WordPress plugin I wrote.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://forwardslash.nl/wp-content/uploads/2010/03/Google-forms-shortcode-Configuration-‹-Forward-Slash-—-WordPress_1268939905796.png" width="240" />
		</p><p class="note">Current version of the plugin is <strong>1.0.1</strong>, the first release + a small typo fix. <a  href="http://wordpress.org/extend/plugins/google-forms-shortcode/" title="Download page on wordpress.org">Download it from the WordPress.org site</a>.</p>
<p>This WordPress plugin adds the possibility to easily insert forms created by Google docs into pages and posts using a shortcode. The form will be embedded using an iframe.<br />
It also contains options for default settings, so you don&#8217;t have to change all iframe codes if you e.g. change the width of your content column.</p>
<h2>What do I need?</h2>
<p><div id="attachment_356" class="wp-caption alignleft" style="width: 205px"><a  href="http://forwardslash.nl/wp-content/uploads/2010/03/new-form.png" class="thickbox no_icon" rel="gallery-353" title="screenshot"><img src="http://forwardslash.nl/wp-content/uploads/2010/03/new-form.png" alt="screenshot" title="new-form" width="195" height="277" class="size-full wp-image-356" /></a><p class="wp-caption-text">Create new > Form</p></div>First, create a Google spreadsheet form. This can be done by choosing <em>Create new</em> and <em>Form</em> in Google Docs.</p>
<p>More information about Google Forms and how they work can be found on the <a  href="http://docs.google.com/support/bin/answer.py?hl=en&#038;answer=87809" title="Google support page">Google Forms support page</a>.<br />
For those of you who like screenshots, check out <a  href="http://www.mattsilverman.com/2008/10/introduction-to-google-forms.html">Google Forms quick howto</a>.</p>
<p>Then, design the form or survey and find the <strong>formkey</strong>. The formkey is a very long string of letters which is unique to every form. Copy this string. It can be found in the edit window while editing the form. It&#8217;s the unreadable part after <em>?formkey=</em>:<br />
<div id="attachment_357" class="wp-caption aligncenter" style="width: 459px"><a  href="http://forwardslash.nl/wp-content/uploads/2010/03/key.png" class="thickbox no_icon" rel="gallery-353" title=""><img src="http://forwardslash.nl/wp-content/uploads/2010/03/key.png" alt="" title="key" width="449" height="43" class="size-full wp-image-357" /></a><p class="wp-caption-text">The form key.</p></div></p>
<h2>What do I have to do to insert this form in my WordPress page?</h2>
<p>On the place in your post or page, insert a shortcode called <strong>googleform</strong>. This shortcode will be replaced by the Google form iframe.</p>
<p>A sample shortcode looks something like this:</p>
<pre>[g oogleform key="dFJXOFlwQVRDSHBYX1ZFdmN6NjliclE6MA" height="700" width="600"]</pre>
<p><strong>key</strong> is mandatory. The height, width and text parameters are optional, and defaults can be set on the plugin option page.<br />
<div id="attachment_364" class="wp-caption aligncenter" style="width: 647px"><a  href="http://forwardslash.nl/wp-content/uploads/2010/03/Google-forms-shortcode-Configuration-‹-Forward-Slash-—-WordPress_1268939905796.png" class="thickbox no_icon" rel="gallery-353" title=""><img src="http://forwardslash.nl/wp-content/uploads/2010/03/Google-forms-shortcode-Configuration-‹-Forward-Slash-—-WordPress_1268939905796.png" alt="" title="Google forms shortcode Configuration" width="637" height="278" class="size-full wp-image-364" /></a><p class="wp-caption-text">The options page</p></div></p>
<h2>I want it! Where can I get it?</h2>
<p>Right on! Add the plugin using the built-in WordPress plugin browser (search for <em>google forms</em>) or <a  href="http://wordpress.org/extend/plugins/google-forms-shortcode/" title="Download page on wordpress.org">download it from the WordPress.org site</a><br />
After that: activate the plugin, and start inserting forms!</p>
<p class="note">Please leave a comment below when you encounter issues (or when everything works fine).</p>
<h2>Do you have a sample?</h2>
<p>Yes. Right here:</p>
<!-- googleform shortcode plugin by http://jongbelegen.net/ --><iframe src="http://spreadsheets.google.com/embeddedform?formkey=dFJXOFlwQVRDSHBYX1ZFdmN6NjliclE6MA" width="600" height="650" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<p class="alert">Like posts like these? Follow my (English) <a  href="http://forwardslash.nl/blog/english/feed/">RSS feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://forwardslash.nl/google-forms-shortcode-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Twitter Remote WordPress plugin</title>
		<link>http://forwardslash.nl/twitterremote-wordpress-plugin/</link>
		<comments>http://forwardslash.nl/twitterremote-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 20:37:27 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blog.jongbelegen.net/?p=127</guid>
		<description><![CDATA[I've written a wordpress plugin to display the TwitterRemote widget. Read this article to find out all the details.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://forwardslash.nl/wp-content/uploads/2009/02/remote-widget.png" width="240" />
		</p><p>Impressed by the <a  href="http://twittercounter.com/pages/remote">Twitter Remote widget</a> from the <a  href="http://twittercounter.com">Twittercounter </a>people, I have written a WordPress plugin to make life a little easier for my fellow WordPress users: you can fill in your preferences and use the widget as a regular WordPress widget.</p>
<p class="alert">
You can download the plugin from the <a  href="http://wordpress.org/extend/plugins/twitterremote-widget/">WordPress plugin repository</a>.
</p>
<p>Here&#8217;s bit more information and the inevitable screenshot. People love screenshots.</p>
<p style="text-align: center;"><a  href="http://forwardslash.nl/wp-content/uploads/2009/02/remote-widget.png" class="thickbox no_icon" rel="gallery-127" title="remote-widget"><img class="size-full wp-image-128 aligncenter" title="remote-widget" src="http://forwardslash.nl/wp-content/uploads/2009/02/remote-widget.png" alt="remote-widget" width="338" height="425" /></a>Here&#8217;s how it works:</p>
<ol>
<li><a  title="Twitter remote wordpress plugin" href="http://downloads.wordpress.org/plugin/twitterremote-widget.zip">Download the .zip file</a></li>
<li>unpack the .zip file in your plugins directory</li>
<li>In the admin section of your blog, activate the plugin</li>
<li>In the &#8220;Appearance&#8221; menu, choose &#8220;Widgets&#8221;</li>
<li>Activate the twitter remote widget</li>
<li>Fill in the form you see on the left</li>
<li>Click &#8220;done&#8221; and save your changes</li>
<li>Report your succes or failure in the comments below.</li>
</ol>
<p>BTW: the name &#8220;bloem&#8221; you see in the screenshot is my <a  href="http://twitter.com/bloem">daughter</a>. My twitter name is <a  href="http://twitter.com/zjuul">@zjuul</a>. I tweet in Dutch, please beware <img src='http://forwardslash.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p class="alert">
So what are you waiting for? <a  href="http://wordpress.org/extend/plugins/twitterremote-widget/">Grab the plugin</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://forwardslash.nl/twitterremote-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 17/27 queries in 0.042 seconds using disk: basic

Served from: forwardslash.nl @ 2012-02-05 11:18:19 -->
