<?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>Giedrius Majauskas blog &#187; Social</title>
	<atom:link href="http://www.majauskas.com/category/social/feed" rel="self" type="application/rss+xml" />
	<link>http://www.majauskas.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 15:37:59 +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>Tracking Social behavior on websites: 6 things to implement right now</title>
		<link>http://www.majauskas.com/tracking-social-behavior-on-websites-5-things-to-implement-right-now</link>
		<comments>http://www.majauskas.com/tracking-social-behavior-on-websites-5-things-to-implement-right-now#comments</comments>
		<pubDate>Wed, 13 Jul 2011 10:06:00 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[SEM]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=471</guid>
		<description><![CDATA[Keeping and tracking information about social sharing and actions becomes more and more important for anyone that cares about site&#8217;s visitors and site itself. However, not all tools allow easy tracking &#8220;out of the box&#8221;, so there is some work for developer. I assume that google+, share and retweet buttons are already on the site. [...]]]></description>
			<content:encoded><![CDATA[<p>Keeping and tracking information about social sharing and actions becomes more and more important for anyone that cares about site&#8217;s visitors and site itself. However, not all tools allow easy tracking &#8220;out of the box&#8221;, so there is some work for developer. I assume that google+, share and retweet buttons are already on the site.</p>
<h3>1. Add the site to Google Webmaster tools</h3>
<p>Obvious, huh? However, this allows tracking of Google+ button clicks easily and produces valuable data about click profile changes. This should be a basic step for each larger website anyways.</p>
<h3>2. Fix the Facebook open graph tags.</h3>
<p>Facebook&#8217;s open graph like buttons do not work properly &#8220;out of the box&#8221;. There are couple tags required for them to become useful and traceable. You will be able to contact page liker&#8217;s from within FB after the fixing the tags for home page. You should not forget to define facebook admins for the site in the web page headers. Then you will be able to add and monitor your webpage in Facebook&#8217;s business insights.<br />
This tool will allow easy validation of each page:<a  href="https://developers.facebook.com/tools/lint/"> https://developers.facebook.com/tools/lint/</a></p>
<h3>3. Add social events tracking to Google Analytics</h3>
<p>This one is very important if you are using Google analytics. Although GA tracks Google+ clicks out of the box, it does not track other social events. So, you should add some custom JS in the page code to launch specific analytics events on social button actions. The generic code is to launch trackSocial method in Javascript:<br />
<code>_gaq.push(['_trackSocial', network, socialAction, opt_target, opt_pagePath]);</code><br />
Only the network and action are required and they are passed as custom text. The opt_target parameter is useful when one uses like button for other page than default one. This page offers the best explanation how to implement facebook likes and tweet tracking : <a  href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html">http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html</a><br />
Note, that this code is for asynchronous tracker. It will require some modifications if you use synchronous tracking, and you should probably switch to asynchronous tracker anyway. Also, you should switch to new Google analytics interface to see the tracking results.</p>
<h3>Fix the JS of sharing buttons to track social actions as well</h3>
<p>The code above is not universal. It tracks clicks on the default sharing/like buttons only. However, you will not be notified after shares resulting from social sharing plug-ins like AddThis or similar. However, as long as you have access to API or can modify JS, you can track these events as well:<br />
<code><br />
&lt;script type="text/javascript"&gt;</code></p>
<p>var addthis_config = {<br />
data_ga_property: &#8216;UA-xxxxx-xx&#8217;,<br />
data_track_clickback: true,<br />
pubid: &#8220;addthis-id&#8221;<br />
};</p>
<p>&lt;/script&gt;</p>
<p>This configuration is enough to start tracking social Addthis actions in google analytics. Similar approaches might be applicable by other social sharing services.</p>
<h3>5. Consider installing Seevolution or other JavaScript heatmap tool</h3>
<p>Some services cannot be tracked easily. In such cases there are one option only: track clicks directly. And the best tools for that are javascript heatmap trackers. There are some choices there, though Seevolution ( <a  href="http://seevolution.com">http://seevolution.com</a> ) is great and allows tracking several sites for free.</p>
<h3>6 (bonus). Add google Alerts for tracking your website name and brand names over the web</h3>
<p>Not every social interaction originates on your site. You should monitor your mentions on google alerts and some other services as well. This might lead to perfect opportunity to get more exposure and new visitors.</p>
<p>Will these 6 things cover all social interactions about your website? Definitely not. However, implementing these steps will result in much better understanding of what is happening around your site.</p>
<p>Any additional ideas or comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/tracking-social-behavior-on-websites-5-things-to-implement-right-now/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you abandon your Facebook page for Open Graph API?</title>
		<link>http://www.majauskas.com/should-you-abandon-your-facebook-page-for-open-graph-api</link>
		<comments>http://www.majauskas.com/should-you-abandon-your-facebook-page-for-open-graph-api#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:34:52 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[open graph]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=307</guid>
		<description><![CDATA[Facebook just opened its Open Graph protocol API which allows implementing social interactions in websites that were limited to Facebook pages only: likes, commenting, etc. The question rises if webmasters should bother to create Facebook pages anymore if their sites can be integrated in Facebook&#8217;s system. The short answer they both serve a bit different [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook just opened its Open Graph protocol API which allows implementing social interactions in websites that were limited to Facebook pages only: likes, commenting, etc. The question rises if webmasters should bother to create Facebook pages anymore if their sites can be integrated in Facebook&#8217;s system.</p>
<p>The short answer they both serve a bit different purposes. Open Graph API helps people to connect themselves to brands. Facebook pages provide easier way on interacting with your fans. There is a much wider ecosystem of Facebook Applications than Open Graph applications at the moment.</p>
<p>Also, one needs to use FB application for managing and monitoring all the interactions through a website properly. Open graph insights are still a bit limited for my tastes, but I hope that new tools will emerge.</p>
<p>Also, Facebook pages help controlling brand mentions in SERP results, which might be important for reputation management. This can not be replaced by Open Graph API.</p>
<p>However, Open Graph shines with ability to help users quickly share recommendations and likes. It is easy to create Like button or Facebook comment box which pluggins that are already here. New tools will emerge that will aggregate and process user tastes. There are some examples already.</p>
<p>Overall, I would skip creating facebook pages under single condition: you will not have time nor content to represent your business in facebook. There are some websites that would not take too much use from community (for example, quick-help howto websites), but facebook page would not hurt anyways. On the other side, Open Graph might not be really useful in cases of existing Facebook page and little content on the website itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/should-you-abandon-your-facebook-page-for-open-graph-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Marketing Fail : looking for numbers instead for audience</title>
		<link>http://www.majauskas.com/social-marketing-fail-looking-for-numbers-instead-for-audience</link>
		<comments>http://www.majauskas.com/social-marketing-fail-looking-for-numbers-instead-for-audience#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:30:27 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[SEM]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=286</guid>
		<description><![CDATA[Each person with Facebook account has met a social marketer (more likely, many). Most of them are total annoying failures as they work using wrong objectives. For example, invites to pages and events that are not relevant to my locality, age or interests. Looking back, pageviews is a viable objective for some markets that sell [...]]]></description>
			<content:encoded><![CDATA[<p>Each person with Facebook account has met a social marketer (more likely, many). Most of them are total annoying failures as they work using wrong objectives. For example, invites to pages and events that are not relevant to my locality, age or interests.</p>
<p>Looking back, pageviews is a viable objective for some markets that sell main-stream products or try to strengthen brand. However, is it likely that I would go to a club in completely opposite side of the world or that I would do grocery shopping there anytime soon?</p>
<p>This issue affected display advertisement for a while already, and it affects social marketing even more so. People will not speak positively about unnecessary service that is pushed to them . More than likely they will laugh at it. And that will reduce credibility.</p>
<p>Back to real-world example. I have a marketer in my friend list that tries to push me a DJ fan page and events that are never close to my location. The marketer found me by inviting fans of other DJ&#8217;s that play internationally and reside in my location. Do your research, people. I see no reason to become fan of page that is not relevant.</p>
<p>How to remedy situations like this? Invest some time into looking for related local groups. Local clubs the DJ plays would be good start instead of international DJs themselves. That would lead to fans that are relevant and (maybe) interested. Simple, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/social-marketing-fail-looking-for-numbers-instead-for-audience/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 point Twitters follow policy that works for me</title>
		<link>http://www.majauskas.com/6-point-twitters-follow-policy-that-works-for-me</link>
		<comments>http://www.majauskas.com/6-point-twitters-follow-policy-that-works-for-me#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:00:44 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[following]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=199</guid>
		<description><![CDATA[I have read a lot about should one follow or not each tweep that follows you. There are two schools of thought: You follow everyone back but spam bots and try to build relationship with majority of them. You follow only handful of interesting people and build deeper relationship with them. Can these two ways [...]]]></description>
			<content:encoded><![CDATA[<p>I have read a lot about should one follow or not each tweep that follows you. There are two schools of thought:</p>
<ul>
<li>You follow everyone back but spam bots and try to build relationship with majority of them.</li>
<li>You follow only handful of interesting people and build deeper relationship with them.</li>
</ul>
<p>Can these two ways meet somewhere? I am sure it can. Here’s what I think and do:</p>
<ol>
<li>I do not focus on following people that follow everyone back only.</li>
<li>Do not follow bots : twitterfeed-only or API-only posters, feeds except if they are really valuable.</li>
<li>If a person follows you, check if he is worth following : interesting insights, replies (interacts) with other real people (believe me, there are bots that interact in between), maybe retweets (but not only retweets), and website is not about money making or with Bill Crosbies video <img src='http://www.majauskas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Pay people you follow the same courtesy: Interact with them, talk with them, share their posts if you find them worthwhile, answer their questions. Most important, you should help them if you can.</li>
<li>I unfollow and block most of the follow teasers, which are bots/people who follow just to get follow back, and then unfollow you. This was done to increase their follower numbers and follower/followed ratio. Twitter Karma is good for that.</li>
<li>Have fun and enjoy twitter. That is most important.</li>
</ol>
<p>Just remember, real people and real interactions are what twitter is for.  Having large follower count is ego boost, but what if you can’t hear real people that are there and they can’t hear you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/6-point-twitters-follow-policy-that-works-for-me/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter killed RSS? That’s only half of the story</title>
		<link>http://www.majauskas.com/twitter-killed-rss-that%e2%80%99s-only-half-of-the-story</link>
		<comments>http://www.majauskas.com/twitter-killed-rss-that%e2%80%99s-only-half-of-the-story#comments</comments>
		<pubDate>Tue, 04 Aug 2009 09:25:49 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=178</guid>
		<description><![CDATA[RSS and content aggregation was the news distribution format for last couple of years. It successfully replaced newsletters in some of the markets, and I personally think it is much more convenient to subscribe to couple of the news feeds than getting news in my email box. At the moment I am subscribed to around [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">RSS and content aggregation was the news distribution format for last couple of years. It successfully replaced newsletters in some of the markets, and I personally think it is much more convenient to subscribe to couple of the news feeds than getting news in my email box. At the moment I am subscribed to around 40 feeds.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This brings another question. How much time do I have to spend for reading these feeds? Well, not much, but I would prefer much less. There are a lot of rewriting and reposting going around. If something happens with Google, bing or yahoo, then all SEM blogs will post same post, which has no real value. This is why more and more people are using twitter to catch the latest news and be informed.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Additionally, Twitter is much better at real-time. RSS feed reader requests feeds periodically. Although there are works around this drawbacks (ping interfaces, and new Google RSS push protocol), this is still a problem for RSS.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Thirdly, in many cases you can communicate with the owner of information in twitter. Sure, there are lots of bots. But you can try sending a @reply to them for getting more information about the topic. Or you wish to share something.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">So it looks like twitter will surely replace RSS feed reading and feed reader market will decrease?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Not so fast. Twitter is bad at couple things as well. Firstly, twitter real time means that you need to be there once new information wave hits. You will surely miss some news just because your work schedule does not allow regular checking of twitter stream.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Second problem is that you might miss smaller, niche news quite easily after your information stream grows. Twitter is quite main stream, even with the targeted followers. Tweetdeck and Seesmic help solving some of these problems, but I will not replace too important feeds by twitter.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To summarize:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Use twitter:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where missing the information is not critical</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where realtime is more important than reliability</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you want to talk with the author.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Use RSS:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where you can’t miss a post (niche or highly important stuff).</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Realtime or communication is not important</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When following persons twitter will not provide enough value or the person is highly annoying</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Thus, RSS will not go anywhere soon. It still has its own uses, and it is good so.</div>
<p>RSS and content aggregation was the news distribution format for last couple of years. It successfully replaced newsletters in some of the markets, and I personally think it is much more convenient to subscribe to couple of the news feeds than getting news in my email box. At the moment I am subscribed to around 40 feeds.</p>
<p><img class="size-full wp-image-179 alignright" title="bird_worm_twitter_rss" src="http://www.majauskas.com/wp-content/uploads/2009/08/bird_worm_twitter_rss.jpg" alt="bird_worm_twitter_rss" width="300" /></p>
<p>This brings another question. How much time do I have to spend for reading these feeds? Well, not much, but I would prefer much less. There are a lot of rewriting and reposting going around. If something happens with Google, bing or yahoo, then all SEM blogs will post same post, which has no real value. This is why more and more people are using twitter to catch the latest news and be informed.</p>
<p>Additionally, Twitter is much better at real-time. RSS feed reader requests feeds periodically. Although there are works around this drawbacks (ping interfaces, and new Google RSS push protocol), this is still a problem for RSS.</p>
<p>Thirdly, in many cases you can communicate with the owner of information in twitter. Sure, there are lots of bots. But you can try sending a @reply to them for getting more information about the topic. Or you wish to share something.</p>
<p>So it looks like twitter will surely replace RSS feed reading and feed reader market will decrease?</p>
<p>Not so fast. Twitter is bad at couple things as well. Firstly, twitter real time means that you need to be there once new information wave hits. You will surely miss some news just because your work schedule does not allow regular checking of twitter stream.</p>
<p>Second problem is that you might miss smaller, niche news quite easily after your information stream grows. Twitter is quite main stream, even with the targeted followers. Tweetdeck and Seesmic help solving some of these problems, but I will not replace too important feeds by twitter.</p>
<p>To summarize:</p>
<ul>
<li>Where missing the information is not critical</li>
<li>Where realtime is more important than reliability</li>
<li>If you want to talk with the author.</li>
</ul>
<p><strong>Use RSS: </strong></p>
<ul>
<li>Where you can’t miss a post (niche or highly important stuff).</li>
<li>Realtime or communication is not important</li>
<li>When following persons twitter will not provide enough value or the person is highly annoying</li>
</ul>
<p>Thus, RSS will not go anywhere soon. It still has its own uses, and it is good so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/twitter-killed-rss-that%e2%80%99s-only-half-of-the-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ride twitter wave, don’t get lots in it</title>
		<link>http://www.majauskas.com/ride-twitter-wave-don%e2%80%99t-get-lots-in-it</link>
		<comments>http://www.majauskas.com/ride-twitter-wave-don%e2%80%99t-get-lots-in-it#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:08:51 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[SEM]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[waves]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=156</guid>
		<description><![CDATA[If you were in twitter for couple last weeks, you have noticed plenty of green avatars there. This is due to the fuss about Iran election, to show support to Iran opposition. It is good example how a cause can go viral in social network as long as it gets initial push from significant figures [...]]]></description>
			<content:encoded><![CDATA[<p>If you were in twitter for couple last weeks, you have noticed plenty of green avatars there. This is due to the fuss about Iran election, to show support to Iran opposition. It is good example how a cause can go viral in social network as long as it gets initial push from significant figures there.</p>
<p>However, this story teaches another, not so obvious, lesson. As I look through tweet list of people I follow, I tend to skip all the green dudes as single, green person. Your icon is no longer so distinguishable, especially so if you pick dullish shade of green. And if you tweet about something unrelated to Iran, you are out of look &#8211; your messages are missed in the whole crowd. People recognize you by your icon and not the text usually, so changing icon is not too good strategy as well.</p>
<p>How to ride that twitter wave and still remain recognizable? It is easy &#8211; choose a bit different shade of green or add some green elements. Some good examples:</p>
<p><a  href="http://twitter.com/Moderatorated"><img class="alignnone size-full wp-image-158" title="moderatored" src="http://www.majauskas.com/wp-content/uploads/2009/06/moderatored.jpg" alt="moderatored" width="450" height="108" /></a></p>
<p><a  style="text-decoration: none;" href="http://twitter.com/DebPenner"><img class="size-full wp-image-157 alignnone" title="debpenner" src="http://www.majauskas.com/wp-content/uploads/2009/06/debpenner.jpg" alt="debpenner" width="445" height="108" /></a></p>
<p>These are couple of few profiles that are not missed in the stream of tweets despite promoting the cause.</p>
<p>And another quick point. Do not stay green for too long. Iran election will not be buzz topic for long. At some point you will have to choose how long you want to be associated with old news.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/ride-twitter-wave-don%e2%80%99t-get-lots-in-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am using Seesmic Desktop. You should use it too</title>
		<link>http://www.majauskas.com/i-am-using-seesmic-desktop-you-should-use-it-too</link>
		<comments>http://www.majauskas.com/i-am-using-seesmic-desktop-you-should-use-it-too#comments</comments>
		<pubDate>Tue, 19 May 2009 15:52:48 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=134</guid>
		<description><![CDATA[I had no fun in twitter till I saw first destop client.  It was tweetdeck &#8211; a powerful and really nice application that had won my heart at once. However, there is a couple problems with it at the moment, and the most noticeable is memory leak. I tend to leave my laptop always on, [...]]]></description>
			<content:encoded><![CDATA[<p>I had no fun in twitter till I saw first destop client.  It was <a  href="http://tweetdeck.com/">tweetdeck</a> &#8211; a powerful and really nice application that had won my heart at once. However, there is a couple problems with it at the moment, and the most noticeable is memory leak. I tend to leave my laptop always on, or use hibernation. After 5-6 hours tweetdeck crashed on my Vista64 Ultimate, which I found highly annoying. Also, some users complained that it does not perform too well for users with big follower list.  Thus I had switched to <a  href="http://www.alertthingy.com/">alert thingy</a>, which offered Facebook support as well.</p>
<p>The downside of AlertThingy is lack of columns and limited Facebook support. Thus after a while I started looking for another client and found a remake of twirl &#8211; <a  href="http://desktop.seesmic.com/">Seesmic Desktop</a>. Since it supports both twitter and facebook (even multiple accounts) I am very happy with its performance. It is Adobe Air program, thus not OS based.</p>
<p>The best of Seesmic is that it is developed actively and does not crash that often. There are issues, as adobe Air is not too efficient with memory. But most of them will be fixed with time. I still like tweetdeck design more too, tho differences are not so significant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/i-am-using-seesmic-desktop-you-should-use-it-too/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrafficMachine + Twitterfeed &#8211; Brain = #fail</title>
		<link>http://www.majauskas.com/trafficmachine-twitterfeed-brain-fail</link>
		<comments>http://www.majauskas.com/trafficmachine-twitterfeed-brain-fail#comments</comments>
		<pubDate>Wed, 13 May 2009 08:51:38 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=127</guid>
		<description><![CDATA[There are several good articles about which twitter users to unfollow or never follow, with very valid reasons. However, I have one particular type of users that I honestly dislike. That is fully automated twitter systems, combining several types of undesired behavior. It is very funny when people advertise automation and forget, that twitter is [...]]]></description>
			<content:encoded><![CDATA[<p>There are several good articles about which twitter users to unfollow or never follow, with very valid reasons. However, I have one particular type of users that I honestly dislike. That is fully automated twitter systems, combining several types of undesired behavior. It is very funny when people advertise automation and forget, that twitter is interaction primary and not single way street to puch content.</p>
<p>The worst kind of offenders is easily to spot on twitter: Users, whose all posts are links to some content they push from specific feeds. The most annoying kind is pushed by twiterfeed, which pushes quite a lot messages at once. This effectively spams my timeline with crap I have read couple times before. Usually, there is not even a single reply, retweet or linkless message in their whole timeline. Their business is elsewhere &#8211; maybe in their blog/website, maybe they do not know what to do with their twitter account. I follow some of them for single reason only: if I am moderately interested in specific market, they can work as news feed in single place for information about niche.</p>
<p>Another quite funny type of bots are people who use periodical reminders for their specific content/products. They are relatively harmless if they provide some useful content between their bot messages. I doubt that the person who read the same message 5th time is more likely to buy product advertised than the one who read the message 4th time only.<br />
Automatic systems do not work that well without some brains. You can advertise about tools that allow one get 20 000 of followers, but everyone will laugh at your message if you have only 1000 of them. You can push automatic content into twitter, but it will not be read as long as it is not relevant or fresh to your readers.</p>
<p>Neverless, using <a  href="https://www.e-junkie.com/ecom/gb.php?ii=206413&#038;c=ib&#038;aff=63910">Hummingbird</a> or similar tool is ok as long as you look before auto-following people. You have to decide what are they interested in : you or just follower count.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/trafficmachine-twitterfeed-brain-fail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter follow back. Or not?</title>
		<link>http://www.majauskas.com/twitter-follow-back-or-not</link>
		<comments>http://www.majauskas.com/twitter-follow-back-or-not#comments</comments>
		<pubDate>Sat, 25 Apr 2009 16:55:04 +0000</pubDate>
		<dc:creator>Giedrius Majauskas</dc:creator>
				<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=122</guid>
		<description><![CDATA[Everyone knows that nice feeling in their gut when they see first follower in twitter account that they do not know. The first impulse is to show curtsey and follow the follower back and see account grow forth. This is especially true for people whose twitter account is part of their growing business. However, should [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that nice feeling in their gut when they see first follower in twitter account that they do not know. The first impulse is to show curtsey and follow the follower back and see account grow forth. This is especially true for people whose twitter account is part of their growing business. However, should you follow everyone back?</p>
<p>There are lots of opinions about that.  I kind of like <a  href="http://www.doshdosh.com/twitter-marketing-mass-follow-users/" target="_blank">post in DoshDosh</a> that you should not follow everyone: there are lots of bot users that use bots to grow their user numbers without any interest in you. However, your real follower policy should depend on your business model. So reasoning behind post about why it is useful to follow small guy is important too.</p>
<p>However, there are always people whom you can un-follow without any risk losing customer or useful connection:</p>
<p>1) People that follow lots of people and have no posts on their own. Usually there are very few people following them back. Later these accounts will spam you with ads, or they are trying to promote their blog that way (that is category 3 <img src='http://www.majauskas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>2) People which all posts are made through tweetfeed &#8211; they just stream their blog, and you will not get any more information from twitter than subscribing through RSS. Remember, RSS is much easier for following posts than twitter. There are valid uses for feeding information in twitter: news bots, service announcements, etc. There is no need for them to follow anyone except for self promotion.</p>
<p>3)  People whose all posts are adverts, bot messages and are not interesting for you. Believe me, they are here to sell you product and will not help you in any way. Sure, you can follow them if you are interested in their products, but do not expect any interesting discussion or help from their side.  Sure, many people will drop an ad or 2 in their conversations, or promote their brand in other way. That is OK, as long as I get some information or at least their opinion free.</p>
<p>That is the policy I am using for myself in twitter. It works for me as of now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/twitter-follow-back-or-not/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

