<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Communication Matters</title>
	<atom:link href="http://communicationmatters.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://communicationmatters.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Dec 2011 02:27:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='communicationmatters.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Communication Matters</title>
		<link>http://communicationmatters.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://communicationmatters.wordpress.com/osd.xml" title="Communication Matters" />
	<atom:link rel='hub' href='http://communicationmatters.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Excel worksheet for HootSuite bulk upload</title>
		<link>http://communicationmatters.wordpress.com/2011/07/02/excel-worksheet-for-hootsuite-bulk-upload/</link>
		<comments>http://communicationmatters.wordpress.com/2011/07/02/excel-worksheet-for-hootsuite-bulk-upload/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 04:17:38 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[HootSuite]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=203</guid>
		<description><![CDATA[I had a long list of blog posts that I wanted to post to Twitter. I&#8217;m talkin&#8217; more than 140-links-long, so not something I wanted to post and/or schedule individually. I created an Excel worksheet that would help me automate some of the tasks involved in creating a bulk upload CSV for HootSuite. In January, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=203&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a long list of blog posts that I wanted to post to Twitter. I&#8217;m talkin&#8217; more than 140-links-long, so not something I wanted to post and/or schedule individually. I created an Excel worksheet that would help me automate some of the tasks involved in creating a bulk upload CSV for HootSuite. In January, I posted some hard-won tips hoping to help others <a href="http://communicationmatters.wordpress.com/2011/01/09/hootsuite-bulk-scheduling/">using the HootSuite bulk scheduler</a>. Today&#8217;s post uses some of those lessons and, I hope, provides a few more.</p>
<h3>Planning the worksheet</h3>
<p>A coworker provided me with a basic Excel spreadsheet listing the post titles (with embedded URLs) and blogger name. To craft the Twitter updates, I decided I needed several elements: topic, post author &amp; blog, post title, and post link. As part of my regular Twitter regiment for this account, I use the event&#8217;s hashtag and categorize almost all tweets with a topic notated by brackets. For example, &#8220;[Registration] #HPDiscover registration is now open www.url.com.&#8221; For the purposes of this content, I decided to combine the hashtag and topic by using &#8220;[#HPDiscover Coverage]&#8220;.</p>
<h3>Constructing the worksheet</h3>
<p>I decided that I needed a spreadsheet that would allow me to combine several columns into a final tweet that matches the <a href="http://hootsuite.com/network/bulk-schedule-upload?downloadSample=1">HootSuite bulk upload template</a>. I started with a spreadsheet with the following columns: date, time, topic, author, post title, and URL. But to reach that ultimate goal of matching the HootSuite template (which requires only time stamp, tweet content, and URL), I needed to concatenate some of that content to build the final tweet. I added several more columns: time stamp, final tweet content, and character count. To help me visualize how each element would combine, I color-coded the columns that would build the final tweet to make the final copy/paste simpler. You can see in this screen shot what my columns look like:</p>
<p><a href="http://communicationmatters.files.wordpress.com/2011/07/hootsuite_bulk1.gif"><img class="aligncenter size-full wp-image-206" title="HootSuite_bulk1" src="http://communicationmatters.files.wordpress.com/2011/07/hootsuite_bulk1.gif?w=600&#038;h=82" alt="" width="600" height="82" /></a></p>
<p>The red columns are the ones that I will keep as the final text for the scheduler upload. Here&#8217;s a rundown on each column and its formatting:</p>
<ul>
<li><strong>Date:</strong> manually entered date following the HootSuite requirement of DD/MM/YYYY.</li>
<li><strong>Time:</strong> manually entered times following the HootSuite requirement of HH:MM (remember to use the 24 hour, or military, time format!).</li>
<li><strong>Date stamp:</strong> combines Date and Time columns into one. The Excel formula I used was:</li>
</ul>
<pre style="padding-left:60px;"><span class="Apple-style-span" style="font-family:Consolas, Monaco, monospace;font-size:12px;line-height:18px;white-space:pre;">=A2&amp;" "&amp;B2</span></pre>
<ul>
<li><strong>Topic:</strong> the text I decided to use was [#HPDiscover Coverage].</li>
<li><strong>Author:</strong> Twitter ID (since we are using Twitter, after all) and blog name for author. For this column, I created a list that included each blogger&#8217;s Twitter ID and the name of their blog. With over 140 entries, I hoped being able to select the blogger&#8217;s name from a list would save some time and effort (as well as eliminate typos). To do this, I created an additional worksheet in the Excel file, then used the Data Validation feature to create a dropdown list that displays whenever I select a cell in the column.</li>
<li><strong>Title: </strong>the same text the blogger used to title their post.</li>
<li><strong>Final Text:</strong> uses the Excel concatenation formula to combine Topic, Author, and Title into the final tweet. Since my Author column lists the Twitter ID, and you can&#8217;t begin an Excel cell with the @ symbol without confusing the auto-formula feature, I used this to add the @ symbol so my final tweet would generate a mention for the blogger. Here&#8217;s what this cell&#8217;s formula looks like:</li>
</ul>
<pre style="padding-left:60px;">=D2&amp;" @"&amp;E2&amp;": "&amp;F2</pre>
<ul>
<li><strong>Char count:</strong> uses an Excel formula to display the character count of the final tweet. I added this to help avoid troubleshooting the upload in HootSuite later. You&#8217;ll also see a red-shaded cell in the Char count column in the above screen shot: I used Excel&#8217;s conditional formatting feature to flag tweets that would likely be too long. That way I know immediately if I need to make manual adjustments to how the final tweet builds based on the previous columns&#8217; inputs. I flagged counts over 110—allowing 18 characters for the shortened URL, plus a few pad characters to make retweets easier. I found instructions for the <a href="http://www.homeandlearn.co.uk/excel2007/excel2007s6p2.html">conditional formatting on this web page</a>. The character count formula is simple:</li>
</ul>
<pre style="padding-left:60px;">=LEN(G2)</pre>
<ul>
<li><strong>URL:</strong> no special formula, just the long URL that HootSuite will automatically shorten for me.</li>
</ul>
<h3>Completing the CSV upload</h3>
<ol>
<li>Create a new Excel file.</li>
<li>Select entire worksheet and set cell format to Text.<br />
<span style="color:#ff0000;"><strong>This is important!</strong></span> Doing this prevents Excel from applying any autoformatting to the time stamp, which would seriously confuse HootSuite.</li>
<li>Copy the entire original worksheet, then paste the values into this new Excel file.<br />
This is easy to do: select Paste Special and Values as the option. <span style="color:#ff0000;"><strong>This is important!</strong></span> You don&#8217;t want any formulas or formatting to stick around or HootSuite will get confused.</li>
<li>Delete the columns you don&#8217;t need for the final CSV upload.<br />
In this case, I deleted Date, Time, Topic, Author, Title, and Char count. That leaves Time Stamp, Final Text, and URL—again, these are the only columns that the HootSuite uploader understands.</li>
<li>Delete the header row.<br />
<strong><span style="color:#ff0000;">This is important!</span></strong> HootSuite won&#8217;t recognize the header row.</li>
<li>Create separate worksheets if you have more than 50 rows.<br />
<span style="color:#ff0000;"><strong>This is important!</strong></span> HootSuite uploader only allows 50 items to be scheduled at once. Save each spreadsheet as a separate CSV file and upload them each.</li>
<li>Save as CSV.</li>
</ol>
<p>If you&#8217;ve followed these steps, especially the ones with bold red warnings, you should be all set.</p>
<h3>Some additional tips</h3>
<ul>
<li><strong>Check your Publisher after every upload attempt.</strong> When I tried uploading my CSV files from this worksheet tonight, the HootSuite servers were acting up. I kept getting 500 errors (internal server errors), so I&#8217;d try to upload again. Unbeknownst to me, some of the items scheduled each time I attempted an upload. Instead of recognizing those repeated uploads as a conflict, HootSuite appeared to just barrel through and schedule them anyway. Even though it appeared from the uploader that nothing had been accepted.</li>
<li><strong>Choose your times wisely.</strong>  There are several tools that will analyze your Twitter stream and determine when you receive the most retweets. Ostensibly, this tells you the best time to post your content. I chose to use <a href="http://www.tweetwhen.com/">TweetWhen</a>, a service provided by HubSpot. TweetWhen was produced in conjunction with the <a href="http://www.slideshare.net/HubSpot/the-science-of-timing">Science of Timing</a> research done by <a href="http://twitter.com/danzarrella">Dan Zarrella</a>. If you haven&#8217;t seen his research, you should!</li>
<li>Add a Calendar Control for even easier date selection. This only works on Windows, so I didn&#8217;t bother to include it in my file. But it would add an elegant means of selecting your dates. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You&#8217;d need to <a href="http://www.traineetrader.com/excel-quick-tips-howto-enable-the-developer-toolbar-in-excel-20102011/">ensure your Developer toolbar is activated</a>, then follow these <a href="http://www.brighthub.com/computing/windows-platform/articles/31416.aspx">Calendar Control instructions</a>.</li>
</ul>
<p>Please let me know if any of this was confusing—I&#8217;ll try to answer questions or fix any broken instructions. Would it be helpful if I uploaded my Excel file for you to download?</p>
<h3><em>Update: 5 July</em></h3>
<p>I get intermittent Internal Server errors using my CSV file that I generate in this manner. HootSuite support gives me what by now seems to be their automated response: <em>&#8220;it means that the .csv you are using isn&#8217;t encoded properly. It needs to be saved in UTF-8 encoding. We recommend using a basic text editor like TextEdit or Notepad to save your file. This will also better allow you to check the formatting of your document.&#8221;</em> Well, sorry, I still say boo to that. If I wanted to spend my day editing documents in Text Edit or Notepad, I probably wouldn&#8217;t be so keen on batch uploading—that&#8217;s trading one crappy user experience for another, IMHO.</p>
<p>SO! I discovered that I can use my process outlined above on Windows with Office 2007 without error. However, when I attempt it on Mac with Office:mac 2011 I get the server errors. What makes me not buy into the standard HootSuite support response is that when I encounter the server errors, some of my updates post but some don&#8217;t. If it was as simple as a file encoding error, you&#8217;d think the whole thing would fail. I&#8217;m stumped.</p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a>, <a href='http://communicationmatters.wordpress.com/category/tools-2/'>Tools</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/hootsuite/'>HootSuite</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=203&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/07/02/excel-worksheet-for-hootsuite-bulk-upload/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2011/07/hootsuite_bulk1.gif" medium="image">
			<media:title type="html">HootSuite_bulk1</media:title>
		</media:content>
	</item>
		<item>
		<title>Create your About.me profile</title>
		<link>http://communicationmatters.wordpress.com/2011/06/27/create-your-about-me-profile/</link>
		<comments>http://communicationmatters.wordpress.com/2011/06/27/create-your-about-me-profile/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 13:22:56 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[about.me]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=191</guid>
		<description><![CDATA[I recently discovered About.me, a service that allows you to create a customized profile showcasing your online presence. The site offers a surprising level of customization options so you can truly make your profile your own. It&#8217;s pretty cool! I have to admit,though, that I wasn&#8217;t feeling quite up to the task of creating a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=191&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-194" style="margin:2px 8px 2px 2px;" title="aboutme_logo" src="http://communicationmatters.files.wordpress.com/2011/06/aboutme_logo.png?w=600" alt=""   />I recently discovered <a href="http://www.about.me">About.me</a>, a service that allows you to create a customized profile showcasing your online presence. The site offers a surprising level of customization options so you can truly make your profile your own. It&#8217;s pretty cool! I have to admit,though, that I wasn&#8217;t feeling quite up to the task of creating a kickass profile. So I cruised through their <a href="http://about.me/dgooglr/">random profiles link</a> for a couple of hours to see how people use About.me. It&#8217;s addictive! I hope you find these profiles as inspiring as I did—each one has an element that I think is worth emulating. Now I just gotta find time to bling out <a href="http://www.about.me/beccataylor"><em>my</em> profile</a>!</p>
<ul>
<li><a href="http://about.me/teleanu/">Leonardo Teleanu</a>: Freelancer &#8211; Logo &amp; Brand Identity Designer — So far I think it&#8217;s my favorite profile. The design is so perfect for a brand identity designer.</li>
<li><a href="http://about.me/gavinweeks/">Gavin Weeks</a>: Entrepreneur • Creative Virtuoso • TW Steel Enthusiast — Weeks&#8217; profile was the first (and only in my surfing so far) to make use of basic HTML within the description.</li>
<li><a href="http://about.me/ryandeeds/">Ryan Deeds</a>: Technology Leveraged Humanist — I love the photo in this profile with the &#8220;who are you?&#8221; question. It reaches out and grabs you. And it&#8217;s a great visual message of Deeds&#8217; professional ethos.</li>
<li><a href="http://about.me/juliehunter/">Julie Hunter</a>: atlanta based portraiture photographer — The simplicity of this profile is great. Personally, I&#8217;m drawn to the short, active phrases (perhaps that&#8217;s my &#8220;simpler is always better&#8221; tech writing background). And rather than being a passive bio, Hunter invites your engagement with the &#8220;Let&#8217;s chat&#8221; entry.</li>
<li><a href="http://about.me/jbuckhouse/">James Buckhouse</a> — Buckhouse&#8217;s profile is a story, and the text and the photo tell the same story. Consistency is just as powerful as a superhero.</li>
<li><a href="http://about.me/johnnystartup/">John Valentine</a>: Startup Guy — Valentine&#8217;s personality, as an individual and a professional, shines through his photo and bio.</li>
<li><a href="http://about.me/ofir-cohen/">Ofir Cohen</a>: 3D Artist ,Graphic Designer , Cookie Lover — Another simple yet striking profile.</li>
</ul>
<div><a href="https://about.me/">Sign up for your own About.me profile here</a>.</div>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/about-me/'>about.me</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=191&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/06/27/create-your-about-me-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2011/06/aboutme_logo.png" medium="image">
			<media:title type="html">aboutme_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple tips for building a B2B Twitter following</title>
		<link>http://communicationmatters.wordpress.com/2011/06/21/tips-for-building-b2b-following/</link>
		<comments>http://communicationmatters.wordpress.com/2011/06/21/tips-for-building-b2b-following/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 03:41:45 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=186</guid>
		<description><![CDATA[I&#8217;ve managed a company event Twitter account for a little over two years, covering three dates for that event (2009, 2010, and 2011). 2009 was the first year we had a cohesive plan to utilize social networking accounts for the event, so 2009 was our start year. For the 2010 year, we built a larger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=186&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-188" title="twittercounter.chart" src="http://communicationmatters.files.wordpress.com/2011/06/twittercounter-chart.png?w=300&#038;h=133" alt="" width="300" height="133" />I&#8217;ve managed a company event Twitter account for a little over two years, covering three dates for that event (2009, 2010, and 2011). 2009 was the first year we had a cohesive plan to utilize social networking accounts for the event, so 2009 was our start year. For the 2010 year, we built a larger Facebook following and topped 1000 followers on Twitter. In the 2011 event season, I and my extended team made some changes to our processes and approach to see what would happen. I&#8217;ll admit I&#8217;ve watched with a bit of surprise as our social footprint exploded. Here are a few of the things we did differently:</p>
<ul>
<li><strong>Put the face behind the brand:</strong> The first change I made was shifting the point of view of the content. It was then I noticed the first uptick in engagement on our Twitter account (which spurred me to experiment with the other changes that follow). I added my name to the bio, shifted from &#8220;we&#8221; to &#8220;I&#8221; when it made sense, and tried to keep my individual voice as much as possible.</li>
<li><strong>Don&#8217;t follow everyone who follows you:</strong> I chose to be choosy on follow-backs. My audience was IT professionals, hardware and software managers, and tech industry followers. Real estate agents, performers, students, and especially spammers aren&#8217;t part of my audience, so I have no desire to project them onto my followers in any way. I drew more lines in the sand about who I followed. I did not follow back if the user protected their tweets, had not updated their avatar, or didn&#8217;t have an obvious connection to the industry (as shown in their bio or timeline). <em>Invaluable tool for the job: <a href="http://www.friendorfollow.com">Friend or Follow</a> to easily find who you might need to follow</em></li>
<li><strong>Be judicious in volume:</strong> In most cases, I tried to keep the account posts down to a manageable frequency. Of course that spiked during the event, but even though that during-event spike seems obvious and expected, that&#8217;s when the account lost the most followers. So for my audience, at least, 2-3 times daily seems to be the sweet spot. <em>Invaluable tool for the job: <a href="http://www.qwitter.com">Qwitter</a> to monitor the rate of followers who leave you</em></li>
<li><strong>Recognize your followers:</strong> Reply to everything that&#8217;s not just a rhetorical question (and even some of those) or that you can reasonably address. As you can imagine, even though I was working on an enterprise event, I got a lot of tweets about laptops and printers. Not my purview but I still tried to make sure they were pointed in the right direction. Thank retweets and mentions with a shout-out or Follow Friday. I also made sure that if I was out of the office, I had a backup in place who could do this for me. <em>Invaluable tool for the job: Saved search in your tool of choice (search mentions and hashtags) and <a href="http://www.paper.li">paper.li</a></em></li>
</ul>
<div>Any tips from your experience?</div>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/b2b/'>B2B</a>, <a href='http://communicationmatters.wordpress.com/tag/events/'>events</a>, <a href='http://communicationmatters.wordpress.com/tag/twitter/'>twitter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=186&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/06/21/tips-for-building-b2b-following/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2011/06/twittercounter-chart.png?w=300" medium="image">
			<media:title type="html">twittercounter.chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Keep your event social channels open</title>
		<link>http://communicationmatters.wordpress.com/2011/06/13/keep-your-event-social-channels-open/</link>
		<comments>http://communicationmatters.wordpress.com/2011/06/13/keep-your-event-social-channels-open/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 03:24:17 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=181</guid>
		<description><![CDATA[I just got back from managing the social media activities for my biggest event yet. The event was much bigger than last year, and not surprisingly, so was the volume of Twitter chatter. Of those thousands of tweets last week, there&#8217;s one that still sticks with me. I&#8217;ve been working with this event team for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=181&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just got back from managing the social media activities for my biggest event yet. The event was much bigger than last year, and not surprisingly, so was the volume of Twitter chatter. Of those thousands of tweets last week, there&#8217;s one that still sticks with me.</p>
<p><img class="aligncenter size-full wp-image-182" title="Tweet1" src="http://communicationmatters.files.wordpress.com/2011/06/tweet1.png?w=600" alt=""   /></p>
<p>I&#8217;ve been working with this event team for two years now and have been extremely lucky that there&#8217;s very little hesitance to keep all of our social channels open. Frankly, I see no point in highlighting or promoting any social channel if you&#8217;re not going to display it without filter. First, that goes against the very nature of social media—filters remove that social aspect. Second, because of that implicit social aspect, any filter will likely be noticed and publicly called out, often to the detriment of the filtering party.</p>
<p>Even beyond those two pragmatic reasons, I advocate open channels for the principle of it. If you&#8217;re not going to embrace your social community, why bother? I&#8217;d much rather facilitate open social sharing and watch a few zingers come through, than close off a digital conversation that is inherently open.</p>
<p>I believe letting that conversation take its natural course benefits consumers and brands alike. Consumers are able to freely share opinions and ask questions without feeling fettered by risk averse or metric-minded brand managers. This is particularly important in industries where consumers feel ignored or easily disenfranchised. As an event planner, I appreciate this open conversation for the gems of insight that come from uninhibited access and contribution to the community stream of consciousness.</p>
<p>So how do you put this principle in action? First, you must appreciate the heartburn this will likely cause your executives, and therefore your self. Set the expectation up front that you (and the entire community) might see snark, sarcasm, outright condemnation, and even cussing. After more than two years working on social media for events, I can tell you to definitely expect snark and sarcasm, and most likely off-color humor. You will also likely take some potshots—every company and product has its lovers and haters. Some of those potshots you&#8217;ll want to respond to, some you won&#8217;t. But overall, my experience has been mostly positive.</p>
<p>Then, decide where your comfort zone and support are. We embed Twitter streams on our web sites, encourage photo sharing, and commenting on our Facebook page. But I also make sure that someone is on site to monitor and contribute to each of those channels. I want my brand/event represented in the stream, but I also want to monitor it for any flare-ups or required followup. Just because it&#8217;s open doesn&#8217;t mean I don&#8217;t keep my eye on it!</p>
<p>Finally, be sure to report the conversations back to your stakeholders. I like to provide daily snapshot reports that show volume as well as general sentiment. Show the good and the bad—provide your stakeholders with the fruit of the open conversation. If you have a product launch at the event, share the launch-related buzz with that product team. At events, you&#8217;ll inevitably see feedback on the event itself, so be sure to pass that on to the event planners. <em>Use</em> the content of that open conversation to influence improvement and growth in your programs.</p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/events/'>events</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=181&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/06/13/keep-your-event-social-channels-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2011/06/tweet1.png" medium="image">
			<media:title type="html">Tweet1</media:title>
		</media:content>
	</item>
		<item>
		<title>An Intro HP&#8217;s Enterprise Social Media COE</title>
		<link>http://communicationmatters.wordpress.com/2011/05/10/intro-hpeb-social-media-coe/</link>
		<comments>http://communicationmatters.wordpress.com/2011/05/10/intro-hpeb-social-media-coe/#comments</comments>
		<pubDate>Tue, 10 May 2011 14:29:30 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[BlogWell]]></category>
		<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=173</guid>
		<description><![CDATA[I&#8217;ve had the pleasure and satisfaction of being involved from the ground up in the HP Enterprise Business Social Media Center of Expertise (COE). I was the first person to join a fledgling team in November of 2008 to create a team that, at the time, was merely a gleam in our Director&#8217;s eye. Now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=173&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the pleasure and satisfaction of being involved from the ground up in the HP Enterprise Business Social Media Center of Expertise (COE). I was the first person to join a fledgling team in November of 2008 to create a team that, at the time, was merely a gleam in our Director&#8217;s eye. Now we&#8217;re a team of six people who have collaborated to create an innovative group that works across the entire Enterprise division to empower and support our HP employee social media contributors. We&#8217;ve had two fantastic managers who have led us to this point, one of whom presented at the <a href="http://www.socialmedia.org/blogwell/" target="_blank">BlogWell</a> conference <a href="http://www.socialmedia.org/blogwell/newyork2011/" target="_blank">How Big Brands Use Social Media</a> on March 29, 2011.</p>
<p>I invite you to listen to Mia Dand&#8217;s (follow her <a href="http://www.marketingmysticblog.com" target="_blank">blog</a> and on <a href="http://twitter.com/MiaD" target="_blank">Twitter</a>) presentation on our Center of Expertise so you can see how we&#8217;ve grown to become an integral part of the Enterprise division. Without a doubt, because the social landscape evolves so quickly, we still have growing to do, but in this 25 minute video you&#8217;ll see how a small team of six dedicated personnel can help grow and influence a contingent of over 500* social media contributors for a brand.</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/23072990' width='400' height='225' frameborder='0'></iframe></div>
<p>*Mia mentioned 300-odd SoMe contributors, but that has since grown to well over 500.</p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/blogwell/'>BlogWell</a>, <a href='http://communicationmatters.wordpress.com/tag/hp/'>HP</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=173&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/05/10/intro-hpeb-social-media-coe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>
	</item>
		<item>
		<title>What retail taught me about social media interaction</title>
		<link>http://communicationmatters.wordpress.com/2011/02/28/what-retail-taught-me/</link>
		<comments>http://communicationmatters.wordpress.com/2011/02/28/what-retail-taught-me/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 02:29:46 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Customer experience]]></category>
		<category><![CDATA[Social media]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=169</guid>
		<description><![CDATA[My first job was working as a clerk at a family-owned high-end department store. Such businesses have a unique culture that I think is fading away in this era of big chain stores and online retailers. The owners, employees, and shoppers many connections in a close-knit community. It occurred to me that my job in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=169&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My first job was working as a clerk at a family-owned high-end department store. Such businesses have a unique culture that I think is fading away in this era of big chain stores and online retailers. The owners, employees, and shoppers many connections in a close-knit community. It occurred to me that my job in retail has shaped many of the principles that are now natural to me in my role in customer communications.</p>
<p><strong>A little empathy and tact goes a long way:</strong> Let&#8217;s face it. The customer is <em>not </em>always right. More appropriately, the saying should be &#8220;the customer is always <em>convinced </em>they&#8217;re right.&#8221; You can&#8217;t tell them they&#8217;re not right without escalating the problem. Changing conviction is an onerous and often unattainable task. Retailers spend oodles of energy deflecting that conviction into something productive. In today&#8217;s world of instant social <a href="http://twitter.com/ComcastCares">fame</a> (or <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=9&amp;sqi=2&amp;ved=0CFkQFjAI&amp;url=http%3A%2F%2Fmashable.com%2F2009%2F07%2F15%2Funited-breaks-guitars%2F&amp;ei=GvxpTbqCD4SftweroazmAg&amp;usg=AFQjCNGXr87fu49AqSpI0rxvyyVoQXln_A&amp;sig2=dYKsTPDq5SCS9hbM7su4HA">infamy</a>), one customer&#8217;s disenchantment soon becomes a company&#8217;s heartburn. All too often, this right-vs.-wrong battle takes place because a customer was initially made to feel like their situation was misunderstood or unimportant. That misstep happens as soon as the customer voices their displeasure, so you&#8217;ve got to address that customer head on with as much empathy and tact as possible. Show them you hear them and that you&#8217;re willing to do all that&#8217;s in your power to help them.</p>
<p><strong>Customers focus on the negative unless you give them something positive: </strong>I think this is a largely human trait—we tend to talk more about the bad than the good. It&#8217;s easier to be critical than constructive. Knowing that tendency, I want to provide customers with a really great experience so that&#8217;s what they think about when they consider revisiting my store. This doesn&#8217;t just apply to your products or your service, this applies to the way you conduct yourself online. Do you respond to customers who mention you? Do you provide helpful information that&#8217;s easy to find? Do you take customer privacy seriously? Make as many aspects of your online and social interactions work really well so your followers keep following.</p>
<p><strong>Presentation and perception matters:</strong> When you go to a high-end department store, the staff are all well dressed, the floors are clean, and the merchandise is tidy. Why? Because all of that reflects on the company. The same goes for your social presence—it <em>is </em>a reflection of you and the company you represent.  Brand your social channels and ensure they&#8217;re all connected.  Make sure your content is relevant, accurate, and error-free.</p>
<p><strong>Offer help, let them choose to accept it:</strong> The pushy salesmen are universally avoided on show floors. No one likes to be shadowed by a hovering clerk when you&#8217;ve already expressed your desire to browse on your own. The beauty of social networks for consumers is that consumers control the volume and filters. Make yourself available to them, but don&#8217;t force your content, connections, or assistance down their throats.</p>
<p><strong>Courtesy and recognition seal the deal: </strong>My most loyal customers were the ones I recognized on sight or even over the phone. I knew their habits and preferences and could tailor their experience with that in mind. More importantly, I could genuinely tell them I looked forward to seeing them again. We humans are fundamentally social yet egocentric creatures. Show your followers that you know them and appreciate them.</p>
<p>Have you learned lessons from previous jobs that shape your social media marketing?</p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/customer-experience/'>Customer experience</a>, <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/customer-experience/'>Customer experience</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=169&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/02/28/what-retail-taught-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>
	</item>
		<item>
		<title>A trick to HootSuite bulk scheduling</title>
		<link>http://communicationmatters.wordpress.com/2011/01/09/hootsuite-bulk-scheduling/</link>
		<comments>http://communicationmatters.wordpress.com/2011/01/09/hootsuite-bulk-scheduling/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 20:08:47 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[HootSuite]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=164</guid>
		<description><![CDATA[I finally had a chance to try out the relatively new HootSuite bulk scheduling feature for Pro account users. It wasn&#8217;t pretty. What should have been a cut-and-dry  process—according to the HootSuite instructions, anyway—turned into over an hour of frustrated file swapping and forum surfing. When I finally got it to work, though, I swear [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=164&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally had a chance to try out the relatively new<a href="http://blog.hootsuite.com/batch-upload-streams-release/"> HootSuite bulk scheduling feature </a>for Pro account users. It wasn&#8217;t pretty. What should have been a cut-and-dry  process—according to the HootSuite instructions, anyway—turned into over an hour of frustrated file swapping and forum surfing. When I finally got it to work, though, I swear an angelic chorus sounded from above. So here is some background and my solution that, knock on wood, is working for me consistently.</p>
<h3>Bulk scheduler basics</h3>
<p>After you&#8217;ve logged in to your HootSuite dashboard, click in the &#8220;Compose message&#8221; box, then on the calendar &#8220;Schedule Message&#8221; icon. This pops up the scheduler window, which has a &#8220;Schedule in Bulk&#8221; button. Click there to pull up the bulk scheduler. Basically, you upload a CSV file with a time stamp, message, and URL, which the HootSuite servers then parse to create your pending posts.</p>
<h3>Scheduler frustrations</h3>
<p>Ater visiting <a href="http://help.hootsuite.com/entries/348949-batch-scheduling-feedback">HootSuite&#8217;s help portal</a>, I discovered that I wasn&#8217;t the only one having problems. Most issues seem to be rooted in users&#8217; tool-of-choice (usually Microsoft Excel) for creating CSV files. I read the whole bleepin&#8217; thread and still couldn&#8217;t get my CSV file to upload properly.</p>
<p>One user suggestion was to use Google Docs spreadsheets to create the CSV file. I tried that but still got an error that my date strings weren&#8217;t correct.</p>
<p>Multiple HootSuite support personnel posts suggested that people should use plain text editors to ensure proper  markup in the CSV file. Sorry folks, but wrong answer. If I wanted to take the time to edit a CSV file with up to 50 entries, checking to make sure each column has commas, etc., I wouldn&#8217;t be bothering with this. Without the ability to edit in spreadsheet format, the feature loses a significant aspect of its convenience. Then again, maybe most people are more patient them I am.</p>
<h3>My final solution</h3>
<p>I have now gotten this to work properly on three consecutive uploads, so hopefully it will work for you. If you plan to use a spreadsheet program like Excel, here&#8217;s what I do.</p>
<ol>
<li><strong>Start with a fresh spreadsheet. </strong>Do not use the sample CSV file that HootSuite provides if you plan to use a spreadsheet program like Excel. Excel does some sort of auto-formatting (which I have yet to figure out how to disable) that makes the CSV-XLS-CSV formatting unpredictable.</li>
<li><strong>Format cells as General Text. </strong>Do not use auto-formatting for your time stamp column. This also seems to cause unpredictability in the XLS-CSV conversion. Some users suggested using the Date format in Excel, but I could not get a consistent result doing that.</li>
<li><strong>Save two versions of your spreadsheet. </strong>Work with your content in a document saved as an Excel spreadsheet (XLS or XLSX) until you&#8217;re ready to upload. Then save it as CSV.</li>
<li><strong>Don&#8217;t pre-shorten your URL&#8217;s. </strong>Some of the URL&#8217;s I pre-shortened worked, some didn&#8217;t. So I&#8217;ve just decided to enter the full URL in my spreadsheet.</li>
<li><strong>Create separate spreadsheets for each network.</strong> You have to select the network you want to post to when you upload your CSV file. Don&#8217;t try to create tabs in one spreadsheet for each network as this will mess up your CSV export (CSV files don&#8217;t support tabs).</li>
</ol>
<p>I hope these tips help! Please let me know if you found other tricks to help the process along.</p>
<h3>Feature wishlist</h3>
<p>There are two big things I&#8217;m hoping HootSuite will improve in the scheduling feature. Okay, three. First, the CSV parsing is very picky, so any way they can make that more forgiving will surely reduce the number of tickets they have to open. Beyond that, the biggies are:</p>
<ul>
<li><strong>Create a shortcut to access the bulk scheduler</strong>. Give me a menu option or button on the homescreen so I don&#8217;t have to click through the message composer to get to the feature.</li>
<li><strong>Provide support for multiple networks in one CSV</strong>. A column to designate which network to post to would be super convenient. Please!</li>
</ul>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a>, <a href='http://communicationmatters.wordpress.com/category/tools-2/'>Tools</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/hootsuite/'>HootSuite</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=164&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2011/01/09/hootsuite-bulk-scheduling/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>
	</item>
		<item>
		<title>You can&#8217;t get out what you don&#8217;t put in</title>
		<link>http://communicationmatters.wordpress.com/2010/10/15/you-cant-get-out/</link>
		<comments>http://communicationmatters.wordpress.com/2010/10/15/you-cant-get-out/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 21:17:12 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[ROI]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=160</guid>
		<description><![CDATA[A short Twitter exchange recently unearthed some angst I&#8217;ve buried about business of social media. Two years ago when I started my full-time role as a social media manager, there was a lot of heady wonder at the opportunity social networking held for businesses and our customers. Social networking was &#8220;free,&#8221; after all, so why not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=160&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://communicationmatters.files.wordpress.com/2010/10/twitter_freesomeconvo.gif"><img class="size-full wp-image-162 alignright" title="Twitter_FreeSoMeConvo" src="http://communicationmatters.files.wordpress.com/2010/10/twitter_freesomeconvo.gif?w=600" alt=""   /></a>A short Twitter exchange recently unearthed some angst I&#8217;ve buried about business of social media. Two years ago when I started my full-time role as a social media manager, there was a lot of heady wonder at the opportunity social networking held for businesses and our customers. Social networking was &#8220;free,&#8221; after all, so why not toss our cap in? I believe that time+people=success, and my tweet that &#8220;&#8216;Free&#8217; kills SoMe at budget time&#8221; is about how frustrating it can be to catch budget dollars for something that&#8217;s supposed to be &#8220;free.&#8221; Even if a Twitter account is free, it takes time, effort, and thoughtful stewardship to result in something relevant. The same goes for any social network. But in times when budget is tightly limited, and new headcount is even more rare, what&#8217;s a SoMe marketer to do?</p>
<p>Even after two years, &#8220;ROI&#8221; is still the primary concern I hear and read from execs and marketing managers. The angst that&#8217;s surfacing wants to taunt those managers and demand to know why they want Return in a space where Investment is still scarce. Sure, the Powers That Be might throw a few people at social media to see what they could accomplish on a shoestring budget. But aside from a few notable and high-profile companies, I don&#8217;t see businesses, on a wide scale and especially in the B2B space, truly <em>investing</em> in social media.</p>
<p>Successful <em>investment</em> requires</p>
<ul>
<li><strong>Upper management, including IT, displays tangible support of social media: </strong>Budget decisions and business objectives begin at the top. Without executive buy-in from the top-down, social media projects will remain last-minute additions that are forced to tin-cup for resources. And money speaks loudest, whether it&#8217;s headcount, equipment, or service providers. Lip service only goes so far.</li>
<li><strong>Headcount is allocated, educated, and developed in-house: </strong>A company&#8217;s brand is reflected in its people. Yes, sometimes you need to bring in fresh ideas to shake things up, but don&#8217;t you want your most public interactions driven by someone who knows your company inside and out? Knowledge is one of a organization&#8217;s most treasured (and oft overlooked) jewels—cultivate it and show it off! When you find someone that is knowledgeable, passionate, and motivated, put them in a place where their light will really shine. This requires flexible organization planning, another of those corporate details that seems to get hidden away during tough economic times.</li>
<li><strong>Social media participation reaches all ranks of an organization:</strong> Social media is, well, <em>social</em>. Sure, you need dedicated people setting the course and providing the foundation, but social media should be embraced throughout an organization. Again, make the most of your organizational knowledge and empower employees at all ranks to represent your brand.</li>
<li><strong>Marketing services become both shared and dedicated: </strong>To make that organization-wide spread feasible, you&#8217;ll need both shared and dedicated resources. Invest in talent for foundational elements that can be shared by all business teams. But those shared resources won&#8217;t always have the business-specific expertise or exposure need by some teams, so consider dedicated resources in those teams, too. You could think of it as corporate functional teams bolstered by business unit subject experts.</li>
</ul>
<p>So when you&#8217;re thinking about building your business plans and justifications for next year, be sure to include the Investment that&#8217;s required to give you a Return. You can&#8217;t get out what you don&#8217;t put in.</p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/budget/'>budget</a>, <a href='http://communicationmatters.wordpress.com/tag/planning/'>planning</a>, <a href='http://communicationmatters.wordpress.com/tag/roi/'>ROI</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=160&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2010/10/15/you-cant-get-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2010/10/twitter_freesomeconvo.gif" medium="image">
			<media:title type="html">Twitter_FreeSoMeConvo</media:title>
		</media:content>
	</item>
		<item>
		<title>@beccataylor&#8217;s #FF roundup for 3/19</title>
		<link>http://communicationmatters.wordpress.com/2010/03/19/ff-roundup-319/</link>
		<comments>http://communicationmatters.wordpress.com/2010/03/19/ff-roundup-319/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:29:06 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[FollowFriday]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=140</guid>
		<description><![CDATA[A roundup of the useful, interesting, and/or fun tidbits I found this week via the fantastic tweeple I follow: problogger New at ProBlogger: 30 Valuable Lessons Learned Using Social Media  http://goo.gl/fb/ViZz brett 16 Social Media Guidelines Used by Real Companies http://bit.ly/7WXHId (via @econsultancy) tacanderson House: Blog Marketing Missed Opportunity http://post.ly/TLqr WomenWhoTech Tweetlytics: Monitor Your Organization&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=140&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://communicationmatters.files.wordpress.com/2009/10/followfriday.gif"><img class="size-full wp-image-112 alignright" title="FollowFriday" src="http://communicationmatters.files.wordpress.com/2009/10/followfriday.gif?w=600" alt=""   /></a>A roundup of the useful, interesting, and/or fun tidbits I found this week via the fantastic tweeple I follow:</p>
<ul>
<li><a title="@problogger" href="http://hootsuite.com/dashboard#">problogger</a> New at ProBlogger: 30 Valuable Lessons Learned Using Social Media  <a rel="nofollow" href="http://goo.gl/fb/ViZz" target="_blank">http://goo.gl/fb/ViZz</a></li>
<li><a title="brett" href="http://hootsuite.com/dashboard#">brett</a> 16 Social Media Guidelines Used by Real Companies <a rel="nofollow" href="http://bit.ly/7WXHId" target="_blank">http://bit.ly/7WXHId</a><a rel="nofollow" href="http://bit.ly/7WXHId" target="_blank"></a> (via <em>@</em><a title="econsultancy" href="http://hootsuite.com/dashboard#">econsultancy</a>)</li>
<li><a title="tacanderson" href="http://hootsuite.com/dashboard#">tacanderson</a> House: Blog Marketing Missed Opportunity <a rel="nofollow" href="http://post.ly/TLqr" target="_blank">http://post.ly/TLqr</a></li>
<li><a title="WomenWhoTech" href="http://hootsuite.com/dashboard#">WomenWhoTech</a> Tweetlytics: Monitor Your Organization&#8217;s Impact on Twitter <a rel="nofollow" href="http://bit.ly/8YXDWO" target="_blank">http://bit.ly/8YXDWO</a></li>
<li><a title="Mike_Stelzner" href="http://hootsuite.com/dashboard#">Mike_Stelzner</a> NEW STUDY: How obsessed are you with Social Media? Check out these stats and see where you rank: <a rel="nofollow" href="http://bit.ly/diuRLP" target="_blank">http://bit.ly/diuRLP</a></li>
<li><a rel="nofollow" href="http://bit.ly/dw0uc1" target="_blank"></a><a title="brett" href="http://hootsuite.com/dashboard#">brett</a> Facebook Starts Sending Page Admins Weekly Stat Reports - <a rel="nofollow" href="http://bit.ly/dmd82o" target="_blank">http://bit.ly/dmd82o</a><a rel="nofollow" href="http://bit.ly/dmd82o" target="_blank"></a> (via <em>@</em><a title="adamostrow" href="http://hootsuite.com/dashboard#">adamostrow</a> <em>@</em><a title="mashable" href="http://hootsuite.com/dashboard#">mashable</a>)</li>
<li><a title="TrendTracker" href="http://hootsuite.com/dashboard#">TrendTracker</a> 3 Social Media Myths by <em>@</em><a title="AnneDGallaher" href="http://hootsuite.com/dashboard#">AnneDGallaher</a> <a rel="nofollow" href="http://bit.ly/bzwnqi" target="_blank">http://bit.ly/bzwnqi</a><a rel="nofollow" href="http://bit.ly/bzwnqi" target="_blank"></a> RT <em>@</em><a title="TheSocialCMO" href="http://hootsuite.com/dashboard#">TheSocialCMO</a></li>
<li><a title="copyblogger" href="http://hootsuite.com/dashboard#">copyblogger</a> Creative Doing Beats Creative Thinking -<a rel="nofollow" href="http://bit.ly/avLNVB" target="_blank">http://bit.ly/avLNVB</a></li>
</ul>
<p><a rel="nofollow" href="http://bit.ly/avLNVB" target="_blank"></a></p>
<p><a rel="nofollow" href="http://bit.ly/dw0uc1" target="_blank"></a></p>
<p><a rel="nofollow" href="http://bit.ly/diuRLP" target="_blank"></a></p>
<p><a rel="nofollow" href="http://bit.ly/8YXDWO" target="_blank"></a></p>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/social-media/'>Social media</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/followfriday/'>FollowFriday</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=140&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2010/03/19/ff-roundup-319/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>

		<media:content url="http://communicationmatters.files.wordpress.com/2009/10/followfriday.gif" medium="image">
			<media:title type="html">FollowFriday</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Networking: Work or Play?</title>
		<link>http://communicationmatters.wordpress.com/2010/03/17/social-networking-work-or-play/</link>
		<comments>http://communicationmatters.wordpress.com/2010/03/17/social-networking-work-or-play/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:44:45 +0000</pubDate>
		<dc:creator>beccataylor</dc:creator>
				<category><![CDATA[Writing and communication]]></category>
		<category><![CDATA[AWC Houston]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[for beginners]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://communicationmatters.wordpress.com/?p=148</guid>
		<description><![CDATA[Many professionals still wonder if social networking is worth their time. Social media IS an important business asset for both individuals and companies. So I visited AWC Houston to show members how they can sift through the myriad options and get started on just a few networks to help enhance their professional lives. Filed under: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=148&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many professionals still wonder if social networking is worth their time. Social media IS an important business asset for both individuals and companies. So I visited <a href="http://www.awc-houston.org">AWC Houston</a> to show members how they can sift through the myriad options and get started on just a few networks to help enhance their professional lives.</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/3458733' width='600' height='492'></iframe>
<br />Filed under: <a href='http://communicationmatters.wordpress.com/category/writing-and-communication/'>Writing and communication</a> Tagged: <a href='http://communicationmatters.wordpress.com/tag/awc-houston/'>AWC Houston</a>, <a href='http://communicationmatters.wordpress.com/tag/facebook/'>Facebook</a>, <a href='http://communicationmatters.wordpress.com/tag/for-beginners/'>for beginners</a>, <a href='http://communicationmatters.wordpress.com/tag/linkedin/'>LinkedIn</a>, <a href='http://communicationmatters.wordpress.com/tag/presentation/'>presentation</a>, <a href='http://communicationmatters.wordpress.com/tag/social-networking/'>social networking</a>, <a href='http://communicationmatters.wordpress.com/tag/twitter/'>twitter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/communicationmatters.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/communicationmatters.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/communicationmatters.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=communicationmatters.wordpress.com&amp;blog=3955705&amp;post=148&amp;subd=communicationmatters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://communicationmatters.wordpress.com/2010/03/17/social-networking-work-or-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d0dfa3f9c6ba2720b498d29af93457e?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">beccataylor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
