<?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:media="http://search.yahoo.com/mrss/"><channel><title>Yoast &#187; Gravity Forms</title> <atom:link href="http://yoast.com/tag/gravity-forms/feed/" rel="self" type="application/rss+xml" /><link>http://yoast.com</link> <description>Tweaking Websites</description> <lastBuildDate>Fri, 10 Feb 2012 15:02:50 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.4-alpha-19827</generator> <image><title>Yoast</title> <url>http://yoast.com/wp-content/themes/yoast-v2/images/yoast-logo-rss.png</url><link>http://yoast.com</link> <width>144</width> <height>103</height> <description>Tweaking Websites</description> </image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Use Gravity Forms to submit custom post types</title><link>http://yoast.com/gravity-forms-custom-post-types/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gravity-forms-custom-post-types</link> <comments>http://yoast.com/gravity-forms-custom-post-types/#comments</comments> <pubDate>Mon, 06 Feb 2012 09:17:10 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Gravity Forms]]></category> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://yoast.com/?p=45308</guid> <description><![CDATA[<p>In my previous post I explained how I used the Types plugin to create a new custom post type. That custom post type will be used to display a table of supported themes for my WordPress SEO plugin, and is therefor called wpseo-theme. Now the trick here is that I want users to be able [...]</p><p><a
href="http://yoast.com/gravity-forms-custom-post-types/">Use Gravity Forms to submit custom post types</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>In my previous post I explained <a
href="http://yoast.com/types-wordpress-plugin/">how I used the Types plugin</a> to create a new custom post type. That custom post type will be used to display a table of supported themes for my <a
href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a>, and is therefor called wpseo-theme. Now the trick here is that I want users to be able to submit themes through a form.</p><h2>Gravity Forms + Custom Post Type addon</h2><p>By default, <a
title="Gravity Forms" href="http://yoast.com/wp-plugin-review/gravity-forms/">Gravity Forms</a> allows you to create posts through a form. It doesn't have support for custom post types at the moment though, in part because a wonderful plugin was already created that allows for this. This plugin, aptly named Gravity Forms + Custom Post Types can be <a
href="http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/">downloaded from WordPress.org</a>.</p><p>Once you have both Gravity Forms and this plugin activated, you can start creating a form. The first step is to make the form fill our custom post type. We start with creating a form and dragging in a title field:</p><p><img
class="aligncenter size-full wp-image-45309" title="Create form with Gravity Forms" src="http://cdn3.yoast.com/wp-content/uploads/2012/02/create-form.png" alt="Create form with Gravity Forms" width="518" height="226" /></p><p>The title field can be found in the posts field section of Gravity Forms field, below the advanced fields:</p><p><img
class="aligncenter size-full wp-image-45310" title="Post fields in Gravity Forms" src="http://cdn.yoast.com/wp-content/uploads/2012/02/post-fields-gravity.png" alt="Post fields in Gravity Forms" width="297" height="349" /></p><p>Once you've added this input field and given it a name, go to the advanced section of its edit block, you'll see an option to save as post type, this has been added by the afore mentioned plugin:</p><p><img
class="aligncenter size-full wp-image-45311" title="title field advanced section - save as custom post type" src="http://cdn3.yoast.com/wp-content/uploads/2012/02/title-field-advanced.png" alt="title field advanced section - save as custom post type" width="526" height="297" /></p><p>You check the box and select the custom post type you want to use, in my case, WPSEO Themes. Now we start adding the form. We need a couple of different types of values:</p><ul><li>The title: done.</li><li>The "description", which will just be the body text, so you can easily drag in the Body input field.</li><li>An image, which should be saved as the featured image too, more on that below.</li><li>Several custom fields, more below too.</li></ul><h2>Adding a featured image trough the form</h2><p>This is actually pretty easy: drag in an image field and click edit, you'll see something like the screen below:</p><p><img
class="aligncenter size-full wp-image-45312" title="Image field - featured image" src="http://cdn2.yoast.com/wp-content/uploads/2012/02/image-field.png" alt="Image field - featured image" width="516" height="652" /></p><p>As you can see, setting the image as featured image is as easy as ticking the box. It's wise to also ask for a description if you don't know what's going to be on the image. In my case, it's a screenshot of the theme, so I won't bother and just set the alt tag automatically.</p><h2>Adding custom fields through Gravity Forms</h2><p>The next step is to add the several custom fields we need. In my case I had 5, but you can have as much as you want. You start by dragging a Custom Field input into your form. Once you have that, you click edit and you select the appropriate custom field type:</p><p><img
class="aligncenter size-full wp-image-45315" title="Select custom field type" src="http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-type1.png" alt="Select custom field type" width="511" height="621" /></p><p>In this case, I'm asking for the theme URL, so I select website, but there are all sorts of options you can choose from, as you can see. Now here comes the tricky part, you need to set the name of your custom field. You should go into your Types -&gt; Custom Fields page and check the second value below the custom field title:</p><p><img
class="aligncenter size-full wp-image-45316" title="Custom field details - Types plugin" src="http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-details-1.png" alt="Custom field details - Types plugin" width="416" height="326" /></p><p>That's the name of your custom field, but you should prefix it with "wpcf-", because that's the Types plugin naming convention, which prevents its custom fields from clashing with other ones.</p><p><img
class="aligncenter size-full wp-image-45318" title="Name custom field" src="http://cdn.yoast.com/wp-content/uploads/2012/02/name-custom-field1.png" alt="Name custom field" width="242" height="87" /></p><p>Of course, if you created a custom field group from already existing custom fields you don't need to prefix the custom field name.</p><h2>True / false or "boolean" input fields</h2><p>Some of your custom values might be checkboxes, they're either on or off, true or false. That's called a boolean value in math / developers language, but for you, it's really simple. Just create a custom field type "checkboxes", and go into it's settings:</p><p><img
class="aligncenter size-full wp-image-45319" title="Custom field type checkboxes" src="http://cdn.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox.png" alt="Custom field type checkboxes" width="513" height="476" /></p><p>Be sure to check the "enable values" box and set the value to just "1". That way, if checked, Gravity Forms will save it as value "1" and the Types plugin will "get it".</p><h2>Deciding on workflow</h2><p>Now, once you've used the above info to finish your form, you need to decide on a workflow. On the post title field, the one whose advanced settings we used to save this input as a custom post type, we now go to the "normal" properties:</p><p><img
class="aligncenter size-full wp-image-45320" title="Post title - field properties" src="http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties.png" alt="Post title - field properties" width="520" height="438" /></p><p>As you can see, you can set a default post author and a post status. Now in my case the author will be me in most cases, as nobody will be logged in. However, if you have enabled registration on your site, you can force people to be logged in before even being able to use this form, by going into your forms advanced settings and checking the "require user to be logged in" checkbox:</p><p><img
class="aligncenter size-full wp-image-45321" title="Require log-in" src="http://cdn.yoast.com/wp-content/uploads/2012/02/require-log-in.png" alt="Require log-in" width="518" height="550" /></p><p>This allows for all sorts of workflows, find one that suits your site!</p><h2>Conclusion</h2><p>We still haven't written a single line of code, yet we've already created a custom post type <em>and </em>created a form that allows people to submit custom post types to us.</p><p>So, one more thing to check of off the to-do list:</p><ol><li><del><a
href="http://yoast.com/types-wordpress-plugin/">Creating a custom post type + custom fields.</a></del></li><li><del>Creating a form through which people can submit themes that fills this post type.</del></li><li>Creating a browsable interface for this post type.</li></ol><p>In my next post, I'll explain how to use the Views plugin to create "views" for this post type and unveil the finished product!</p><p><a
href="http://yoast.com/gravity-forms-custom-post-types/">Use Gravity Forms to submit custom post types</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/gravity-forms-custom-post-types/feed/</wfw:commentRss> <slash:comments>14</slash:comments> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/create-form-125x125.png" /> <media:content url="http://cdn3.yoast.com/wp-content/uploads/2012/02/create-form.png" medium="image"> <media:title type="html">Create form with Gravity Forms</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/create-form-125x125.png" /> </media:content> <media:content url="http://cdn.yoast.com/wp-content/uploads/2012/02/post-fields-gravity.png" medium="image"> <media:title type="html">Post fields in Gravity Forms</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/post-fields-gravity-125x125.png" /> </media:content> <media:content url="http://cdn3.yoast.com/wp-content/uploads/2012/02/title-field-advanced.png" medium="image"> <media:title type="html">title field advanced section &#8211; save as custom post type</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/title-field-advanced-125x125.png" /> </media:content> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2012/02/image-field.png" medium="image"> <media:title type="html">Image field &#8211; featured image</media:title> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2012/02/image-field-125x125.png" /> </media:content> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-type1.png" medium="image"> <media:title type="html">Select custom field type</media:title> <media:thumbnail url="http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-type1-125x125.png" /> </media:content> <media:content url="http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-details-1.png" medium="image"> <media:title type="html">Custom field details &#8211; Types plugin</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-details-1-125x125.png" /> </media:content> <media:content url="http://cdn.yoast.com/wp-content/uploads/2012/02/name-custom-field1.png" medium="image"> <media:title type="html">Name custom field</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/name-custom-field1-125x87.png" /> </media:content> <media:content url="http://cdn.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox.png" medium="image"> <media:title type="html">Custom field type checkboxes</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox-125x125.png" /> </media:content> <media:content url="http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties.png" medium="image"> <media:title type="html">Post title &#8211; field properties</media:title> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties-125x125.png" /> </media:content> <media:content url="http://cdn.yoast.com/wp-content/uploads/2012/02/require-log-in.png" medium="image"> <media:title type="html">Require log-in</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2012/02/require-log-in-125x125.png" /> </media:content> </item> <item><title>Questions and Answers</title><link>http://yoast.com/questions-and-answers/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=questions-and-answers</link> <comments>http://yoast.com/questions-and-answers/#comments</comments> <pubDate>Tue, 01 Nov 2011 10:39:15 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[SEO]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[Gravity Forms]]></category><guid
isPermaLink="false">http://yoast.com/?p=17244</guid> <description><![CDATA[<p>Last sunday evening I started taking questions on my Facebook page, and I promised to answer them in a blog post here, so here we go: If I have just made changes to my WP site, does it help to toggle the cache plugin? Absolutely. My SEO plugin force refreshes the cache because otherwise people [...]</p><p><a
href="http://yoast.com/questions-and-answers/">Questions and Answers</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-17245" title="hammer-questionmarks" src="http://cdn2.yoast.com/wp-content/uploads/2011/11/hammer-questionmarks.png" alt="" width="200" height="200" />Last sunday evening I started taking questions on <a
href="https://www.facebook.com/yoastcom">my Facebook page</a>, and I promised to answer them in a blog post here, so here we go:</p><ul><li><em>If I have just made changes to my WP site, does it help to toggle the cache plugin?</em><p>Absolutely. My SEO plugin force refreshes the cache because otherwise people start emailing me that stuff doesn't work when it works perfectly. On sites with more traffic though, you could also just leave the cache as is and wait it out a bit.</li><li><em>How do I move a WordPress site, changing its permalinks but keeping the social numbers counts (post tweets/likes/shares)?</em><p>The answer to this is an unfortunate but resounding: you don't. I've written a tutorial on <a
href="http://yoast.com/move-wordpress-blog-domain-10-steps/">moving WordPress to a new domain</a> quite a while ago, but you simply can't keep those stats. All the more reason to think long and hard about moving domains...</li><li><em>My buddy <a
href="http://www.merchandise.nl">Richard</a> thought he was funny, and asked: How much wood could a woodchuck chuck if a wouldchuck could chuck wood?</em><p>The answer is simple, of course: a woodchuck would chuck as much wood as a woodchuck could chuck if a woodchuck could chuck wood.</li><li><em>Will you be focusing on wordpress for the rest of your life? If not what do you think will be the reason why you change your focus?</em><p>I might be smart, but I'm no sightseer. Also, while I work with WordPress a lot, a lot of my time is also spent on <a
title="SEO Consulting Services" href="http://yoast.com/hire-me/seo-consulting-services/">consulting</a> and <a
title="Website Review" href="http://yoast.com/hire-me/website-review/">website reviews</a> (which we do for all sorts of sites).</li><li><em>What is the best practice to SEO a WordPress.com site? Is it even possible?</em><p>Of course there are things you could do on a WordPress.com site, some themes there are better than others and you can do a whole lot content wise. The minute you start asking questions like that though, you should <em>really</em> consider getting a self-hosted WordPress.org install and taking control of your own destiny. You'll reach a point where you'll want to do more and WordPress.com doesn't allow you to do that and the longer you wait, the harder it is to move, so, move now.</li><li><em>When do you think that WordPress is going to completely rewrite their code base so it's an actual CMS instead of a hacked together glorified blogging system?</em><p>I find I get that question quite a lot and it annoys me. WordPress is being rewritten all the time. Check out the development that happens on <a
href="http://core.trac.wordpress.org/">Trac</a>. Most of the people who ask questions like that haven't had a decent look at the codebase for ages. WordPress IS way more than a glorified blogging system already and if there are specific issues you have with the way it's coded, <a
href="http://westi.wordpress.com/2010/07/25/patches-welcome/">patches are welcome</a>!</li><li><em>If you start working on a WordPress blog for a client and there are no plugins installed, which ones do you always install?</em><p>A couple: my own <a
href="http://yoast.com/wordpress/seo/">WordPress SEO</a> &amp; <a
href="http://yoast.com/wordpress/google-analytics/">Google Analytics</a> plugins, <a
title="W3 Total Cache and why you should be using it" href="http://yoast.com/w3-total-cache/">W3 Total Cache</a> and usually <a
title="Gravity Forms" href="http://yoast.com/wp-plugin-review/gravity-forms/">Gravity Forms</a>. Of course each site is different so there'll be more plugins after that depending on that site's and site owners needs and wants.</li><li><em>What do you think has more value? A good domain name or good link building?</em><p>Good link building, any day, every day. You see, domain names, especially so called "exact match domain names" are bound to be devalued at some point. Good link building will always create traffic to your site, just from those links alone, so that's always worth while. Those links also bring in rankings but in really good link building, that's often just a side effect. I recently talked about Eric Ward's mailing list, you should <a
href="http://yoast.com/link-building-tips/">check out that post</a>.</li><li><em>Your SEO plugin places a canonical tag on every generated page and I have an ongoing argument with a co-worker about that. He says that this tag should only be on pages that contain duplicate content and that it is intended to 'tell' the searchbot where to look for the original content. Googling around doesn't clarify a lot. Could you please tell your reasons behind placing it on every page?</em><p>I get this discussion a lot. The thing is, if I was 100% sure that a URL could only be accessed through that specific URL with no query parameters added, I might not add a canonical. There's nothing <em>against</em> it, but it'd just be a bit cleaner. However, these URLs:</p><p>http://www.example.com/</p><p>http://www.example.com/?campaign=email</p><p>Are essentially the same for a WordPress install in 99% of the cases. However, they're not the same for Google and other search engines. So, if I wouldn't add canonical, the link value of the second URL would be waisted and, in fact, you'd have a competing duplicate content URL in the search results. That's why I add it to all pages.</li><li><em>I noticed you don't use a comment system like disqus or intense debate. Would be nice to hear your thoughts about whether we should or should not use a comment system in WordPress.</em><p>If I were to use a comment system, I'd use Facebook comments. The benefits of that and the fact that it gets way less spam are quite high. So far I've decided not to do that yet because a couple of my regular visitors and active commenters actually don't have Facebook accounts. Also, my <a
href="http://yoast.com/wordpress/comment-redirect/">comment redirect</a> plugin doesn't work with those systems, which I think is a pity.</p><p>I'll say one thing: the amount of work I have to do to keep this blog spam free is nothing short of ridiculous. Read <a
href="http://yoast.com/prevent-anonymous-comments-wordpress/">this post</a> to see what I mean.</li></ul><p>That's it, what do you think, should I do this more often?</p><p><a
href="http://yoast.com/questions-and-answers/">Questions and Answers</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/questions-and-answers/feed/</wfw:commentRss> <slash:comments>42</slash:comments> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2011/11/hammer-questionmarks-125x125.png" /> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2011/11/hammer-questionmarks.png" medium="image"> <media:title type="html">hammer-questionmarks</media:title> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2011/11/hammer-questionmarks-125x125.png" /> </media:content> </item> <item><title>(Collaboratively) Translating Yoast Plugins</title><link>http://yoast.com/translate-yoast-plugins/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=translate-yoast-plugins</link> <comments>http://yoast.com/translate-yoast-plugins/#comments</comments> <pubDate>Mon, 03 Oct 2011 11:51:26 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Gravity Forms]]></category> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://yoast.com/?p=11271</guid> <description><![CDATA[<p>I've been bugged for over 2 years now by people who wanted me to make it possible to translate my plugins into their language. Only a few of my plugins so far have had proper internationalization options, mostly due to me being lazy busy with other stuff. This is now changing, rapidly, though! Last friday [...]</p><p><a
href="http://yoast.com/translate-yoast-plugins/">(Collaboratively) Translating Yoast Plugins</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://cdn3.yoast.com/wp-content/uploads/2011/10/tower-of-babel.jpg"><img
class="size-full wp-image-11278 alignright" title="Tower of Bable: no longer!" src="http://cdn3.yoast.com/wp-content/uploads/2011/10/tower-of-babel.jpg" alt="Tower of Bable: no longer!" width="250" height="188" /></a>I've been bugged for over 2 years now by people who wanted me to make it possible to translate my plugins into their language. Only a few of my plugins so far have had proper internationalization options, mostly due to me being <del>lazy</del> busy with other stuff. This is now changing, rapidly, though!</p><p>Last friday I was telling my buddy Remkus de Vries, known as <a
href="http://twitter.com/defries" target="_blank">@DeFries</a> on Twitter, that I was almost done with the internationalization support for my <a
title="WordPress SEO Plugin" href="http://yoast.com/wordpress/seo/" target="_blank">WordPress SEO plugin</a>. He told me that I should be using <a
href="http://blog.glotpress.org/" target="_blank">GlotPress</a>, which is a collaborative, web-based software translation tool maintained by some of the people behind WordPress. I concurred and asked him to set it up for me.</p><p>He did and he wrote a post about it: <a
href="http://remkusdevries.com/how-to-use-glotpress-for-your-translations/" target="_blank">How to use GlotPress for your translations</a>. After a bit of work on my side on getting a registration form going, I tweeted about my GlotPress being there on <a
href="http://translate.yoast.com" target="_blank">translate.yoast.com</a>. Within 20 minutes about 10 people had registered and started translating. I was very excited about that and decided to look into it a bit better by the following morning, when 14 people in total had signed up already.</p><p>Because I could see this becoming unmanageable quite soon, I decided to create a mailing list for the contributors. As you'll see when you've read Remkus' post I listed above, we use a WordPress install on <a
href="http://translate.yoast.com/register/" target="_blank">/register/</a> to manager the users. This allows me to use <a
title="Gravity Forms" href="http://yoast.com/wp-plugin-review/gravity-forms/" target="_blank">Gravity Forms</a>, along with its User Registration add-on, to allow people to register. Because I built it that way, it was a piece of cake to add the Mailchimp add-on and make sure all new translator were connected to the mailing list as well.</p><p>Be sure that when you set it up like this too, you make the language people want to translate into a variable in MailChimp too, so later on you can easily segment on that, by emailing just the people who are translating your plugin(s) into Polish, for instance.</p><p>The amount of people working on this has surprised me. I've tweeted about it twice and so far, 31 people have signed up and are actively translating into 12 different languages, so far translating 2568 sentences!</p><h2>Your turn?</h2><p>Are you using WordPress in your native language? Would you want to contribute some of your time to help translate my plugins into your native language? <a
href="http://translate.yoast.com/register/" target="_blank">Then register here</a>, you'll receive instructions from there. If your language isn't listed yet, please allow me some time to enable that language and from then on your good to go, looking forward to seeing my plugins run in more languages then were speaking on the tower of Babel!</p><p><a
href="http://yoast.com/translate-yoast-plugins/">(Collaboratively) Translating Yoast Plugins</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/translate-yoast-plugins/feed/</wfw:commentRss> <slash:comments>28</slash:comments> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2011/10/tower-of-babel-125x125.jpg" /> <media:content url="http://cdn3.yoast.com/wp-content/uploads/2011/10/tower-of-babel.jpg" medium="image"> <media:title type="html">Tower of Bable: no longer!</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2011/10/tower-of-babel-125x125.jpg" /> </media:content> </item> <item><title>Gravity Forms (Widget) update</title><link>http://yoast.com/gravity-forms-widget-update/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gravity-forms-widget-update</link> <comments>http://yoast.com/gravity-forms-widget-update/#comments</comments> <pubDate>Tue, 13 Apr 2010 20:26:35 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Gravity Forms]]></category><guid
isPermaLink="false">http://yoast.com/?p=2157</guid> <description><![CDATA[<p>I haven't talked half as much about Gravity Forms as I should. It's still my number one lifesaving plugin, and in the latest release they've done loads and loads of cool things. One of the things I've been meaning to show off is the MailChimp integration. My newsletter is sent out with MailChimp and they've [...]</p><p><a
href="http://yoast.com/gravity-forms-widget-update/">Gravity Forms (Widget) update</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I haven't talked half as much about <a
href="http://yoast.com/out/gravityforms/">Gravity Forms</a> as I should. It's still my number one lifesaving plugin, and in the latest release they've done loads and loads of cool things. One of the things I've been meaning to show off is the <a
href="http://www.mailchimp.com/indexx.phtml?pid=yoast&amp;source=website">MailChimp</a> integration. My newsletter is sent out with MailChimp and they've been a sponsor of my blog and newsletter for quite a while now and, well, simply put, I love them. Ow yeah and below I've also got an updated version of the <a
href="#gf-widget">Gravity Forms widget</a> for you, keep on reading!</p><p>What happens now is that when you send me an email through my contact form, you've got an option to subscribe to my newsletter, if you check that, you'll receive an opt-in email to subscribe to my newsletter and ta-daa: you're subscribed! Best thing about it? That whole process took about 5 minutes to setup:</p><ol><li>Downloading the MailChimp add-on from the Gravity Forms support site</li><li>Entering my MailChimp account details in the backend</li><li>Selecting the proper list from a dropdown, selecting the proper form from my dropdown</li><li>Matching the fields and setting the optional "Opt-in condition"</li></ol><p>It looks like this:</p><p><img
class="aligncenter size-full wp-image-2210" title="MailChimp Gravity Forms addon" src="http://cdn2.yoast.com/wp-content/uploads/2010/04/mailchimp-gravity-forms.jpg" alt="" width="600" height="475" /></p><p>Pretty nifty stuff huh? (You'll need a developer license for this add-on btw, just so you know.)</p><h2 id="gf-widget">Gravity Forms Widget</h2><p>My Gravity Forms Widget also has had several updates over the last months to fix some bugs here and there, such as tabindex issues and issues with other plugins colliding into the form. The widget interface now looks like is shown below. You can download the <a
href='http://cdn.yoast.com/wp-content/uploads/2010/04/gravity-forms-widget.zip'>latest version here</a>. To use it just upload it to your plugins folder and activate it.</p><p><img
class="aligncenter size-full wp-image-2211" title="Gravityforms Widget interface" src="http://cdn2.yoast.com/wp-content/uploads/2010/04/gravityforms-widget.jpg" alt="Gravityforms Widget interface" width="270" height="345" /></p><p>It seems Gravity Forms upcoming version 1.4 is going to be awesome yet again, so if you haven't yet, you really should get on this bandwagon and start using it. It rocks. If you want to read more, you might want to read about or listen to <a
href="http://yoast.com/gravity-forms/">Gravity Forms on Press This</a> (when our podcast was still called that way).</p><p><a
href="http://yoast.com/gravity-forms-widget-update/">Gravity Forms (Widget) update</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/gravity-forms-widget-update/feed/</wfw:commentRss> <slash:comments>47</slash:comments> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2010/04/mailchimp-gravity-forms-125x125.jpg" /> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2010/04/mailchimp-gravity-forms.jpg" medium="image"> <media:title type="html">MailChimp Gravity Forms addon</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2010/04/mailchimp-gravity-forms-125x125.jpg" /> </media:content> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2010/04/gravityforms-widget.jpg" medium="image"> <media:title type="html">Gravityforms Widget interface</media:title> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2010/04/gravityforms-widget-125x125.jpg" /> </media:content> </item> <item><title>Gravity Forms Widget + Extra&#8217;s</title><link>http://yoast.com/gravity-forms-widget-extras/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gravity-forms-widget-extras</link> <comments>http://yoast.com/gravity-forms-widget-extras/#comments</comments> <pubDate>Sat, 21 Nov 2009 19:40:59 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Gravity Forms]]></category> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://yoast.com/?p=1790</guid> <description><![CDATA[<p>I've been blogging about Gravity Forms before, and I still think it's one of the best plugins to have been released this year, if not all time. In recent releases they've been adding and adding and adding incredible new features, showing that you really do want to buy the plugin and get all their updates. [...]</p><p><a
href="http://yoast.com/gravity-forms-widget-extras/">Gravity Forms Widget + Extra&#8217;s</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I've been blogging about <a
rel="nofollow" href="http://yoast.com/out/gravityforms/">Gravity Forms</a> <a
href="http://yoast.com/gravity-forms/">before</a>, and I still think it's one of the best plugins to have been released this year, if not all time. In recent releases they've been adding and adding and adding incredible new features, showing that you <em>really</em> do want to buy the plugin and get all their updates.</p><p>There's a small issue though: it lacks a bit of functionality that people who were used to my <a
href="http://yoast.com/wordpress/enhanced-wordpress-contact-form/">WordPress contact form</a> were really used too, and sometimes even relying on. My plugin added referrer data and the search keyword(s) used to the notification emails. To solve this issue I've written a small "add-on" plugin that adds just that data to notification emails. You can <a
rel="nofollow" href="http://cdn.yoast.com/downloads/gravity-forms-referrer.zip">download it here</a>.</p><p><img
src="http://cdn2.yoast.com/wp-content/uploads/2009/11/gravity-forms-widget.png" alt="gravity-forms-widget" title="gravity-forms-widget" width="268" height="234" class="alignright size-full wp-image-1791" />There's another tiny thing that people needed: a widget that allows you to easily embed the forms in your sidebar(s). I made another add-on plugin that adds just that.</p><p>It should be noted that this widget currently does not add any scripts or style tags, so should your form depend on those, it won't work at the moment unless you load those scripts into your theme manually. Other than that, it works fine!</p><p><strike>You can download the <a
rel="nofollow" href="http://cdn.yoast.com/downloads/gravity-forms-widget.zip">Gravity Forms widget plugin here</a>, just upload, activate and use the widget.</strike> Grab the <a
href="http://yoast.com/gravity-forms-widget-update/">updated Gravity Forms widget here</a>.</p><p>I've given the code for both these add-ons to the <a
rel="nofollow" href="http://yoast.com/out/gravityforms/">Gravity Forms</a> guys, so they might end up adding these features to upcoming releases. If you've got anything else you want from Gravity Forms, I'd love to hear it in the comments!</p><p><a
href="http://yoast.com/gravity-forms-widget-extras/">Gravity Forms Widget + Extra&#8217;s</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/gravity-forms-widget-extras/feed/</wfw:commentRss> <slash:comments>31</slash:comments> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2009/11/gravity-forms-widget-125x125.png" /> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2009/11/gravity-forms-widget.png" medium="image"> <media:title type="html">gravity-forms-widget</media:title> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2009/11/gravity-forms-widget-125x125.png" /> </media:content> </item> <item><title>Gravity Forms on Press This</title><link>http://yoast.com/gravity-forms/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gravity-forms</link> <comments>http://yoast.com/gravity-forms/#comments</comments> <pubDate>Wed, 26 Aug 2009 11:24:22 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[Gravity Forms]]></category><guid
isPermaLink="false">http://yoast.com/?p=1578</guid> <description><![CDATA[<p>Last night, Carl Hancock of Gravity Forms was my guest on the 3rd episode of Press This. We discussed what this awesome new plugin does, how they went about developing it and a whole lot more. If you're interested, listen to the show, or read the transcript. I wanted to talk a bit more about [...]</p><p><a
href="http://yoast.com/gravity-forms/">Gravity Forms on Press This</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Last night, Carl Hancock of <a
href="http://yoast.com/wp-plugin-review/gravity-forms/">Gravity Forms</a> was my guest on the 3rd episode of <a
href="http://yoast.com/press-this/">Press This</a>. We discussed what this awesome new plugin does, how they went about developing it and a whole lot more. If you're interested, <a
href="http://yoast.com/press-this/gravity-forms/">listen to the show, or read the transcript</a>.</p><p><a
href="http://yoast.com/out/gravityforms/"><img
class="alignright size-full wp-image-1577" title="gravity.gif" src="http://cdn2.yoast.com/wp-content/uploads/2009/08/gravity.gif" alt="gravity.gif" width="125" height="125" /></a>I wanted to talk a bit more about <a
href="http://yoast.com/out/gravityforms/">Gravity Forms</a> though. I have my own contact form plugin, and yet, I have decided to go with Gravity Forms for all the contact forms on this site, and it's now the only contact form we use for <em>all</em> our client projects.</p><p>It is that, for several reasons. Most important: it's bloody easy to use. No programming needed anymore if the client wants another line of input added, needs a captcha or a file upload, wants a drop down or even wants people to be able to submit content directly to the site through a form.</p><p>Second: it stores all contact entries in the database, and has an easy to use interface to search through and export them into something like, for instance, a csv file. This way, if the notification email goes wrong, there's still a copy on the server.</p><p>There's loads more, as I said, both my contact form <em>and</em> my hire me form are now built with Gravity Forms, so I can only say: <a
href="http://yoast.com/out/gravityforms/">go get it</a>. Carl was so kind as to leave a promo code especially for Press This listeners, which I don't think he'll mind if I share here: use PRESSTHIS as a coupon code for an instant 20% discount!</p><p><a
href="http://yoast.com/gravity-forms/">Gravity Forms on Press This</a> is a post by <a
rel="author" href="http://yoast.com/author/admin/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/gravity-forms/feed/</wfw:commentRss> <slash:comments>31</slash:comments> <media:thumbnail url="http://cdn2.yoast.com/wp-content/uploads/2009/08/gravity.gif" /> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2009/08/gravity.gif" medium="image"> <media:title type="html">gravity.gif</media:title> </media:content> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 2/58 queries in 0.013 seconds using apc
Object Caching 2451/2561 objects using apc
Content Delivery Network via cdn.yoast.com

Served from: yoast.com @ 2012-02-11 12:06:32 -->
