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

<channel>
	<title>Shea Laughlin &#187; Wordpress</title>
	<atom:link href="http://www.blog.shealaughlin.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.shealaughlin.com</link>
	<description>the blog...</description>
	<lastBuildDate>Thu, 02 Sep 2010 03:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MSP WordPress User Group #7 &#8211; @mitchellhislop, @tobycryns, @raychampagne</title>
		<link>http://www.blog.shealaughlin.com/2010/07/msp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne/</link>
		<comments>http://www.blog.shealaughlin.com/2010/07/msp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:37:39 +0000</pubDate>
		<dc:creator>Shea</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Devleopment]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blog.shealaughlin.com/?p=565</guid>
		<description><![CDATA[WordPress Basics by Mitchell Hislop (twitter / website) What is a theme? A theme is basically a skin or template for your content. Themes will contain different styles, layout options, and some other customizable features. Some of these features include: &#8230; <a href="http://www.blog.shealaughlin.com/2010/07/msp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;source=shealaughlin&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h3><a href="http://www.blog.shealaughlin.com/wp-content/uploads/2010/02/wordpress.png" rel="lightbox[565]"><img class="alignleft size-full wp-image-429" title="wordpress" src="http://www.blog.shealaughlin.com/wp-content/uploads/2010/02/wordpress.png" alt="" width="150" height="150" /></a>WordPress Basics by Mitchell Hislop (<a href="http://twitter.com/mitchellhislop" target="_blank">twitter</a> / <a href="http://www.mitchellhislop.com/" target="_blank">website</a>)</h3>
<p><strong>What is a theme?</strong> A theme is basically a skin or template for your content. Themes will contain different styles, layout options, and some other customizable features. Some of these features include: multiple column support, customizable headers, icons, and more.</p>
<p>Two themes that Mitchell recommend are:</p>
<ul>
<li><a href="http://wordpress.org/extend/themes/atahualpa" target="_blank">Atahualpa</a> &#8220;is a good theme to start with and there are a ton of options.</li>
<li><a href="http://wordpress.org/extend/themes/p2" target="_blank">P2</a> &#8220;is another good theme &#8211; focuses on microblogging&#8221;</li>
</ul>
<p>There was great discussion around canned themes vs. customizing vs. creating one from scratch. This decision will likely depend on the purpose of your blog, the desired branding, and the required functionality. <strong>Note</strong>: if a theme doesn&#8217;t have the functionality you desire there is probably a plugin for it.</p>
<p>If you choose to customize themes there are different ways to go about it. You can choose themes that are easy to customize, this might include child themes, or you can get dirty and edit the HTML, CSS, and PHP.  Child themes are fairly easy to edit as the code is usually separated. As in, all the core PHP, JavaScript, and etc are in different files than the customizable code. This helps distinguish what is the customizable items vs. the &#8220;don&#8217;t touch this or your site will break&#8221; stuff.  <strong>Note</strong>:  If you ever need help looking up a WordPress function, variable, or code snippet refer to the <a href="http://codex.wordpress.org/Main_Page" target="_blank">Codex</a>.  It has all the information you need to get help from installation to customization.</p>
<p><strong>Hint</strong>:  If your WordPress site is &#8220;broken&#8221; try disabling all of your plugins, test the site, and enable your plugins one by one. If you&#8217;re a little savvy with your FTP client you can easily rename your plugin folder to disable all of your plugins at once.</p>
<p><strong>Pushing Content to Twitter</strong> &#8211; Two popular plugins are <a href="http://wordpress.org/extend/plugins/twitter-tools/" target="_blank">Twitter Tools</a> and <a href="http://wordpress.org/extend/plugins/twitter-feed/" target="_blank">Twitter Feed </a></p>
<p><strong>Documents / Attachments</strong> &#8211; Is there a way to show the file size of a document? Mitch&#8217;s recommendation, use a thirdparty site like <a href="http://www.scribd.com/" target="_blank">Scribd</a>, <a href="https://www.dropbox.com/" target="_blank">Dropbox</a>, <a href="http://www.flickr.com/" target="_blank">Flickr</a>, etc.  A comment from the audience was, &#8220;more often than not, clients will want to stay within WordPress and not have to use/learn another service.&#8221;  With that said, you can manually add the file size as part of the file name and then add the file URL manually through the WordPress interface.</p>
<h3>BuddyPress by Toby Cryns (<a href="http://twitter.com/tobycryns" target="_blank">twitter</a> / <a href="http://www.themightymo.com/" target="_blank">website</a>)</h3>
<p><strong>Installing</strong> &#8211; In order to use the BuddyPress feature you must Install the BuddyPress Plugin. This can be done by going to the Plugins &#8211;&gt; Add New &#8211;&gt; Search for &#8220;BuddyPress&#8221;.  Note: The plugin is named &#8220;BuddyPress&#8221;.</p>
<p><strong>BuddyPress Forums</strong> &#8211; To use forums you&#8217;ll need to create a forum by creating a bbpress forum.</p>
<p><strong>Note</strong>s:</p>
<ul>
<li>Currently BuddyPress is not available on WordPress.com</li>
<li>You cannot combine themes.  You need to use the BuddyPress theme or a BuddyPress compatible theme.</li>
<li>If you don&#8217;t know what you&#8217;re doing, go with the default theme.</li>
<li>Toby&#8217;s tutorial can be found <a href="http://www.google.com/url?sa=D&amp;q=http://www.themightymo.com/2010/07/22/buddypress-for-beginners-at-msp-wordpress-7-meeting/&amp;usg=AFQjCNFtYYivCpfbwOUk8iDZTkhwNF2lww" target="_blank">here</a>.</li>
</ul>
<h3>How to move WordPress to a different server by Ray Champagne (<a href="http://twitter.com/raychampagne" target="_blank">twitter</a> / <a href="http://blog.raychampagne.com/" target="_blank">website</a>)</h3>
<p>- Long story short, use Ray&#8217;s <a href="http://groups.google.com/group/mpls-stpaul-wordpress/web/wpmu-buddypress-database-transfer-instructions">tutorial</a>. &#8211; <strong>Note</strong>: There are some references to WordPress MU&#8230; The doco will be updated with WordPress 3.0 information in the coming weeks.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a href="http://www.addtoany.com/add_to/posterous?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Posterous" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/posterous.png" width="16" height="16" alt="Posterous"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/ping?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F07%2Fmsp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%237%20%26%238211%3B%20%40mitchellhislop%2C%20%40tobycryns%2C%20%40raychampagne" title="Ping" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/ping.png" width="16" height="16" alt="Ping"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.blog.shealaughlin.com/2010/07/msp-wordpress-user-group-7-mitchellhislop-tobycryns-raychampagne/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSP WordPress User Group #4</title>
		<link>http://www.blog.shealaughlin.com/2010/02/msp-wordpress-usergroup-4/</link>
		<comments>http://www.blog.shealaughlin.com/2010/02/msp-wordpress-usergroup-4/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:18:17 +0000</pubDate>
		<dc:creator>Shea</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.blog.shealaughlin.com/?p=428</guid>
		<description><![CDATA[This past Thursday (2/4) I attended my first MSP WordPress (WP) user group meeting at The Nerdery. There were four panel sessions but I could only go to two.  The four to choose from were: Intro to HTML Intro to &#8230; <a href="http://www.blog.shealaughlin.com/2010/02/msp-wordpress-usergroup-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;source=shealaughlin&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.blog.shealaughlin.com/wp-content/uploads/2010/02/wordpress.png" rel="lightbox[428]"><img class="alignleft size-full wp-image-429" style="margin: 0px 30px;" title="wordpress" src="http://www.blog.shealaughlin.com/wp-content/uploads/2010/02/wordpress.png" alt="" width="120" height="120" /></a>This past Thursday (2/4) I attended my first MSP WordPress (WP) user group meeting at <a href="http://www.nerdery.com/" target="_blank">The Nerdery</a>. There were four panel sessions but I could only go to two.  The four to choose from were:</p>
<ol>
<li>Intro to HTML</li>
<li>Intro to CSS</li>
<li>WP Widgets</li>
<li>WP 3.0</li>
</ol>
<p><strong>WP Widgets</strong></p>
<p>The WP Widgets coding demonstration was instructed by<a title="Ray Champagne" href="http://blog.raychampagne.com/" target="_blank"> Ray Champagne</a> (<a title="Ray Champagne" href="http://twitter.com/raychampagne" target="_blank">@raychampage</a>) who did an awesome job &#8220;dumbing it down&#8221;, at least for me.  Ray showed us some professional examples of how WP can be used in lieu of traditional print media but how to transform that print media into an online web presence.  He broke the presentation down into smaller parts:</p>
<ul>
<li>What are widgets?</li>
<li>What does the code look like?</li>
<li>Coding a simple widget.</li>
<li>Implementing your widget.</li>
</ul>
<p><strong>WP 3.0</strong></p>
<p>The WP 3.0 presentation was very enlightening in that I didn&#8217;t even know there was a new version of WP coming out and that some of the features will be changing, hopefully for the better <img src='http://www.blog.shealaughlin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>In short, this presentation was more about what changes <em>are </em>going to happen with WP 3.0 but also how anyone can help contribute to the development.  Here are some useful links and insight that <a title="Mitchell Hislop" href="http://www.mitchellhislop.com/" target="_blank">Mitchell Hislop</a> (<a title="Mitchell Hislop" href="http://twitter.com/mitchellhislop" target="_blank">@mitchellhislop</a>) provided:</p>
<ul>
<li><a title="WordPress Foundation" href="http://wordpressfoundation.org/" target="_blank">WordPress Foundation.org</a> -&#8221;&#8230;founded by Matt Mullenweg to further the mission of the WordPress open source project: to democratize publishing through Open Source, <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> software.&#8221; &#8211; Also debuting the 2010 WP theme.</li>
<li>Example of the P2 Theme &#8211; A theme for threaded discussion instead of using the standard WP blogging or email.</li>
<li>The single user version WP and WPμ will be merged.  Within the WP settings you will now see a &#8220;network&#8221; section.  This will be the multi-user part of WP.</li>
<li><a title="WP Mailing Lists" href="http://codex.wordpress.org/Mailing_Lists" target="_blank">WP Mailing lists</a> &#8211; Use these mailing lists if you want to stay informed or help out with the various functions of WP.</li>
<li><a href="http://www.mitchellhislop.com/ultimate-wordpress-starter-pack/" target="_blank">Mitchell&#8217;s Ultimate WP Starter Pack</a></li>
</ul>
<p><strong>In Conclusion&#8230;</strong>I&#8217;m super excited to go to the next one to meet even more people and to learn more about WP!</p>
<p><strong>MPS User Group Info:</strong></p>
<p><a href="http://groups.google.com/group/mpls-stpaul-wordpress" target="_blank">Google Group<br />
</a><a href="http://www.twitter.com/mspwordpress" target="_blank">Twitter</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a href="http://www.addtoany.com/add_to/posterous?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Posterous" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/posterous.png" width="16" height="16" alt="Posterous"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/ping?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2010%2F02%2Fmsp-wordpress-usergroup-4%2F&amp;linkname=MSP%20WordPress%20User%20Group%20%234" title="Ping" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/ping.png" width="16" height="16" alt="Ping"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.blog.shealaughlin.com/2010/02/msp-wordpress-usergroup-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin for iPhone Users</title>
		<link>http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/</link>
		<comments>http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 05:02:37 +0000</pubDate>
		<dc:creator>Shea</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blog.shealaughlin.com/?p=363</guid>
		<description><![CDATA[Tonight I found an awesome plugin for WordPress that will optimize your blog for mobile users. Specifically, readers that are using an iPhone. Take a look at the following screenshots. Features: Optimized loading compared to loading a &#8220;standard&#8221; theme. Apple-esque &#8230; <a href="http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;source=shealaughlin&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Tonight I found an awesome plugin for WordPress that will optimize your blog for mobile users. Specifically, readers that are using an iPhone. Take a look at the following screenshots.</p>
<p>Features:</p>
<ul>
<li><a href="http://www.bravenewcode.com/wp-content/uploads//compare.jpg" target="_blank" rel="lightbox[363]">Optimized loading</a> compared to loading a &#8220;standard&#8221; theme.</li>
<li>Apple-esque icons (comments indicator).</li>
<li>Clean interface.</li>
<li>Easy to install (just like any other plugin).</li>
<li>FREE!</li>
</ul>
<p>For more info please refer to the plugin website: <a href="http://www.bravenewcode.com/wptouch/" target="_blank">http://www.bravenewcode.com/wptouch/</a></p>

<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0527/' title='IMG_0527'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0527-150x150.PNG" class="attachment-thumbnail" alt="IMG_0527" title="IMG_0527" /></a>
<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0528/' title='IMG_0528'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0528-150x150.PNG" class="attachment-thumbnail" alt="IMG_0528" title="IMG_0528" /></a>
<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0529/' title='IMG_0529'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0529-150x150.PNG" class="attachment-thumbnail" alt="IMG_0529" title="IMG_0529" /></a>
<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0530/' title='IMG_0530'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0530-150x150.PNG" class="attachment-thumbnail" alt="IMG_0530" title="IMG_0530" /></a>
<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0531/' title='IMG_0531'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0531-150x150.PNG" class="attachment-thumbnail" alt="IMG_0531" title="IMG_0531" /></a>
<a href='http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/img_0532/' title='IMG_0532'><img width="150" height="150" src="http://www.blog.shealaughlin.com/wp-content/uploads/2009/11/IMG_0532-150x150.PNG" class="attachment-thumbnail" alt="IMG_0532" title="IMG_0532" /></a>

<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a href="http://www.addtoany.com/add_to/posterous?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Posterous" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/posterous.png" width="16" height="16" alt="Posterous"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/ping?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-plugin-for-iphone-users%2F&amp;linkname=WordPress%20Plugin%20for%20iPhone%20Users" title="Ping" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/ping.png" width="16" height="16" alt="Ping"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.blog.shealaughlin.com/2009/11/wordpress-plugin-for-iphone-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress to Facebook</title>
		<link>http://www.blog.shealaughlin.com/2009/11/wordpress-to-facebook/</link>
		<comments>http://www.blog.shealaughlin.com/2009/11/wordpress-to-facebook/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 01:40:57 +0000</pubDate>
		<dc:creator>Shea</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blog.shealaughlin.com/?p=325</guid>
		<description><![CDATA[By popular demand&#8230; actually by a friend asking for some insight -  here&#8217;s how to integrate your personal WordPress blog into your Facebook account. Login to your Facebook account. Hover over &#8220;Settings&#8221; and select &#8220;Application Settings&#8221; [top menu bar] Select &#8230; <a href="http://www.blog.shealaughlin.com/2009/11/wordpress-to-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;source=shealaughlin&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>By popular demand&#8230; actually by a friend asking for some insight -  here&#8217;s how to integrate your personal WordPress blog into your Facebook account.</p>
<ol>
<li>Login to your Facebook account.</li>
<li>Hover over &#8220;Settings&#8221; and select &#8220;Application Settings&#8221; [top menu bar]</li>
<li>Select &#8220;Notes&#8221;</li>
<li>Now in the Notes settings, select &#8220;Import a blog&#8221;. [top right of the screen]</li>
<li>Enter your blog&#8217;s URL.</li>
<li>Check the check box. You&#8217;re import YOUR blog, right?</li>
<li>Select &#8220;Start Importing&#8221;</li>
<li>Review the content and select &#8220;Confirm Import&#8221;</li>
</ol>
<p>Now your blog posts are integrated with your Facebook account.  When you write a new blog entry and publish it a little snippet will be placed on your Profile and a new Note will be created.</p>
<p>I can&#8217;t take full credit for this..  I found all the steps here:  <a href="http://wordpress.tv/2009/07/22/import-your-wordpress-blog-into-facebook/" target="_blank">http://wordpress.tv/2009/07/22/import-your-wordpress-blog-into-facebook/</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a href="http://www.addtoany.com/add_to/posterous?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Posterous" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/posterous.png" width="16" height="16" alt="Posterous"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/ping?linkurl=http%3A%2F%2Fwww.blog.shealaughlin.com%2F2009%2F11%2Fwordpress-to-facebook%2F&amp;linkname=WordPress%20to%20Facebook" title="Ping" rel="nofollow" target="_blank"><img src="http://www.blog.shealaughlin.com/wp-content/plugins/add-to-any/icons/ping.png" width="16" height="16" alt="Ping"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.blog.shealaughlin.com/2009/11/wordpress-to-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
