<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Web Training Wheels</title>
	
	<link>http://webtrainingwheels.com</link>
	<description>WordPress &amp; Online Marketing Training // lucy@webtrainingwheels.com</description>
	<lastBuildDate>Mon, 20 May 2013 18:00:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/webtrainingwheels/bPWa" /><feedburner:info uri="webtrainingwheels/bpwa" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>webtrainingwheels/bPWa</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How To Collect User-Submitted Testimonials On Your WordPress Site</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/YWRWCqMIfw4/</link>
		<comments>http://webtrainingwheels.com/how-to-collect-user-submitted-testimonials-wordpress/#comments</comments>
		<pubDate>Wed, 15 May 2013 15:22:30 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress Tutorials - Intermediate]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[gravity forms]]></category>
		<category><![CDATA[testimonials]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2127</guid>
		<description><![CDATA[Just recently I&#8217;ve worked on two sites that needed a way to display testimonials and a way to collect them from clients via the website itself. With WordPress there are several ways you could achieve this, this is just the method I happened to come up with recently. Most of the time, for testimonials I [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2133" alt="Gravity Forms, Testimonials Widget" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/gravity-forms-testimonials.jpg" width="500" height="200" /></p>
<p>Just recently I&#8217;ve worked on two sites that needed a way to display testimonials and a way to collect them from clients via the website itself. With WordPress there are several ways you could achieve this, this is just the method I happened to come up with recently.</p>
<p>Most of the time, for testimonials I end up using the <a href="http://wordpress.org/extend/plugins/testimonials-widget/" target="_blank">Testimonials Widget plugin</a>. Mostly I like the widget that comes with it which rotates individual testimonials. It&#8217;s pretty user friendly to get up and running with as well.</p>
<p>Since I use <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=219608" target="_blank">Gravity Forms</a> (cupcake, AKA affiliate link ) on pretty much all my client sites, it made sense to put the two plugins together to create the submission system. Gravity Forms comes built-in with the ability to have a user submit a form which gets saved in your WordPress site as a post. The Testimonials Widget plugin uses Custom Post Types to create a customized edit screen for adding new Testimonials. Fortunately there is a free plugin for Gravity Forms which extends that capability of saving form entries as posts,  to custom post types as well. It&#8217;s appropriately named <a href="http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/" target="_blank">Gravity Forms + Custom Post Types</a>. Once the plugin is activated it integrates seamlessly with the usual Gravity Forms creation process. <span id="more-2127"></span></p>
<p>So basically we&#8217;re going to make a Gravity Form which will collect the testimonial info and save it as a Draft testimonial. So then all my client has to do is publish it. Before we make our form we need to know what elements to add to it. If we look at the Edit screen for a Testimonial we can see that what is typically the Post Title field is being used to collect the name of the person submitting the testimonial. The main post body is where the testimonial text goes. Then there are some custom fields which can be used to gather additional info if you want such as the company name etc.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/Testimonials-plugin.jpg"><img class="aligncenter size-medium wp-image-2129" alt="Testimonials plugin" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/Testimonials-plugin-500x461.jpg" width="500" height="461" /></a></p>
<p>So here&#8217;s the process to actually create the form. You may want to add in other fields, I&#8217;m just focusing on the Testimonial-pertient parts.</p>
<p>1) Create a new Gravity Form by going to <em>Forms &gt; Add New</em></p>
<p>2) From the Post Fields section on the right choose &#8220;Title&#8221;. Since the person filling this in won&#8217;t know they are actually submitting a post, I&#8217;ll label the field &#8220;Your Name&#8221; instead of &#8220;Post Title&#8221; since that&#8217;s the info we&#8217;re really asking of the user. Click on the Advanced tab to see the CPT magic. You&#8217;ll see the &#8220;save as post type&#8221; option and you can select &#8220;Testimonials&#8221; from the list.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/post-title.jpg"><img class="aligncenter size-medium wp-image-2128" alt="post title" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/post-title-500x259.jpg" width="500" height="259" /></a></p>
<p>I make sure it&#8217;s saved as a Draft so that the client can approve them before they go live on the site. I don&#8217;t worry too much about the other settings for this field.</p>
<p>3) From the Post Fields section add a &#8220;Body&#8221; field. This will be where the customer enters the actual testimonial itself.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/gravity-forms-and-testimonials-body-field.jpg"><img class="aligncenter size-medium wp-image-2130" alt="gravity forms and testimonials - body field" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/gravity-forms-and-testimonials-body-field-500x236.jpg" width="500" height="236" /></a></p>
<p>4) If you want to collect any of the extra data that the Testimonials plugin offers, such as company name, just use as many &#8220;Custom Field&#8221; boxes as you need. For each one you can map it to a particular piece of info. So if I want to ask for the client&#8217;s company name I&#8217;ll select &#8220;testimonials-widget-company&#8221; from the drop-down of existing custom fields.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/collect-testimonials-with-gravity-forms.jpg"><img class="aligncenter size-medium wp-image-2131" alt="collect testimonials with gravity forms" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/collect-testimonials-with-gravity-forms-500x197.jpg" width="500" height="197" /></a></p>
<p>5) After someone submits a testimonial using this form, their entry will be saved as a Draft under Testimonials for you to approve or otherwise.</p>
<p>Easy! The one &#8220;gotcha&#8221; I came upon relates to using specific categories to organize your testimonials. If you have a custom taxonomy for this, it doesn&#8217;t actually show up in the Post Fields section as you might expect. You have to use a Drop Down field from the Standard Fields section. If you click on the Advanced tab you can then choose &#8220;Populate With A Taxonomy&#8221;.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/testimonial-submission-form.jpg"><img class="aligncenter size-medium wp-image-2134" alt="testimonial submission form" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/testimonial-submission-form-500x470.jpg" width="500" height="470" /></a></p>
<p>Let me know what you think of this method in the comments. Or if you have a better way, I&#8217;m all ears!</p>
<p><a href="http://www.flickr.com/photos/jordesign/3619404268/sizes/l/in/photostream/" target="_blank">header image credit</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=YWRWCqMIfw4:cYTbv8vFpaM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=YWRWCqMIfw4:cYTbv8vFpaM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=YWRWCqMIfw4:cYTbv8vFpaM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=YWRWCqMIfw4:cYTbv8vFpaM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=YWRWCqMIfw4:cYTbv8vFpaM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/YWRWCqMIfw4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/how-to-collect-user-submitted-testimonials-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/how-to-collect-user-submitted-testimonials-wordpress/</feedburner:origLink></item>
		<item>
		<title>4 WordPress Podcasts To Help You Sharpen Your Skills</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/PnPqD1Ludd8/</link>
		<comments>http://webtrainingwheels.com/4-wordpress-podcasts-to-help-you-sharpen-your-skills/#comments</comments>
		<pubDate>Wed, 08 May 2013 14:44:53 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[podcasts]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2118</guid>
		<description><![CDATA[Seems like podcasts, especially of the video variety, are having revival at the moment. Here&#8217;s a few WordPress-related ones worth checking out. They are all feature some very smart developers and other members of the WordPress community so it&#8217;s a great way to learn about best practices and generally what the latest trends are within [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2119" alt="WordPress Podcasts" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/05/wordpress-podcasts.jpg" width="500" height="200" /></p>
<p>Seems like podcasts, especially of the video variety, are having revival at the moment. Here&#8217;s a few WordPress-related ones worth checking out. They are all feature some very smart developers and other members of the WordPress community so it&#8217;s a great way to learn about best practices and generally what the latest trends are within the community.</p>
<h3><a href="http://www.wpwatercooler.com" target="_blank">WP Watercooler</a></h3>
<p>This weekly WordPress-centric Google Hangout is the brainchild of my friend and WP multimedia expert Jason Tucker. Every Monday at 11am PST, up to 10 WordPress developers, designers and consultants gather on Google Hangout to discuss a WordPress topic. Sometimes they even stay on topic ;) Hilarity and wisdom ensue.The hangout is streamed to YouTube so you can watch live or catch the archived episodes on WPWatercooler.com. If you prefer audio you can subscribe to the audio-only version via iTunes and Stitcher.<span id="more-2118"></span></p>
<p><iframe src="http://www.youtube.com/embed/MLYntMbLZdg?rel=0" height="281" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<h3><a href="http://dradcast.com/" target="_blank">The DradCast</a></h3>
<p>The sexiest duo since Brangelina, Dre Armeda (of Sucuri.net) teams up with Brad Williams (of WebDevStudios.com) for this weekly show which features the fellas choppin&#8217; it up with a guest host each week. These guys have WP clout (that&#8217;s ACTUAL real life clout, not that fake Klout stuff), so guests have included Matt Mullenweg himself (co-founder of WordPress) , Chris Lema, Adii Pienaar of WooThemes and more. The show is usually an hour + long so they really get deep into topics.</p>
<p><iframe src="http://www.youtube.com/embed/jkWiygLIkQI?rel=0" height="281" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<h3><a href="http://mattreport.com/" target="_blank">MattReport</a></h3>
<p>Matt Medeiros focuses on the business side of WordPress for this podcast where he interviews WordPressin&#8217; entrepeneurs. A great podcast for freelancers to follow. Guests have included Thomas Griffin, the guy who created one of the best slider plugins around -Soliloquy and many other interesting characters.</p>
<p><iframe src="http://www.youtube.com/embed/5enH0cSMEgw?rel=0" height="375" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<h3><a href="http://yourwebsiteengineer.com/" target="_blank">YourWebsiteEngineer</a></h3>
<p>Dustin Hartzler is a WordPress developer who shares his knowledge on this great podcast. You always learn something new here. Definitely recommended if you&#8217;re interested in development or simply going beyond the basics.</p>
<p>&nbsp;</p>
<p>If you have a fave WordPress podcast not listed here, please share in the comments!</p>
<p><a href="http://www.flickr.com/photos/jakescreations/69953132/" target="_blank">header image credit</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=PnPqD1Ludd8:gHpnShEn9vQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=PnPqD1Ludd8:gHpnShEn9vQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=PnPqD1Ludd8:gHpnShEn9vQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=PnPqD1Ludd8:gHpnShEn9vQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=PnPqD1Ludd8:gHpnShEn9vQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/PnPqD1Ludd8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/4-wordpress-podcasts-to-help-you-sharpen-your-skills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/4-wordpress-podcasts-to-help-you-sharpen-your-skills/</feedburner:origLink></item>
		<item>
		<title>You are not 9 years old, or…how people REALLY learn WordPress</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/HsYqYAxg1XE/</link>
		<comments>http://webtrainingwheels.com/how-people-really-learn-wordpress/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 16:02:19 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress Beginners]]></category>
		<category><![CDATA[learning wordpress]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2114</guid>
		<description><![CDATA[While on the Facebook recently I was targeted with an ad that told me that if a certain 9 year old child can make WordPress websites, I should be able to as well. It&#8217;s not the first time I&#8217;ve seen such marketing messages that tout WordPress to be so easy that a kid can do [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2116" alt="How People Really Learn WordPress" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-blocks.jpg" width="500" height="200" /></p>
<p>While on the Facebook recently I was targeted with an ad that told me that if a certain 9 year old child can make WordPress websites, I should be able to as well.</p>
<p>It&#8217;s not the first time I&#8217;ve seen such marketing messages that tout WordPress to be so easy that a kid can do it. Even putting aside (which trust me, was reeeaaally hard for me to do!) the fact that the product seems to have been made by some cheeseball internet-marketing-bandwagon-jumper-type and that it&#8217;s all possibly fake anyway, this approach to selling WordPress irritates the bejesus out of me for a couple of reasons.</p>
<p>First, when you tell me I <em>should</em> be able to do something a kid can do, it makes me feel kind of dumb and it also makes me feel like you are being condescending to me.</p>
<p>Way to set the tone. (And I&#8217;m someone that <em>does</em> know how to make websites. So imagine how that feels to someone that has found it difficult to learn WordPress!)</p>
<p>Of course, I get the point they are making &#8211; WordPress isn&#8217;t rocket science so get over yourself and build that site you&#8217;ve been talking about. Fair enough. And yes, a child could quite feasibly set up and manage a blog.</p>
<p><span id="more-2114"></span>But the second and more important reason it bugs me is that it ignores a glaring reality that anyone who has actually tried to teach WordPress would understand:</p>
<h3>It&#8217;s precisely because you are NOT 9 years old that you may find WordPress hard at first.</h3>
<p>When people come into learning a new skill thinking it&#8217;s going to be a piece of cake, they will get frustrated much faster than someone who believes they will have to make a little effort. So while I do believe that most people are more than capable of learning how to use WordPress, we do have to recognize  and acknowledge some of the challenges that come when adults try to comprehend something completely new.</p>
<h3>We Have Baggage</h3>
<p>For some people it will be as easy as it is for a 9 year old. But for most it will be a little more challenging. I&#8217;m not saying WordPress is difficult but adults typically bring way more baggage to learning that a child does. I&#8217;m no neuroscientist, but every day I have the opportunity to observe how people approach and learn WordPress.</p>
<p>What I&#8217;ve seen is that the technical part of using WordPress is rarely the barrier. The mechanics are relatively easy to teach. But it&#8217;s all the emotional and mental stuff along with our habitual patterns that we bring into the learning process that often trips us up.</p>
<p>As adults we do have years of building mental constructs to overcome. There&#8217;s a reason that as children we can learn languages seemingly by osmosis but that it becomes harder as we get older. However some adults more than others tend to buy into the &#8220;you can&#8217;t teach old dogs new tricks&#8221; style of thinking. True, our brains may have some pretty entrenched pathways, but we can work to change those, and if you want to learn something new, you will have to. That&#8217;s actually quite exhilarating and most people feel very satisfied and excited by accomplishing this new understanding</p>
<h3>That Hole Is The Wrong Shape</h3>
<p>Ironically those that come to me from old school IT backgrounds, or from the days of building static HTML websites and have heard how WordPress is so easy, often have the hardest time. When we&#8217;re kids one of the first skills we learn is to put the triangle-shaped block in the triangle-shaped hole and so on. As adults however, we tend to get worse at this game and spend hours trying to change the hole to fit the block we have in our hand, instead of looking for the correct-shaped hole. People often try and fit WordPress into their existing mental molds when in reality you just need a different mold.</p>
<h3>So how can you prime yourself for learning WordPress (or anything really)?</h3>
<p>Try to get out of your own way and try and keep the following in mind&#8230;</p>
<h4>As the old Zen story goes, if you bring a full teacup, there is no room for any more tea.</h4>
<p>Your mental teacup must be empty if you want to add more learning to it. So no matter how technical you are or what you think you know about building websites, temporarily forget what you think you know and come with a fresh and open mind.</p>
<h4>Have a child&#8217;s excitement.</h4>
<p>You&#8217;re about to learn a new skill that could change your business and open up all kinds of new ways to connect with people. That&#8217;s pretty awesome, no?! Approach with a sense of wonderment and you&#8217;ll have fun!</p>
<h4>Drop your ego at the door.</h4>
<p>It&#8217;s OK if you don&#8217;t just &#8220;get it&#8221; right off the bat, most people don&#8217;t. But trust me, after a few tries and some practice, it&#8217;ll all start to become clear.</p>
<h4>Watch your mental chatter.</h4>
<p>Our minds are pesky things. Left unchecked they will come up with all kinds of ways to convince us why we can&#8217;t do something, why we&#8217;re not smart enough etc etc. Don&#8217;t believe everything you think, it&#8217;s mostly nonsense anyway :)</p>
<p><em>Share your story of learning WordPress &#8211; stumbling blocks and/or tips in the comments!</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=HsYqYAxg1XE:W4-OBgaFLdI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=HsYqYAxg1XE:W4-OBgaFLdI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=HsYqYAxg1XE:W4-OBgaFLdI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=HsYqYAxg1XE:W4-OBgaFLdI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=HsYqYAxg1XE:W4-OBgaFLdI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/HsYqYAxg1XE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/how-people-really-learn-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/how-people-really-learn-wordpress/</feedburner:origLink></item>
		<item>
		<title>Alternatives to The Social Media Widget Plugin</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/mj5VpcPmlHY/</link>
		<comments>http://webtrainingwheels.com/alternatives-social-media-widget-plugin/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 16:45:27 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[social media]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2100</guid>
		<description><![CDATA[Last updated: April 2013 Another recent WordPress security scare  involved the popular plugin, Social Media Widget. This was one of my favorite plugins and was dismayed to hear it had been compromised and could inject malware into a website. As soon as WordPress.org found out about the problem an update to the plugin was issued to correct [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2109" alt="Alternatives to the Social Media Widget Plugin" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/alternatives-to-social-media-widget-plugin-500.jpg" width="500" height="200" /></p>
<p><em>Last updated: April 2013</em></p>
<p>Another recent WordPress security scare  involved the popular plugin, Social Media Widget. This was one of my favorite plugins and was dismayed to hear it had been compromised and could inject malware into a website. As soon as WordPress.org found out about the problem an update to the plugin was issued to correct it, and it was yanked from the repository so it could no longer be installed. Since then, the developer of the plugin has <a href="http://wordpress.org/support/topic/anyone-know-why-social-media-widget-was-removed" target="_blank">profoundly apologized</a> (scroll down the thread to read his response) and explained that he hired some programmers to work on it and they committed the evil deed without his knowledge. The safe version of the plugin is now back in the WordPress repository and available for use. However this has left many people skeptical about using it, and therefore looking for alternatives.<br />
<span id="more-2100"></span></p>
<p>This plugin provided you with a new widget that would display icons with links to your social profiles. Those can be quite easily hardcoded into a text widget if you know HTMl, but for most clients, that&#8217;s too fiddly and difficult to update or edit. Social Media Widget was the perfect solution. The great thing about this plugin was that it offered a very comprehensive selection of social profile icons, in different sizes and with some nice rollover animations. You could even upload your own custom icons.</p>
<p>As yet I haven&#8217;t found another plugin to match <em>all</em> these criteria but here are my three preferred alternatives:</p>
<h3>Social Web Links</h3>
<p><a href="http://wordpress.org/extend/plugins/social-web-links/" target="_blank">plugin info</a></p>
<p>Social Web Links has a very broad selection of social profiles, but if you don&#8217;t see the one you need on the list you can add it yourself, or you can also add your own custom  icons to replace the plugin&#8217;s defaults. It includes the usual social networks in addition to many that are less commonly found  such as Amazon, Spotify, Lanyrd, Lastfm, Slideshare,and many others. There are no rollover effects on the icons, but if you use obscure social networks, this could be the plugin to go with. It also allows you choose whether to display the icons horizontally or vertically, and with or without displaying their names.</p>
<p><img class="alignnone size-full wp-image-2102" alt="social web links - columns w names" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/social-web-links-columns-w-names.jpg" width="361" height="224" /> <img class="alignnone size-full wp-image-2103" alt="social web links - horizontal" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/social-web-links-horizontal.jpg" width="349" height="140" /></p>
<h3>Simple Social Icons by Nathan Rice</h3>
<p><a href="http://wordpress.org/extend/plugins/simple-social-icons/" target="_blank">plugin info</a></p>
<p>The nerds out there will appreciate that this plugin takes a different approach than most. Instead of using actual images, it  actually uses a font. If that has no meaning to you don&#8217;t worry. What it means for the regular person is something quite cool &#8211;  you can easily control the color of the icons to match your site and can easily apply a different color on rollover. You can specify the size to anything you want and are not restricted to the usual 16, 32 or 64px sizes. The set of social profiles included seems complete without being overwhelming &#8211; all the major ones are there including Pinterest and Instagram. The plugin is by a very respected developer Nathan Rice, so you can have peace of mind when using it.</p>
<p><img class="alignnone size-full wp-image-2101" alt="simple social icons by nathan rice" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/simple-social-icons.jpg" width="363" height="161" /></p>
<h3>Zilla Social</h3>
<p><a href="http://www.themezilla.com/plugins/zillasocial/" target="_blank">plugin info</a></p>
<p>This plugin is not in the WordPress repository, meaning you won&#8217;t find it when you go to Plugins &gt;Add New and search. You have to get it from their website in exchange for your email address (they haven&#8217;t spammed me yet). They are a WordPress theme development team that I had heard of before and they make some pretty<a href="http://themezilla.com" target="_blank"> sweet-looking themes</a> , so I wasn&#8217;t too concerned about downloading it, but I do still wish it was in the WordPress repository since generally that makes me feel safer.</p>
<p>The selection of social profiles offered is expansive and the icons look <em>really</em> sharp. There are no rollover effects but if you don&#8217;t care about that, it&#8217;s a good choice. For the more technical of you, they also provide a shortcode and a php template tag so you can show your icons pretty much anywhere in your theme.</p>
<p><img class="alignnone size-full wp-image-2104" alt="zilla social wordpress plugin" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/zillasocial.jpg" width="351" height="192" /></p>
<p>Honorable Mention:</p>
<p><a href="http://wordpress.org/extend/plugins/brankic-social-media-widget/" target="_blank">Brankic Social Media Widget</a> &#8211; Offers a choice of about 50 social profiles, but each instance of their widget seems to only allow for 8 to show up. This would be more than enough for most people, but it seems like a strange restriction. Instagram was NOT included and there is no choice of size. The widget looks pretty slick but the other plugins noted above seem more flexible. Only use this if you don&#8217;t need Instagram and like how it looks right out of the box.</p>
<p><img class="alignnone size-full wp-image-2105" alt="brankic social media widget" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/brankic-social-media-widget.jpg" width="275" height="128" /></p>
<p>&nbsp;</p>
<p>Tested but decided against:</p>
<p><a href="http://wordpress.org/extend/plugins/social-media-icons/" target="_blank">Social Media Icons Widget</a> &#8211; I think I tested this because it was one of the first that came up in the search. It functions OK but overall just seems outdated and a bit limiting. It does have several sets of icons you can choose from, which the other plugins do not offer &#8211; this is really only useful if you&#8217;re going for a more novelty look rather than a modern look. However the social network selection is missing both Instagram and Pinterest.</p>
<p><img class="alignnone size-medium wp-image-2106" alt="social media icons widget - choice of icon themes" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/social-media-icons-widget-choice-of-icon-themes-320x500.jpg" width="320" height="500" /> <img class="alignnone size-full wp-image-2107" alt="social media icons widget" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/social-media-icons-widget.jpg" width="264" height="156" /></p>
<p><em>Do you have a fave social media widget plugin that I haven&#8217;t listed? Share with the class in the comments!</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=mj5VpcPmlHY:AQYQFYyeiTI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=mj5VpcPmlHY:AQYQFYyeiTI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=mj5VpcPmlHY:AQYQFYyeiTI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=mj5VpcPmlHY:AQYQFYyeiTI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=mj5VpcPmlHY:AQYQFYyeiTI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/mj5VpcPmlHY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/alternatives-social-media-widget-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/alternatives-social-media-widget-plugin/</feedburner:origLink></item>
		<item>
		<title>How To Remove The WordPress Admin User Account</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/DqD6hic7q5Y/</link>
		<comments>http://webtrainingwheels.com/how-to-remove-wordpress-admin-user-account/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 17:31:20 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress Tutorials - Basic]]></category>
		<category><![CDATA[hacked sites]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2096</guid>
		<description><![CDATA[If you&#8217;ve been on the internet in the past week or so, you&#8217;ve probably heard about the spate of &#8220;brute force&#8221; attacks that have been made on WordPress sites, specifically targeting accounts with the username &#8220;admin.&#8221; It has always been a security best practice to not use this username, or any other similarly generic one but [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2097" alt="WordPress Secuirty - Delete Admin Account" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-security-delete-admin.jpg" width="500" height="200" /></p>
<p>If you&#8217;ve been on the internet in the past week or so, you&#8217;ve probably heard about the spate of &#8220;<a href="http://blog.sucuri.net/2013/04/brute-force-attacks-and-their-consequences.html" target="_blank">brute force&#8221; attacks</a> that have been made on WordPress sites, specifically targeting accounts with the username &#8220;admin.&#8221; It has always been a security best practice to not use this username, or any other similarly generic one but the recent attacks have <a href="http://www.zdnet.com/wordpress-attack-highlights-30-million-targets-7000014256/" target="_blank">highlighted the issue to the masses</a>, which is really the silver lining here.</p>
<p>The reason &#8220;admin&#8221; is the target is because it is the default username that is assigned upon installation of WordPress. If you install WordPress through your hosting control panel, you are usually, but not always, given a chance to change that before installation, but many unsuspecting folks, especially new users, may not see a reason to change it. So now a hacker has 50% of the information that he needs to get into your site. Since most people use extremely weak i.e. simple, passwords, hackers can automate the submission of zillions of attempts at guessing your password. If your password isn&#8217;t strong, they have a good chance of gaining access.<span id="more-2096"></span></p>
<p>So the easiest step you can take in securing your site is to delete the admin user account if your site is using it. To verify whether it exists (even if it&#8217;s not the username you are personally using) simply log into your site and go to <em>Users &gt; All Users</em> and look in the Username column for &#8220;admin&#8221;. If you find it there, skip to Step 5 below. If you yourself log in using the name &#8220;admin&#8221; you must take the following steps:</p>
<ol>
<li>Click <em>Add New</em> and set up a new user account with a different username</li>
<li>Give this account a STRONG password. Random numbers/letters/characters are best. This won&#8217;t be a problem for you if you use a <a title="How To Securely Remember Your Online Account Passwords" href="http://webtrainingwheels.com/how-to-securely-remember-online-account-passwords/">password manager like 1Password</a> or LastPass.</li>
<li>Assign the role of Administrator to this user.</li>
<li>After creating this account you then need to log out of the &#8220;admin&#8221; account and log back in using the new credentials you just set up</li>
<li>Go to <em>Users &gt; All Users</em> and mouseover the admin name &#8211; you will then see the &#8220;Delete&#8221; option. Click <em>Delete</em></li>
<li>On the next screen you will be asked if you want to assign all the posts that were created by &#8220;admin&#8221; to another user (yes you do!) &#8211; choose your new user account and then confirm the deletion.</li>
</ol>
<p>Congrats! Your site is now more secure.</p>
<p>Other small steps you can take:</p>
<ol>
<li>Install the <a href="http://wordpress.org/extend/plugins/limit-login-attempts/" target="_blank">Limit Login Attempts</a> plugin which is designed to prevent brute force attacks.</li>
<li>Make sure you&#8217;re <a title="Speed Up and Secure Your Site With CloudFlare" href="http://webtrainingwheels.com/speed-up-secure-wordpress-blog-cloudflare/">running Cloudflare on your site</a>. Cloudflare can intercept a lot of attackers before they even reach your site and took a <a href="http://blog.cloudflare.com/patching-the-internet-fixing-the-wordpress-br" target="_blank">proactive stance</a> when these attacks started happening.</li>
</ol>
<p>If you are ever in the unfortunate situation of having your site hacked, I recommend you contact <a href="http://affl.sucuri.net/?affl=015a2139d20b568b73ce2f1a16940950" target="_blank">Sucuri to clean it up for you</a>. They are the leaders in web security and for a low fee will clean your site and provide monitoring going forward.</p>
<p><iframe src="http://www.youtube.com/embed/-rLrxSvsFVE?rel=0" height="281" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://www.flickr.com/photos/brianklug/6870002408/" target="_blank">Image credit</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=DqD6hic7q5Y:oUooNXllepY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=DqD6hic7q5Y:oUooNXllepY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=DqD6hic7q5Y:oUooNXllepY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=DqD6hic7q5Y:oUooNXllepY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=DqD6hic7q5Y:oUooNXllepY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/DqD6hic7q5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/how-to-remove-wordpress-admin-user-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/how-to-remove-wordpress-admin-user-account/</feedburner:origLink></item>
		<item>
		<title>Mobile Plugins For Your WordPress Site</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/Ps80GTgY9VY/</link>
		<comments>http://webtrainingwheels.com/mobile-plugins-for-your-wordpress-site/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 18:08:59 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[mobile detector]]></category>
		<category><![CDATA[mobile pack]]></category>
		<category><![CDATA[mobile smart]]></category>
		<category><![CDATA[mobilepress]]></category>
		<category><![CDATA[obox]]></category>
		<category><![CDATA[wptouch]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2091</guid>
		<description><![CDATA[I recently had to find a mobile solution for a client. Their theme had been custom made a while ago and was not responsive so the easiest route (and the one that fit their budget) was to use one of the many available mobile plugins for WordPress. What&#8217;s the Difference Between A Responsive Theme and [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2093" alt="WordPress Mobile Plugins" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-mobile-plugins.jpg" width="500" height="200" /></p>
<p>I recently had to find a mobile solution for a client. Their theme had been custom made a while ago and was not responsive so the easiest route (and the one that fit their budget) was to use one of the many available mobile plugins for WordPress.</p>
<h3>What&#8217;s the Difference Between A Responsive Theme and A Mobile Plugin?</h3>
<p>A responsive theme adapts to the size of the screen it is being viewed on, so it retains a consistent overall look and feel. The mobile plugins work in various ways &#8211; some of them do let you use a responsive theme of your choosing, but oftentimes they install their own mobile theme which could look significantly different than your standard theme, but it may have some handy mobile-specific features. A mobile plugin will detect the actual device being used (rather than just the width of the screen) and show a different display based on that. It&#8217;s a quick and easy way to get a mobile solution for your site. Retrofitting an existing theme to make it responsive requires custom coding, so for many people, a plugin is the easier way to go.</p>
<h3>Criteria for Comparing Mobile Plugins</h3>
<p>As I played around with various plugins, several key distinguishing factors emerged. So before you start looking at plugins you may want to think about these factors and how important they are for your circumstance so you can make an informed decision:<span id="more-2091"></span></p>
<ul>
<li>How much could the look be customized, either through an options panel or through custom CSS?</li>
<li>How does the plugin handle widgets?</li>
<li>Ability to choose which devices the mobile version would be displayed to, i.e.  could you treat tablets differently than phones? My client in question specifically wanted iPad users to see the desktop version of the theme, not the mobile version.</li>
<li>Can I provide a separate navigation menu for mobile devices or would I have to use the same navigation items as the regular theme? This is useful if you have a lot of pages but you want to provide a more streamlined experience for your mobile user.</li>
<li>Ability to choose a different homepage for mobile</li>
<li>Does the plugin provide its own mobile theme or does it let you select from a theme you may have on your current WordPress installation?</li>
<li>How does it handle image resizing?</li>
</ul>
<p>I tested a number of plugins &#8211; below are the ones worth mentioning, either because they are a good solution, or because you should avoid them! If you Google for WordPress mobile plugins you&#8217;ll find tons of lists and there are some reputable sites (not mentioning names) that are making poor recommendations that do not seem to be researched. So that&#8217;s why I&#8217;m including some plugins that I would not recommend because you&#8217;ll see them listed elsewhere by people that clearly have not tested them, and I want you to know the real deal!!</p>
<h3>MobilePress</h3>
<p><a href="http://wordpress.org/extend/plugins/mobilepress/" target="_blank">Plugin info</a></p>
<ul>
<li>Allows you to choose a specific homepage for mobile site</li>
<li>Comes with one mobile theme included which is pretty clean looking. You can create and upload your own custom mobile themes.</li>
<li>Doesn&#8217;t display your widgets</li>
<li>The hugely major problem I found is that there seemed to be no navigation menu! I have to imagine this is a bug rather than intended behaviour, but in any case I saw a lot of other people also complaining about this in the forums, and no solutions offered.</li>
</ul>
<p><em><strong>NOT RECOMMENDED</strong></em></p>
<h3>WP Touch (Free and Pro versions available)</h3>
<p><a href="http://www.bravenewcode.com/product/wptouch-pro/" target="_blank">Plugin info</a></p>
<p>I think this plugin has been around the longest. It&#8217;s certainly one of the most referred to. It gets quite a bit of flak <a href="http://www.wpwatercooler.com/video/ep12-mobile-responsive-wordpress-wpwatercooler-december-10-2012/" target="_blank">from developers and others</a> for its sterile look,  but after testing it, I find that view to be very shortsighted. The Pro version in particular gives you quite a bit of control over customizing the icons and the look as a whole and if you take a minute to play with the options you can avoid the sterile default look and create something more custom-looking. The in-built themes of most of the mobile plugins discussed here are actually all quite similar at the end of the day.</p>
<p><em>Free Version</em></p>
<ul>
<li>Can select a page to use as the mobile home page</li>
<li>Can upload custom icons</li>
<li>Allows you to enter google adsense for ads in mobile posts</li>
<li>Smooth handling of image resizing for small screens</li>
</ul>
<p><em>Pro Version</em></p>
<ul>
<li>Can choose to show your regular site  to iPad users (this is a big deal &#8211; most plugins lump tablets in with mobile phones)</li>
<li>Can specify a custom navigation menu for mobile</li>
<li>Includes a couple of different mobile themes each with various customization options for the look</li>
<li>Can easily create a child theme for further customization</li>
<li>Widgets are not displayed be default but developers can create a child theme and add some code to enable widget display</li>
<li>Can customize header, footer, all the icons and more.</li>
<li>There are actually a ton of other options in the Pro version that get quite detailed which I didn&#8217;t find elsewhere. I recommend you read all of them on the plugin site (linked above)</li>
</ul>
<p><em><strong>PRO version RECOMMENDED, Free version is a little stiff looking.</strong></em></p>
<h3>WordPress Mobile Pack</h3>
<p><a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/" target="_blank">Plugin info</a></p>
<ul>
<li>Can deliver mobile site based either on browser detection or mobile domain</li>
<li>Lets you turn on and off your existing widgets for mobile version &#8211; this is a powerful feature I did not find elsewhere</li>
<li>Can choose any of your installed themes to serve for the mobile version (so doesn&#8217;t have to be your currently active theme, as long as it&#8217;s viewable on your Manage Themes tab, the plugin can use it), or can use one of their basic included themes. WordPress&#8217; Twenty Twelve makes for a good mobile theme and looks better than their included themes.</li>
<li>Doesn&#8217;t offer a separate mobile homepage or navigation menu .</li>
<li>The styling for the menu in the plugin&#8217;s own mobile themes is very primitive and not attractive especially if you have drop-down menus.</li>
<li>Widgets <em>are</em> displayed at the bottom of the screen</li>
<li>Overall look of the in-built themes is so-so &#8211; fairly clean but a little dated</li>
<li>The handling of image re-sizing of the plugin is really bad!  If you enable the &#8220;shrink image&#8221; feature,  it makes images way too small, but if you don&#8217;t enable it, your large images will be too large for a small screen.</li>
</ul>
<p><em><strong>Worth looking at if you have a basic blog, but if your content is not blog-based, I wouldn&#8217;t recommend it, especially if you have more than a few items in your nav menu.</strong></em></p>
<h3>WP Mobile Detector</h3>
<p><a href="http://wordpress.org/extend/plugins/wp-mobile-detector/" target="_blank">Plugin info</a></p>
<ul>
<li>Allows to choose whether to show mobile version to tablets or not</li>
<li>Widgets are placed at the top of the page in a clickable tab</li>
<li>Has a couple of mobile themes included</li>
<li>No way to provide mobile specific homepage or navigation</li>
<li>The MAJOR problem with this plugin is that it places an ad at the bottom of the screen which you cannot switch off.</li>
<li>Even worse is that after you click on a few pages it interrupts with a full screen video ad!! Again, there is no mention of this in the plugin info and you can&#8217;t turn it off. Yuck!</li>
</ul>
<p><em><strong>AVOID LIKE THE PLAGUE due to the spammy handling of advertising.</strong></em></p>
<h3>Mobile Smart (Free and Pro versions)</h3>
<ul>
<li>Pro version allows you to define mobile specific content on each version of your page/post</li>
<li>Mobile specific  menus only available in Pro version</li>
<li>Lets you choose any installed theme to use for mobile, so again, you would have to have a responsive theme in your WordPress installation for it to work. The plugin does not provide its own mobile theme.</li>
<li>Free version does allow you to turn off mobile theme for tablets</li>
<li>Free version has some developer features for customization, such as template tags, but regular users won&#8217;t get much use out of that.</li>
</ul>
<p><strong><em>The free version is recommended as long as you don&#8217;t need to customize menus and homepage for mobile. The Pro version is only $13. I didn&#8217;t purchase it, but it seems very reasonable for the extra features.</em></strong></p>
<h3>Obox Mobile</h3>
<p><a href="http://www.obox-design.com/wpmobile.cfm" target="_blank">plugin info</a></p>
<p>This is only available as a paid plugin for $60</p>
<ul>
<li>Can choose which page to use for mobile homepage</li>
<li>Can set up a mobile specific menu</li>
<li>Has some  basic but pretty clean looking in-built mobile themes</li>
<li>Does not seem to display widgets</li>
<li>Has a comprehensive set of options, comparable to WPTouch Pro</li>
<li>Has a in-built featured slider which can be enabled</li>
<li>You can provide custom logos and background</li>
<li>Image scaling works well</li>
<li>There are 5 in-built themes or you could custom create and upload your own.</li>
<li>Major downside is the lack of ability to turn off the mobile theme for tablets. I personally think that a $60 mobile plugin should include that feature.</li>
</ul>
<p><strong><em>RECOMMENDED as long as you don&#8217;t care about treating tablets differently than mobile phones.</em></strong></p>
<h3>Conclusion</h3>
<p>WPTouch Pro and Obox come out tops for me. I couldn&#8217;t use Obox for my client because of the lack of iPad control, but otherwise its solid. Both these plugins have comprehensive options, withWPTouch Pro having a slight edge (for me). If you&#8217;re looking for a free solution I think I  might use Mobile Pack  or Mobile Smart with a responsive theme such as Twenty Twelve. The Pro version of Mobile Smart is inexpensive so for a budget-friendly solution with more options, that could be good.</p>
<p>A couple of tips before I go:</p>
<p>If you have a caching plugin running on your site, you may need to make some tweaks so that the mobile version works correctly on the right devices.</p>
<p>Without actually owning all the various mobile devices, it could be hard to actually test out these plugins. But an awesome method I found was to install an add-on for the Firefox browser called <a href="https://addons.mozilla.org/en-us/firefox/addon/override-user-agent/" target="_blank">Override User Agent</a>. This lets you have your browser act as if it were a mobile device (and it has a good list of devices to choose from) so that the mobile plugin you are testing thinks you are an iPad 9or whichever device you choose), and therefore you can see how the site will look on that device. Extremely handy!</p>
<p><em>So that&#8217;s my roundup. What has your experience been with mobile plugins? Have one you love? Leave a comment!</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Ps80GTgY9VY:dL1Cxp9XWkk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Ps80GTgY9VY:dL1Cxp9XWkk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Ps80GTgY9VY:dL1Cxp9XWkk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Ps80GTgY9VY:dL1Cxp9XWkk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=Ps80GTgY9VY:dL1Cxp9XWkk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/Ps80GTgY9VY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/mobile-plugins-for-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/mobile-plugins-for-your-wordpress-site/</feedburner:origLink></item>
		<item>
		<title>WordPress Webinars &amp; Classes Announced!</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/Y5rxShBopvQ/</link>
		<comments>http://webtrainingwheels.com/wordpress-webinars-classes-announced/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 17:05:25 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[macilchimp]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[webinars]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2089</guid>
		<description><![CDATA[It&#8217;s been a little while since I&#8217;ve done any WordPress webinars or in-person classes. But I finally got around to setting up a few. Just to clarify, webinars take place online only whereas classes are conducted in small groups in the Los Angeles area. Those sexy folks that are on my email list always get [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p style="text-align: center;"><img class="aligncenter size-full wp-image-1659" alt="WordPress Webinars , WordPress Classes - Los Angeles" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2012/02/hikari-wordpress-plugin-web.jpg" width="500" height="200" /></p>
<p>It&#8217;s been a little while since I&#8217;ve done any WordPress webinars or in-person classes. But I finally got around to setting up a few. Just to clarify, webinars take place online only whereas classes are conducted in small groups in the Los Angeles area. Those sexy folks that are on my email list always get the first opportunity to sign-up and they always get a coupon code for discounts. <span id="more-2089"></span>So if you are not yet a member of my email list, now is a good time to fix that&#8230;.Go ahead&#8230;I&#8217;ll be here waiting&#8230;.<br />
<a href="http://webtrainingwheels.us1.list-manage.com/subscribe?u=9981a10e81139ee02b3f49364&amp;id=2a348c1e33" target="_blank">SIGN UP HERE</a></p>
<p>OK, so below is the upcoming schedule with links for more info and registration. Both webinars and classes have a limited capacity so early sign-up is recommended. Classes will have no more than 9 people so that everyone will receive a lot of value and have their questions answered. Webinars will also include Q&amp;A time and online access to the recording afterwards.</p>
<h3>Upcoming WordPress webinars:</h3>
<p><a title="Introduction to Search Engine Optimization for WordPress – April 23rd – Online Webinar" href="http://webtrainingwheels.com/webinars/intro-search-engine-optimization-wordpress/">Introduction to Search Engine Optimization for WordPress</a><br />
April 23rd, 11am – 1pm PST, $25</p>
<p><a title="How To Maintain Your WordPress site – May 7th – Online Webinar" href="http://webtrainingwheels.com/webinars/how-to-maintain-wordpress-site-backups-updates-maintenance-speed-security/">How To Maintain Your WordPress site: Backups, Updates and Maintenance for Speed and Security</a><br />
May 7th, 11am – 1pm PST, $25</p>
<h3>Upcoming In-Person WordPress Classes:</h3>
<p><a title="How to Choose WordPress Themes – May 1st – In Person Class" href="http://webtrainingwheels.com/wordpress-classes-workshops-los-angeles/choosing-wordpress-themes/">How to Choose WordPress Themes: how to decipher demos, what to look for plus a tour of some major themes</a><br />
May 1st, 7:30pm – 9:30pm, $40</p>
<p><a title="Build an Email List – Using Mailchimp with WordPress – Class, May 15th" href="http://webtrainingwheels.com/wordpress-classes-workshops-los-angeles/build-email-list-mailchimp/">Build an Email List – Using Mailchimp with WordPress</a><br />
May 15th, 7:30pm – 9:30pm, $40</p>
<p><a title="Ecommerce with WordPress: Sell Products and Services – May 29th" href="http://webtrainingwheels.com/wordpress-classes-workshops-los-angeles/ecommerce-sell-products-services/">Ecommerce with WordPress: Sell Products and Services</a><br />
May 29th, 7:30pm – 9:30pm, $40</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Y5rxShBopvQ:g4W836dKBuI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Y5rxShBopvQ:g4W836dKBuI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Y5rxShBopvQ:g4W836dKBuI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=Y5rxShBopvQ:g4W836dKBuI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=Y5rxShBopvQ:g4W836dKBuI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/Y5rxShBopvQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/wordpress-webinars-classes-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/wordpress-webinars-classes-announced/</feedburner:origLink></item>
		<item>
		<title>The Complete Guide to Using The WordPress SEO Plugin by Yoast</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/2kRJqoYTqOM/</link>
		<comments>http://webtrainingwheels.com/complete-guide-wordpress-seo-plugin-yoast/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 16:33:44 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress seo]]></category>
		<category><![CDATA[yoast]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2032</guid>
		<description><![CDATA[This guide is current as of v 1.4.4 of the plugin, March 2013. This post is really long so I&#8217;ve turned it into a .pdf for easy reading and printing (but think of the trees before you print).  Download the PDF version of The Complete Guide To Using The WordPress SEO Plugin by Yoast  The [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2051" alt="The Complete Guide To Using The WordPress SEO Plugin by Yoast" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/complete-guide-wordpress-seo-yoast-plugin.jpg" width="500" height="200" /></p>
<p><em>This guide is current as of v 1.4.4 of the plugin, March 2013.</em></p>
<p>This post is really long so I&#8217;ve turned it into a .pdf for easy reading and printing (but think of the trees before you print). <em><br />
</em><strong><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/The-Complete-Guide-to-Using-The-WordPress-SEO-Plugin-by-Yoast.pdf">Download the PDF version of The Complete Guide To Using The WordPress SEO Plugin by Yoast</a> <em><br />
</em></strong></p>
<p>The WordPress SEO plugin by Yoast is on most lists of &#8216;must-have&#8217; WordPress plugins. As much as is written about, the extensive set of options it provides can seem intimidating, especially to newer users.</p>
<p>Yoast has a fair amount of commenting and explanatory text throughout the plugin screens so I won&#8217;t duplicate anything he&#8217;s saying there, but just try and clarify the less obvious parts.</p>
<h3>SEO &gt; Dashboard</h3>
<h4>Security</h4>
<p>If you are an advanced user, leave this unchecked, but otherwise it&#8217;s ok to check it, particularly if you have multiple users on your site that might wreak havoc with this.</p>
<h4>Webmaster Tools</h4>
<p>Yoast provides a very handy way to verify your site with Google Webmaster Tools, Bing webmaster tools and Alexa. Each of those services will give you a meta tag to paste into your code as a method of proving your ownership of your website. However by pasting the meta tag here you can save yourself the need to touch any code. Google Webmaster Tools is a must-have account since it will give you useful information about the health of your website, and will provide enhanced info inside your Google Analytics account. Bing webmaster tools also provides some helpful info, including a good keyword research tool. As for Alexa, well it won&#8217;t do any harm to verify your site there but in all honesty I personally don&#8217;t put a lot of stock in Alexa and I rarely use this. Below you can see the meta tag that Webmaster Tools provides you. The underlined part is what you will paste into this field of the SEO plugin.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/yoast-seo-verify-webmaster-tools.jpg"><img class="aligncenter size-medium wp-image-2052" alt="Verify Webmaster Tools in WordPress SEO" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/yoast-seo-verify-webmaster-tools-500x154.jpg" width="500" height="154" /></a></p>
<h3><span id="more-2032"></span>SEO &gt; Titles &amp; Metas &gt; General</h3>
<h4>Title Settings</h4>
<p><em>Force rewrite titles</em> &#8211; This box relates to how the meta titles for each page are produced by the code. It may be necessary to check this box depending on your theme. Sometimes there&#8217;s a conflict between the WordPress SEO plugin and your theme which may also be outputting some SEO info. The typical indication of this is duplication of the meta title. You can check for this either in the source code of one of your pages, or at the very top of your browser window:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/browser-title-bar-duplication.jpg"><img class="aligncenter size-medium wp-image-2033" alt="Meta Title Duplication - Browser" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/browser-title-bar-duplication-500x48.jpg" width="500" height="48" /></a></p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/yoast-seo-guide-duplicate-title.jpg"><img class="aligncenter size-medium wp-image-2034" alt="Duplicate Meta Title - Page Source" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/yoast-seo-guide-duplicate-title-500x15.jpg" width="500" height="15" /></a></p>
<p>So if you have strange output like this you will need to check the &#8220;Force rewrite titles&#8221; box to resolve the problem.</p>
<h4>Sitewide Meta Settings</h4>
<p><em>noindex subpages of archives</em><br />
It&#8217;s recommended to check this box to avoid people performing a Google search and ending up on, for example, page 2 of your archives which may not be the best place for them. Archive pages change over time as you add new posts &#8211; so something that is on page 2 of the archives today, could be on page 3 tomorrow. It&#8217;s not ideal to have people land on these pages because they may not be able to easily find what they are looking for. You want people to always land on the most relevant page/post for their search and typically that&#8217;s NOT an archive page.</p>
<p><em>use meta keywords</em> &#8211; This is not needed because no search engine uses these for ranking any more.</p>
<p><em>add noodp tag</em> and <em>add noydir</em></p>
<p>Generally speaking you&#8217;d want these boxes checked, although it may not make any real difference to your site unless it&#8217;s listed in the Yahoo or DMOZ directories. This makes sure that search engines don&#8217;t use Dmoz and Yahoo meta descriptions for your site, instead of the meta descriptions you will provide. These directories used to be authoriative guides to the web but now they are significantly less so, so there&#8217;s no value in using info from those listings.</p>
<h4><strong>Clean Up The Head</strong></h4>
<p>By default, WordPress outputs a lot of extraneous information in the &lt;head&gt; section of your site. This is a section of code not visible on your webpage itself, but if you use View Source in your browser you&#8217;ll see it. The less irrelevant code Google has to crawl through the better, so Yoast allows you to clean up some of this unnecessary stuff.</p>
<p><em>Hide RSD Links </em>- These are used to connect with 3rd party services that use xml-rpc to publish remotely to your blog. For example, I use Diigo for bookmarking websites. It has a feature that lets me post directly to my blog from Diigo. For this remote publishing feature to work, the RSD links have to be visible to Diigo. When I used this option to hide the link, I could no longer connect Diigo to my blog for this type of remote posting. If you don&#8217;t use any 3rd party publishing like this, you can check the box. It can always be un-checked at a later time if necessary.</p>
<p><em>Hide WLW Manifest Links</em> &#8211; You can check this box unless you use Windows Live Writer. If you don&#8217;t use, or even know what WLW is, you can safely check it ;)</p>
<p><em>Hide Shortlink for posts</em> &#8211; WordPress provides what it calls &#8220;shortlinks&#8221; for your posts (which are really just the default permlink with the number at the end, not a real shortlink like bit.ly). Again, if you don&#8217;t use, or even know what the shortlinks are, you can hide it. It&#8217;s not a huge deal either way, but hiding them will make your &lt;head&gt; code more compact.</p>
<p><em>Hide RSS Links</em> &#8211; If you have a blog on your site, do not check this box.</p>
<h3>SEO &gt; Titles &amp; Metas&gt; Home</h3>
<p>This is the section where people tend to get confused. A couple things to understand.</p>
<p>First, one must understand that one of the major points of this plugin is that it allows you to control the meta information for each piece of content on your site, in all the ways that WordPress displays it (homepage, single post, tag archive, category archive etc)</p>
<p>Secondly, &#8220;titles &amp; metas&#8221; refers to the meta title and the meta description which determines how your site&#8217;s pages/posts appear in Google search results pages.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/title-and-description-in-serps.jpg"><img class="aligncenter size-medium wp-image-2035" alt="Meta Title and Description in search results pages" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/title-and-description-in-serps-500x471.jpg" width="500" height="471" /></a></p>
<p><strong>What is a meta description or meta title template?</strong></p>
<p>Ideally you would hand-craft the title and description for every single page or post. But if you&#8217;re only starting this process when you already have a lot of content not yet optimized,or perhaps you have authors who you think won&#8217;t fill it in, the templates you can create in this section allow something to be output in the event you don&#8217;t handcraft it, or if you just want to &#8220;set it and forget it&#8221;. So at least you will be providing some information to Google rather than nothing at all.</p>
<p>The template is created by replacing the variables you see with the content from that post. So for example, <em>%%title%%</em> will be replaced with the title of the post or page in question. <em>%%sitename%%</em> will be replaced with whatever you have designated as your site title in your <em>Settings &gt; General &gt; Site Title</em></p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-Titles-Metas-Post-Tempate.jpg"><img class="aligncenter size-full wp-image-2045" alt="WordPress SEO - Titles &amp; Metas  - Post Tempate" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-Titles-Metas-Post-Tempate.jpg" width="489" height="183" /></a></p>
<p>&nbsp;</p>
<p>This template would translate to this for an individual post:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/meta-template-post.jpg"><img class="aligncenter size-medium wp-image-2046" alt="WordPress SEO - meta template - post" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/meta-template-post-500x96.jpg" width="500" height="96" /></a></p>
<p>All the possible variables are found in the <em>Help</em> tab. The defaults that the plugin sets up are pretty good to use for templates, but as I mentioned before, hopefully you&#8217;ll be customizing on a per post basis (see below).</p>
<p>Even if you set up templates, you can still customize individual pages/post by filling in the info in the WordPress SEO box on that individual piece of content as described later. The template just makes sure that your title and description aren&#8217;t totally empty.</p>
<h4>Homepage</h4>
<p>In WordPress, if you have set your blog posts to display on your homepage, you&#8217;ll need to use this section to control the Title and Description specifically for your homepage. If you are using a static homepage, you can control the info on that individual page.</p>
<p>The default is the site name then description as you&#8217;ve set in your WordPress Settings &#8211; but you can override that here with more specific info.</p>
<h4>Author Metadata</h4>
<p>This is for Google Authorship. If yours is a multi-author blog you may not want to specifiy one author for the homepage. But you will want to specify your Google business PAGE as the publisher. This adds the necessary rel=publisher to the &lt;head&gt; of your site for Google to detect. You also need to go into your Google Page and add a link from there to your website to complete the loop.</p>
<h3>SEO &gt; Titles &amp; Metas &gt; Post Types</h3>
<p>This allows you to set up templates for the output of the meta <em>title</em> and <em>description</em> for every regular and custom post type on your site.</p>
<p><em>Meta Robots</em>: I don&#8217;t recommend checking this box unless you know what you are doing since it will prevent an entire set of content being indexed by Google. There are definitely use cases for this, but if you&#8217;re a beginner, best to leave alone.</p>
<p><em>Date in Snippet Preview</em>: There&#8217;s varying schools of thought on this. Generally speaking you would want to show the date in the snippet preview if you run a news-style site that has time-sensitive content. For other sites you&#8217;ll probably want to leave it un-checked.</p>
<p><em>WordPress SEO Meta Box - </em>this is the box that appears on the editing screen for every individual piece of content on your site &#8211; allowing you to customize the meta information for it. 99% of the time you need to leave this un-checked.</p>
<p>If you have custom post types (such as a portfolio, or products for example) they will automatically show up here and you can customize them just like regular posts and pages. If your custom post types have archive pages, they will show at the bottom of this screen.</p>
<h3>SEO &gt; Titles &amp; Metas &gt; Taxonomies</h3>
<p>Allows you to control meta information for all the taxonomies on your site such as tags and categories, in addition to any custom taxonomies generated by themes or plugins.</p>
<h3>SEO &gt; Titles &amp; Metas &gt; Other</h3>
<p>Here you can set up meta information templates for other archive pages such as date-based archives, author archives, as well as your 404 pages and search pages. You&#8217;ll notice that for the <em>Date Archives </em>the default is that the &#8220;noindex, follow&#8221; box is checked &#8211; this is to avoid duplicate content issues on your site so it&#8217;s good to keep it checked. On single author blogs, you may want to do the same for the <em>Author Archives</em> since it&#8217;s just showing the same content that&#8217;s already available on your blog homepage and category and tag archives.</p>
<h3>SEO &gt; Titles &amp; Metas &gt; Help</h3>
<p>This tab contains all the variables that are used in the meta info templates &#8211; use it as a reference or if you&#8217;re creating your own template, you&#8217;ll find what you need here.</p>
<h3>SEO &gt; Social</h3>
<p>This is a very cool feature of Yoast&#8217;s plugin, but you should make sure you don&#8217;t have other plugins duplicating what&#8217;s being done here.</p>
<h4>Facebook OpenGraph</h4>
<p>As long as you don&#8217;t have another plugin also outputting Open Graph info, you&#8217;ll want to check this box.<br />
When you (or someone else) posts a link from your site to Facebook, it typically displays with a title, description and thumbnail. If your links are not showing up with the correct or desired info, it&#8217;s probably because you have not specified your OpenGraph info. This is a set of tags in your site&#8217;s code that Facebook looks for in order to gather info about the page and use that info when shared on Facebook. If you don&#8217;t provide it, Facebook is left to its own devices and sometimes that results in random thumbnails showing up etc.</p>
<p>So the WordPress SEO plugin can output that info for you, but other plugins also do it, so only turn it on if you don&#8217;t already have it in place. Or turn off the other plugin instead.</p>
<p>To see if your site is outputting open graph info you can view the source code of your site and look for the following og tags:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/open-graph-meta-information.jpg"><img class="aligncenter size-medium wp-image-2036" alt="Facebook Open Graph Information" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/open-graph-meta-information-500x51.jpg" width="500" height="51" /></a><em></em></p>
<p><em>Facebook Insights and Admins<br />
</em>By clicking &#8220;Add Facebook Admin&#8221; while logged into your Facebook account, it will allow the plugin to detect your FB user ID and set it as the Admin for your website so that you will get insights (stats) about your website inside Facebook.</p>
<p><em>Frontpage settings</em><br />
Since you may have several different images on your homepage, particularly if your front page is a blog, you&#8217;ll want to specify which one should be used when someone shares a link to your homepage.</p>
<p><em>Default settings</em><br />
This is the fallback image to be used if a post doesn&#8217;t have any images.</p>
<p>How Social Works:<br />
The plugin will find any images in the post and assign them each an og: image tag. This means that when someone shares the link on Facebook, they will have a choice of thumbnails to assign to the post.</p>
<p>Note that Google Plus also uses the OpenGraph Protocol to determine how shared links show up.</p>
<p><em>Google Authorship:</em> WordPress SEO will create the necessary markup in the code for Google Authorship &#8211; that&#8217;s where your photo shows up next to your content in the search results pages. In order to make this work, you need to go into Users &gt; Your Profile and fill in the link to your G+ profile there. You also need to add a link to your website in the About section of your Google Profile.</p>
<p><em>Twitter:</em> WordPress SEO can add the Twitter meta data that would be needed to have a more detailed summary of your post show up inside Twitter when shared, but that feature doesn&#8217;t happen automatically on Twitter. This is not due to the plugin, but due to Twitter itself. You have to submit and be approved here for participation in Twitter Cards:<br />
<a href="https://dev.twitter.com/form/participate-twitter-cards" target="_blank">https://dev.twitter.com/form/participate-twitter-cards</a></p>
<h3>SEO &gt; XML Sitemaps</h3>
<p>Having an XML sitemap helps Google find all of the content on your site quickly and efficiently. The XML sitemap automatically updates as you add new content. This type of sitemap is designed for bots not humans.</p>
<p>You should submit this URL to your Google Webmaster Tools account. inside Webmaster tools, from the nav menu on the left, click on Optimization, then Sitemaps. You will see the Add/Test Sitemap button at the top right. Click that and then Submit Sitemap. add your sitemap url and you&#8217;re done.</p>
<p>Note that an XML sitemap is designed for search bots, not for humans. Read this post for <a title="XML and HTML Sitemaps For Your WordPress Site – The Basics" href="http://webtrainingwheels.com/xml-html-sitemaps-wordpress-basics/">understanding the difference between XML and HTML sitemaps</a></p>
<p>If there are certain post types that you never want to include in your sitemap (because you don&#8217;t want Google to know about them and index them) you can exclude them all here, but you can also control it indivudally per post type.</p>
<h3>SEO &gt; Permalink Settings</h3>
<p>This is fairly advanced stuff &#8211; most typical users will not have need for it. Yoast&#8217;s comments are pretty well detailed here.</p>
<h3>SEO &gt; Internal Links</h3>
<p><strong>Breadcrumbs Settings</strong></p>
<p>Breadcrumbs are navigational aids that help humans orient themselves within a site &#8211; understanding what section or sub-section they are in. They also provide help to bots in discovering all the content on your site. For most personal blogs breadcrumbs wouldn&#8217;t really be necessary. But if your site has a more complex structure that goes several sub-sections deep, or provides many ways to get to the same content, as many ecommerce sites do, for example, you may find them useful. This is what breadcrumbs look like:</p>
<p><img class="aligncenter size-medium wp-image-2043" alt="breadcrumbs for SEO" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/breadcrumbs-500x40.jpg" width="500" height="40" /></p>
<p>All of the options in this section let you customize how you want your breadcrumbs to look and where on the site you want them to show up. However, unless you happen to be using one of a handful of themes that natively support Yoast&#8217;s breadcrumbs (Thematic and Hybrid are examples), you will have to add the code that Yoast provides into your theme. If you are a beginner uncomfortable with code, this would not be recommended. You would be best not bothering with this section.  You can check if your theme has its own method of breadcrumbs built-in &#8211; many do.</p>
<h3>SEO &gt; RSS</h3>
<p>This is a genius feature Yoast has provided to foil scrapers (dodgy sites that automatically republish content from other sites without permission). They work by scraping the content of your RSS feed, so Yoast provides a way for you add a footer or header to your feed which contains links back to your site. This way, even if someone does scrape the content, at least you will be credited. If you&#8217;re not sure what to do here, just leave the default settings.</p>
<h3>SEO &gt; Import &amp; Export</h3>
<p>So let&#8217;s say you&#8217;ve been using some other SEO plugin on your site for a long time and now everyone is telling you to use Yoast&#8217;s plugin. Will you have to start from scratch or lose all that meta data you already input in your other plugin? NO! Yoast provides an import featured here which allows you to move your exiting meta information from another plugin into WordPress SEO so that you don&#8217;t have to  re-do everything. Likewise you can also export all of your Yoast data here as well.</p>
<h3>SEO &gt; Edit Files</h3>
<p>Beginner users will generally want to keep out of this section. It provides easy editing access to your site&#8217;s robots.txt file (which you may not necessarily have) and your .htaccess file. For advanced users you can use .htaccess to do redirects, security tweaks and various other things but you should only be in this section if you know what you are doing!</p>
<p>So those are all the main settings for the plugin, but you will also find various <em>WordPress SEO by Yoast </em>boxes throughout the backend of your site, on almost every piece of content. So if you look at the editing screens for individual posts, pages, categories, tags etc, you will see a WordPress SEO box that lets you customize meta information for that section. The thoroughness of this plugin is one of the reasons that it is so highly recommended. It gives you tons of control.</p>
<h3>Posts, Pages and Custom Post Types</h3>
<p>You will see the following box at the bottom of each piece of content you are editing:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/wordpress-seo-meta-box.jpg"><img class="aligncenter size-medium wp-image-2044" alt="Yoast's WordPress SEO - Meta Box" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/wordpress-seo-meta-box-500x311.jpg" width="500" height="311" /></a></p>
<p><strong>General</strong></p>
<p>Earlier in this article I talked about how the plugin allows you to create a template for your meta title and description, but that you may want to customize it on a per-post basis. This is where you would do that.</p>
<p><em>Snippet Preview</em> &#8211; If you set up a meta information template in the <em>SEO &gt; Titles &amp; Metas</em> section you&#8217;ll already see some information populated in the Snippet Preview area. This gives you a preview of how your post will look in the Google results pages, based on your current settings. You will notice that if you start typing something into the SEO Title or Meta Description fields, the snippet preview will change in real time to reflect the new information you are providing.</p>
<p><em>Focus Keyword</em> -Many people on first glance get hung up on or confused by this field. Here&#8217;s what you have to understand &#8211; this is a TOOL only, and does NOT affect the ouput of the plugin. Using the Focus keyword field is optional, you only need to use this if you want to do the page analysis and use the check button in the Publish box.What this tool will do is the following:</p>
<p>You enter your focus keyword (that&#8217;s ONE keyword or ONE phrase) for your post, then after updating your post you will see a quick checklist of where your keyphrase was found.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/wordpress-seo-focus-keyword-checklist.jpg"><img class="aligncenter size-medium wp-image-2047" alt="wordpress seo - focus keyword checklist" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/wordpress-seo-focus-keyword-checklist-500x216.jpg" width="500" height="216" /></a></p>
<p>&nbsp;</p>
<p>Note that as you type in the focus keyword field, you&#8217;ll see a dropdown of suggestions &#8211; those keywords and phrases are based on Google searches, so this function helps you refine your focus keyword based on real-world searches. Click on the <em>Page Analysis</em> tab to get even more detail.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-Page-Analysis-Tab.jpg"><img class="aligncenter size-medium wp-image-2048" alt="WordPress SEO - Page Analysis Tab" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-Page-Analysis-Tab-500x230.jpg" width="500" height="230" /></a></p>
<p>&nbsp;</p>
<p>This tool is designed to help you improve your on-page optimization skills. If you are already well-versed you will not need this tool, but it may be helpful for beginners. <a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-color-indicator.jpg"><img class="alignright size-thumbnail wp-image-2049" alt="WordPress SEO color indicator" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/WordPress-SEO-color-indicator-100x100.jpg" width="100" height="100" /></a>The color indicator up in the Publish box shows how well you&#8217;re doing.Don&#8217;t obsess about making it turn green however &#8211; you never want to sacrifice well-written content for the sake of search engine optimization. Additionally it occasionally provides inaccurate information such as saying your keyword is not in the title when it clearly is. Each post or page should be tightly focused around one concept- that&#8217;s why you only enter one word or phrase in this tool. If you don&#8217;t know what to put it means you may not have a clear direction with this piece of content.</p>
<p><em>SEO Title, Meta Description</em></p>
<p>If your post titles are strong, meaning keyword-rich and descriptive you may not need to customize your SEO Title. However in some cases you may have crafted a clever or funny post title for your readers, but that may not be the most search-engine friendly way of describing your content. So the <em>SEO title</em> lets you give Google a more straightforward and descriptive title.</p>
<p>Everything should be written in human-friendly English (no lists of keywords or other tricks). The title should have your keywords for that post/page in it. The description is like ad copy &#8211; a compelling description of the content that will encourage people to click on your result in the SERPS.</p>
<p><em>Advanced</em></p>
<p>This gives you control over the robots meta tag for the page/post, allowing you to specify if the page should be noindex-ed and/or nofollow-ed.  Most regular users won&#8217;t need to do anything here. A common use case would be if you are creating a landing page that you <em>don&#8217;t</em> want to show up in search results. You can also control the canonical url for the page, or set up a 301 redirect. The latter is useful if this piece of content is perhaps out of date. You generally don&#8217;t want to ever delete pages on your site since they can result in broken links, 404 errors and poor user and googlebot experience. You can instead point a page to a better version using a 301 redirect so that users and googlebots find the new content instead. If you don&#8217;t know what any of these settings relate to, you would be advised to stay out of this tab!</p>
<p><em>Social</em></p>
<p>The Social tab provides some very handy functionality. By default, whatever you have created for your Meta Description will be used as the snippet when your link is shared on Facebook and Google+. However you may want to craft a unique snippet for Facebook that is different than the meta description on the search engine results. The Social tab lets you specify those different descriptions. Although there is a box for a Google+ description, it doesn&#8217;t actually seem to do anything. I don&#8217;t see anything different output in the code of the page, and when you share a link to Google+ it will use your Facebook description if there is one, otherwise the meta description.</p>
<p><strong> Still have questions? Leave a comment!</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=2kRJqoYTqOM:of74WFLS3T4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=2kRJqoYTqOM:of74WFLS3T4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=2kRJqoYTqOM:of74WFLS3T4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=2kRJqoYTqOM:of74WFLS3T4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=2kRJqoYTqOM:of74WFLS3T4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/2kRJqoYTqOM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/complete-guide-wordpress-seo-plugin-yoast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/complete-guide-wordpress-seo-plugin-yoast/</feedburner:origLink></item>
		<item>
		<title>XML and HTML Sitemaps For Your WordPress Site – The Basics</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/ayV53HvRWGI/</link>
		<comments>http://webtrainingwheels.com/xml-html-sitemaps-wordpress-basics/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 17:32:07 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress Tutorials - Basic]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2038</guid>
		<description><![CDATA[Sitemaps are much-hyped and oft-misunderstood. Most people have heard they need a sitemap so Google will like their site but how to go about creating one? Sitemaps are recommended for search engine optimization to help Google (and other search engines) discover all of the content on your site. They are especially helpful when your site [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2042" alt="How To Create XML and HTML Sitemaps in WordPress" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/wordpress-sitemaps-xml-html.jpg" width="500" height="200" /><br />
Sitemaps are much-hyped and oft-misunderstood. Most people have heard they need a sitemap so Google will like their site but how to go about creating one?</p>
<p>Sitemaps are recommended for search engine optimization to help Google (and other search engines) discover all of the content on your site. They are especially helpful when your site is large or has a complex  structure which might make it harder for Google to find all the pages on your site.</p>
<p>Sitemaps come in two flavours: XML and HTML</p>
<p><strong>XML sitemaps</strong> are designed for search engine bots, not humans.<br />
<strong>HTML sitemaps</strong> are more geared toward humans, but search engine bots can crawl them too.</p>
<h2>How To Create An XML Sitemap</h2>
<p>If you use the WordPress SEO plugin by Yoast, it has the capability to create an XML sitemap. If you are not using that plugin, or are an advanced user who needs even more fine-grained control than that which the Yoast plugin provides, I recommend <a title="Better WordPress XML Sitemaps Plugin" href="http://wordpress.org/extend/plugins/bwp-google-xml-sitemaps/" target="_blank">BWP XML Sitemaps</a>.<span id="more-2038"></span></p>
<h3>What To Do Next</h3>
<p>An XML sitemap will <em>not</em> be linked from somewhere visible on your site. It will live on your server, at a url such as yourwebsite.com/sitemap.xml &#8211; the plugin will automatically place it on your server for you.<br />
If you&#8217;re curious, this is what an XML Sitemap looks like:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/XML-Sitemap.jpg"><img class="aligncenter size-medium wp-image-2039" alt="XML Sitemap for WordPress" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/XML-Sitemap-500x422.jpg" width="500" height="422" /></a></p>
<p>But you do not need to place a link to it in your navigation. What you need to do is login to Google Webmaster Tools (and Bing Webmaster Tools if you have an account there) and submit your sitemap directly.</p>
<p>Inside Google Webmaster Tools, from the nav menu on the left, click on <em>Optimization</em>, then <em>Sitemaps</em>. You will see the <em>Add/Test Sitemap</em> button at the top right. Click that and then <em>Submit Sitemap</em>. Add the sitemap url your plugin generated for you. The sitemap will then update itself when you create new content and search engines will be notified. Mission accomplished.</p>
<h2>HTML Sitemaps</h2>
<p>Dubbed &#8220;HTML&#8221; sitemaps to distinguish from XML sitemaps, this is what most people think of when they think of a sitemap. A lot of websites will have a &#8220;Sitemap&#8221; link in their footer which will take you to their HTML sitemap. It&#8217;s basically just a list of links to every section of that website. It helps humans easily see and find all the content on a site, and helps search engines because they too can follow all those links to discover content.</p>
<p>Below is the Zappos HTML sitemap. You can see it&#8217;s a little easier on the eyes than the XML sitemap above.</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/Zappos-HTML-Sitemap.jpg"><img class="aligncenter size-medium wp-image-2040" alt="Zappos HTML Sitemap" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/Zappos-HTML-Sitemap-500x366.jpg" width="500" height="366" /></a></p>
<h2>How to Create an HTML Sitemap</h2>
<p>In WordPress this is easy to do. The plugin I like the best so far is <a title="Kwayy HTML Sitemap plugin for WordPress" href="http://wordpress.org/extend/plugins/kwayy-html-sitemap/" target="_blank">Kwayy HTML Sitemap</a><br />
Simple Sitemap is another plugin you will see referenced a lot but the difference is that Kwayy HTML Sitemap includes custom post types and gives you a little more control over the output of the sitemap. Simple Sitemap is good if you only have posts and pages on your site (although custom post types are on their roadmap for the future).</p>
<p>After installing the plugin and adjusting any settings, all you do is create a Page on your site, title it &#8220;Sitemap&#8221; and add the plugin&#8217;s shortcode to the page. Place a link to this page in your navigation somewhere. The plugin will generate a list of links to all your content on that Sitemap page.</p>
<h3>Do you need both?</h3>
<p>If your site is large and complex then yes, do both. If not, I would just go with the XML sitemap. If your site is easily navigable, humans should be able to easily see and find all the content they need. This applies particularly to WordPress blogs since by placing Category and/or Archive widgets in your sidebar, you are basically providing a simple HTML sitemap to all the posts on your site. Remember a sitemap is  just a simple list of links to all your content. If you have a lot of pages or custom post types in addition to posts, then it would be recommended to use a plugin to create an HTML sitemap for those.</p>
<p><em>Still have questions? Leave a comment!</em><br />
Header image courtesy: <a href="http://www.flickr.com/photos/kalexanderson/6868776842/sizes/o/in/photostream/" target="_blank">http://www.flickr.com/photos/kalexanderson/6868776842/sizes/o/in/photostream/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=ayV53HvRWGI:eR7UOfydViI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=ayV53HvRWGI:eR7UOfydViI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=ayV53HvRWGI:eR7UOfydViI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=ayV53HvRWGI:eR7UOfydViI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=ayV53HvRWGI:eR7UOfydViI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/ayV53HvRWGI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/xml-html-sitemaps-wordpress-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/xml-html-sitemaps-wordpress-basics/</feedburner:origLink></item>
		<item>
		<title>Swiftype – WordPress Plugin For Enhanced Search</title>
		<link>http://feedproxy.google.com/~r/webtrainingwheels/bPWa/~3/D6QRU95Qe0s/</link>
		<comments>http://webtrainingwheels.com/swiftype-wordpress-plugin-enhanced-search/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 17:30:08 +0000</pubDate>
		<dc:creator>Lucy</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[swiftype]]></category>

		<guid isPermaLink="false">http://webtrainingwheels.com/?p=2026</guid>
		<description><![CDATA[Swiftype is a new plugin on the block. It is designed as a replacement for the in-built search feature on your WordPress site. The main thing that&#8217;s cool about it is that it has an autocomplete feature which is commonly found on many modern websites such as Amazon, Google etc. That&#8217;s where you start typing [...]]]></description>
				<content:encoded><![CDATA[<div id="triberr_endorsement"></div><p><img class="aligncenter size-full wp-image-2029" alt="swiftype enhanced wordpress search" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/droid-search500.jpg" width="500" height="200" /></p>
<p><strong>Swiftype</strong> is a new plugin on the block. It is designed as a replacement for the in-built search feature on your WordPress site. The main thing that&#8217;s cool about it is that it has an autocomplete feature which is commonly found on many modern websites such as Amazon, Google etc. That&#8217;s where you start typing something and before you&#8217;re even finished, you see a list of possibilities that would complete your search. This is how it looks on Amazon.com:</p>
<p><a href="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/amazon-autocomplete-1.jpg"><img class="aligncenter size-medium wp-image-2028" alt="amazon autocomplete" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/amazon-autocomplete-1-500x331.jpg" width="500" height="331" /></a></p>
<p>It&#8217;s a pretty slick feature that will give your site a more modern feel. I tested it out on my local installation of WordPress and it works pretty nicely. It wasn&#8217;t quite as fast as I would have liked initially, but then, sites like Google and Amazon have trained me to expect almost psychic levels of autocomplete. However I will say that it seemed to get faster over time, meaning that if I searched for the same or similar thing multiple times, it produced autocomplete faster after the initial search.<span id="more-2026"></span></p>
<p>You can check it out in action on Mixergy.com and it seems to work faster there than on my test.<br />
This is how it looks on my test site:<br />
<img class="aligncenter size-full wp-image-2027" alt="swiftype autocomplete for WordPress" src="http://webtw.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/swiftype-autocomplete-1.jpg" width="261" height="240" /></p>
<h3>Pros &amp; Cons</h3>
<p>One downer is that it currently does NOT index custom post types, only regular posts and pages. So if you have, say products on your site or a special portfolio section, it may not be able to display results from those sections. According to their site, adding custom post types is something they are working on.</p>
<p>Other cool features include the statistics you have access to in your Swiftype dashboard (which you have to look at on Swiftype.com, not from your own WP dashboard). You can see what people have searched for on your site and how many times. It&#8217;ll also show you the number of clickthroughs from the search resutls page to the actual post/page. Additionally you can integrate the information into Google Analytics. So this makes it a valuable part of figuring out how people are using your site and what they are interested in.</p>
<h3>How To Get Swiftype Up &amp; Running</h3>
<p style="padding-left: 30px;">1) Sign up for a free account at <a href="http://www.Swiftype.com" target="_blank">Swiftype.com</a> and get your API key<br />
2) Install the Swiftype WordPress plugin &#8211; available from the WordPress directory in your dashboard<br />
3) Enter your API key on the settings page and give your search engine a name (this lets you use Swiftype on multiple websites and be able to differentiate between them).<br />
4) Allow Swiftype to index your content<br />
5) If your site already has a search function available, either as a widget or from your theme, then Swiftype will already be active. If not, simply add the standard search widget from your Widgets screen. Swiftype comes with its additional widget which will let you restrict searches per category. Otherwise Swiftype automatically replaces any other standard search widget on your site.</p>
<p>If your WordPress is a standard site with no custom post types, this is a cool plugin. If custom post types make up a large part of your content, I wouldn&#8217;t recommend it just yet. But definitely keep an eye on it, once they add this feature it&#8217;ll be a much more valuable addition to your site.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=D6QRU95Qe0s:tUddVYCXLbA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=D6QRU95Qe0s:tUddVYCXLbA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=D6QRU95Qe0s:tUddVYCXLbA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?a=D6QRU95Qe0s:tUddVYCXLbA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webtrainingwheels/bPWa?i=D6QRU95Qe0s:tUddVYCXLbA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webtrainingwheels/bPWa/~4/D6QRU95Qe0s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://webtrainingwheels.com/swiftype-wordpress-plugin-enhanced-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webtrainingwheels.com/swiftype-wordpress-plugin-enhanced-search/</feedburner:origLink></item>
	</channel>
</rss>
