<?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>RobertBCairnsWordPress | RobertBCairns</title>
	<atom:link href="http://www.robertbcairns.com/category/software/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertbcairns.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 05:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Change WordPress Permalinks</title>
		<link>http://www.robertbcairns.com/2012/01/30/how-to-change-wordpress-permalinks/</link>
		<comments>http://www.robertbcairns.com/2012/01/30/how-to-change-wordpress-permalinks/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:43:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Permalinks]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3613</guid>
		<description><![CDATA[printDigg Digg]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.robertbcairns.com/category/software/wordpress/feed/" data-count="vertical" data-text="WordPress" data-via="robcairns" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://www.robertbcairns.com/category/software/wordpress/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><a name='fb_share' type='box_count' share_url='http://www.robertbcairns.com/category/software/wordpress/feed/' href='http://www.facebook.com/sharer.php'></a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.robertbcairns.com%2Fcategory%2Fsoftware%2Fwordpress%2Ffeed%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript' src='http://platform.linkedin.com/in.js'></script><script type='in/share' data-url='http://www.robertbcairns.com/category/software/wordpress/feed/' data-counter='top'></script></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.robertbcairns.com%2Fcategory%2Fsoftware%2Fwordpress%2Ffeed%2F'></script></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fwww.robertbcairns.com%2Fcategory%2Fsoftware%2Fwordpress%2Ffeed%2F&amp;title=WordPress'></a></div><div style='clear:left'></div><div class='dd_button_extra_v'><div id='dd_print_button'><span id='dd_print_text'><a href='javascript:window:print()'>print</a></span></div></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.diggdigg2u.com' target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p><iframe width="425" height="349" src="http://www.youtube.com/embed/Z2hODc583a8?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2012/01/30/how-to-change-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tools To Be A Web Designer/Web Developer</title>
		<link>http://www.robertbcairns.com/2012/01/23/tools-to-be-a-web-designerweb-developer/</link>
		<comments>http://www.robertbcairns.com/2012/01/23/tools-to-be-a-web-designerweb-developer/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:42:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Web Designer/Web Developer/Skills/Requirements]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3594</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="425" height="349" src="http://www.youtube.com/embed/wAfRnaTTq-k?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2012/01/23/tools-to-be-a-web-designerweb-developer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Policies On A Blog?</title>
		<link>http://www.robertbcairns.com/2011/12/17/why-policies-on-a-blo/</link>
		<comments>http://www.robertbcairns.com/2011/12/17/why-policies-on-a-blo/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 12:02:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Disclosure]]></category>
		<category><![CDATA[Policies]]></category>
		<category><![CDATA[Posting]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3531</guid>
		<description><![CDATA[A lot of people just blog. They state that social media should never have policies. They also state that blogs should never have policies as well. I disagree.  I strongly believe that you should always have policies and that you should inform your readers of these policies. Policies are a good thing when used properly. They set...]]></description>
			<content:encoded><![CDATA[<p>A lot of people just blog. They state that social media should never have policies. They also state that blogs should never have policies as well. I disagree.  I strongly believe that you should always have policies and that you should inform your readers of these policies.</p>
<p>Policies are a good thing when used properly. They set out the rules on how you are going to regulate what you are doing. One thing I also believe in is being upfront with people. This helps may be up front. By reading my <a title="Comment Policy" href="http://www.robertbcairns.com/policies/commenting-policy/" target="_blank">comment policy </a>people now what to expect when they post a comment. They realize that certain comments for example personal attacks are prohibited.</p>
<p>I have a couple of people in past accuse me of censoring my comments. This is something I never do. I believe in HEALTHY discussions . I always have.  Personal attacks are not healthy nor is illegal activity in my comments. About a year ago I had someone tell me that were entitled to attack me personally. They are only 1 of 2 comments I have ever deleted as long as I have been blogging. My comment policy covered myself when this incident happened.</p>
<p><a title="Posting Policy" href="http://www.robertbcairns.com/policies/posting-policy/" target="_blank">Posting policies</a> can really bail you out on any blog. One of the key words are to use &#8220;These posts are in my opinion&#8221;. Legally you may never slander someone but these words have bailed me out of 3 law suits in the past year. I have a customer service blog and often write about bad service.  In all 3 cases I would have been fine because of I have included these words.  Big companies will often use law suits as a bully tactic. In my case I have never been able to be bullied.</p>
<p><a title="Disclosure poilicy" href="http://www.robertbcairns.com/policies/disclosure-policy/" target="_blank">Disclosure Policies</a> are a must as well. One of the big reason&#8217;s I do is for integrity reasons. I believe in being upfront and honest with my readers/ I do not want someone to ever question why I posted an article. I believe in disclosing the companies and people who I work with in order to be honest and upfront with my community. For me being honest is a big part of who I am.</p>
<p>Having policies does not mean I am quick to enforce them all the time. It means I have something to fall back on when I need to.</p>
<p>Please share with us how you feel about policies on blogs by leaving a comment in the box below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/17/why-policies-on-a-blo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Working With New Software</title>
		<link>http://www.robertbcairns.com/2011/12/13/working-with-new-software/</link>
		<comments>http://www.robertbcairns.com/2011/12/13/working-with-new-software/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 16:48:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3520</guid>
		<description><![CDATA[New software always has it challenges.  I often talk about the reasons people should upgrade and the reasons you should not upgrade. I have talked in early posts a lot about this lately. In terms of new software, one thing I always suggest is leave your self time to learn it properly. Take the time...]]></description>
			<content:encoded><![CDATA[<p>New software always has it challenges.  I often talk about the reasons people should upgrade and the reasons you should not upgrade. I have talked in early posts a lot about this lately.</p>
<p>In terms of new software, one thing I always suggest is leave your self time to learn it properly. Take the time and use it on non production work to learn and get to know your software package well. All software packages have changes in how they do things. Depending on the package the learning curve can be small or it can be large.</p>
<p>Take Headway 3.x for example. The Visual Editor is more powerful then 2.x . It has be rewritten and changed. One reason it was done is because the community asked for more power. The minute you make a software package more powerful, the learning curve is higher. This is something to keep in mind. The more bells and whistles the higher the learning curve.</p>
<p>Every new package has it&#8217;s issues. I do not know of one version of Adobe Photoshop or Microsoft Office that has zero bugs.  They key is to identify the bugs and learn to deal with them. All products are not 100% perfect.</p>
<p>Now many of us will go to a training class to figure out the new software package. When choosing a trainer I would suggest using one that has worked with the new package for a large amount of time. 10 hours just does not cut it. 10 hours on a new involved product does not make you an expert or a trainer. It makes you a user who has spent 10 hours learning a product. Choose your trainer wisely and carefully.</p>
<p>Now give yourself the time to learn the product. Do not get caught using a new version of any product when you have a tight deadline on your schedule. Learn it when your schedule is not so packed and you can learn it properly.</p>
<p>If you take this advice your experience with a new software product will be much better. Please share in the comment box below how you learn a new software product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/13/working-with-new-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Is Now Available</title>
		<link>http://www.robertbcairns.com/2011/12/12/wordpress-3-3-is-now-available/</link>
		<comments>http://www.robertbcairns.com/2011/12/12/wordpress-3-3-is-now-available/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 23:56:14 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3517</guid>
		<description><![CDATA[WordPress 3.3 is now available . Make sure you update your version now to get the latest features and the latest security updates.]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.3 is now <a title="WordPress 3.3" href="http://wordpress.org/news/2011/12/sonny/" target="_blank">available </a>. Make sure you update your version now to get the latest features and the latest security updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/12/wordpress-3-3-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RobertBCairns.Com Is Pleased To Announce</title>
		<link>http://www.robertbcairns.com/2011/12/12/robertbcairns-com-is-pleased-to-announce-2/</link>
		<comments>http://www.robertbcairns.com/2011/12/12/robertbcairns-com-is-pleased-to-announce-2/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:55:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3513</guid>
		<description><![CDATA[RobertBCairns.com is please to announce that we are now offering two amazing specials for December 2011 and January 2012. The first one is our managed backup special where I will give you 3 months free on a 6 month contract. That is a savings of $375.00 dollars! The second is free web hosting for 1...]]></description>
			<content:encoded><![CDATA[<p>RobertBCairns.com is please to announce that we are now offering <a title="Specials" href="http://www.robertbcairns.com/super-specials-for-december-2011-january-2012/" target="_blank">two amazing specials</a> for December 2011 and January 2012.</p>
<p>The first one is our managed backup special where I will give you 3 months free on a 6 month contract. That is a savings of $375.00 dollars!</p>
<p>The second is free web hosting for 1 year when you take ANY of our WordPress design specials. This is a savings of $120.00</p>
<p>These two great specials are needed for every web site. Please check them out and let us know how I can help you meet your goals and objectives today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/12/robertbcairns-com-is-pleased-to-announce-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Rc 3 Now Available</title>
		<link>http://www.robertbcairns.com/2011/12/11/wordpress-3-3-rc-3-now-available/</link>
		<comments>http://www.robertbcairns.com/2011/12/11/wordpress-3-3-rc-3-now-available/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 05:12:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Changes]]></category>
		<category><![CDATA[Rc 3]]></category>
		<category><![CDATA[WordPres]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3451</guid>
		<description><![CDATA[The big news from WordPress today is WordPress 3.3 RC 3 is now available. There are a few changes but nothing major at this time. It looks like version 3.3 is almost ready for prime time.]]></description>
			<content:encoded><![CDATA[<p>The big news from WordPress today is <a title="WordPress 3.3 Rc 3" href="http://wordpress.org/news/2011/12/wordpress-3-3-rc3/" target="_blank">WordPress 3.3 RC 3</a> is now available. There are a few <a title="WordPress Changes" href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100" target="_blank">changes</a> but nothing major at this time. It looks like version 3.3 is almost ready for prime time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/11/wordpress-3-3-rc-3-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Run A Comment System On WordPress</title>
		<link>http://www.robertbcairns.com/2011/12/09/why-i-run-a-comment-system-on-wordpress/</link>
		<comments>http://www.robertbcairns.com/2011/12/09/why-i-run-a-comment-system-on-wordpress/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 20:05:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[LiveFyre]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3449</guid>
		<description><![CDATA[Many of you have run WordPress blogs. I know a lot of you use the comment system which is built in to WordPress. I personally prefer not to use the WordPress comment system. I thought I would take today and tell you why I prefer a comment system and the value of it. Now a...]]></description>
			<content:encoded><![CDATA[<p>Many of you have run WordPress blogs. I know a lot of you use the comment system which is built in to WordPress. I personally prefer not to use the WordPress comment system. I thought I would take today and tell you why I prefer a comment system and the value of it.</p>
<p>Now a lot of people would argue that why do I need another comment system. The one that WordPress uses works fine. I agree for some people it might work fine. The biggest reason to use a comment system is COMMUNITY. When you use a comment system your comments now become part of a community. Is that not why we blog?  To build a community. Being part of a community will increase your blogs reach.</p>
<p>The 2nd reason to use a comment system is people who wish to comment can log in with their Face book or Twitter accounts. This makes it easy and they do not have to create another profile specific for your blog.</p>
<p>Comment systems often have some enhanced spam prevention tools. This helps keep the spam off your blog and will save you having to manually remove spam in the end.</p>
<p>Many people ask me which comment system I prefer. The one that I use is <a title="Livefyre" href="http://www.livefyre.com/" target="_blank">Livefyre.</a> The support is great and Livefyre&#8217;s support staff really cares about their community. I have used Livefyre for over a year and I would not switch to any other comment system. It is the easiest and most robust of the comment systems that I use.</p>
<p>This is why I prefer a comment system.  Do you like to use a comment system on your blog. Please share with a comment below and tell us why you use a comment system or why you like WordPress native comments.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/12/09/why-i-run-a-comment-system-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Headway 3.0 Is Now Out!</title>
		<link>http://www.robertbcairns.com/2011/11/26/headway-3-0-is-now-out/</link>
		<comments>http://www.robertbcairns.com/2011/11/26/headway-3-0-is-now-out/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 05:27:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Companies]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Clay Griffiths]]></category>
		<category><![CDATA[Headway]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3404</guid>
		<description><![CDATA[Headway 3.0 finally came out today. Check this video out: &#160; Headway 3.0 from Headway Themes on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shareasale.com/r.cfm?b=261010&amp;u=450337&amp;m=27477&amp;urllink=&amp;afftrack=" target="_blank"><img src="http://www.shareasale.com/image/27477/468x60.png" alt="Headway — The Drag &amp; Drop Theme For WordPress" border="0" /></a></p>
<p>Headway 3.0 finally came out today. Check this video out:</p>
<p>&nbsp;</p>
<p><iframe src="http://player.vimeo.com/video/32687390?title=0&amp;byline=0&amp;portrait=0&amp;color=cdaf52" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/32687390">Headway 3.0</a> from <a href="http://vimeo.com/headwaythemes">Headway Themes</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/11/26/headway-3-0-is-now-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Your Blog Social Media Friendly</title>
		<link>http://www.robertbcairns.com/2011/11/22/making-your-blog-social-media-friendly/</link>
		<comments>http://www.robertbcairns.com/2011/11/22/making-your-blog-social-media-friendly/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:57:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Add This]]></category>
		<category><![CDATA[Digg Digg]]></category>
		<category><![CDATA[Headway]]></category>
		<category><![CDATA[Sexy Book Marks]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Widget]]></category>

		<guid isPermaLink="false">http://www.robertbcairns.com/?p=3389</guid>
		<description><![CDATA[Today I thought I would talk about making your blog social media Friendly and what that term really means and some of the resources that you can use to do it. Making your blog social media friendly means two things. These days everyone is on social media and social media is a great way to...]]></description>
			<content:encoded><![CDATA[<p>Today I thought I would talk about making your blog social media Friendly and what that term really means and some of the resources that you can use to do it. Making your blog social media friendly means two things. These days everyone is on social media and social media is a great way to share information. The two ways to make yourself social media friendly are 1. having social media sharing widgets on your blog and 2. Showing where people can reach you on social media.</p>
<p><strong>1. Having Social Media Sharing Widgets On Your Blog</strong></p>
<p>Having social media sharing widgets on your blog is one of the best ways to have your content shared with other people. People are generally lazy and as a blogger if you want to have your content shared, you need to make it really easy. One of the easiest ways is to add social media sharing widgets to your blog. Some really good examples for WordPress are as follows:</p>
<p>a. <a href="http://wordpress.org/extend/plugins/digg-digg/"  target="_blank">Digg Digg</a><br />
b. <a href="http://sexybookmarks.shareaholic.com/" target="_blank">Sexy Bookmarks</a><br />
c. <a href="http://www.addthis.com/" target="_blank">Add This</a></p>
<p>The above 3 are examples of social media sharing widgets and ones that I really like to use. </p>
<p><strong>2. Showing Where People Can Reach You On Social Media </strong></p>
<p>One thing that is really important is to link your social media sites link back to your blog. The best way of doing this is by using a social media widget which has links back to the social media sites that you are on. Many themes such as <a href="http://headwaythemes.com/"  target="_blank">Headway</a> have social media icons built in. One of my favorite social media icon sets is <a href="http://wordpress.org/extend/plugins/social-media-widget/" target="_blank">Social Media Widget.</a> I really like this widget since it has lots of built in options and room for customer options as well.</p>
<p><strong>3. Conclusion</strong></p>
<p>Making your blog social media friendly has many advantages. One of the big advantages is readers will be more likely to share your posts on social media sites. The other big reason is for people to link back to you on social media platforms. Social media is a great place to share and exchange information with others.</p>
<p>Is your blog social media friendly? Please leave your thoughts and comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbcairns.com/2011/11/22/making-your-blog-social-media-friendly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

