<?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>Vendy&#039;s Journal of Life &#187; Twitter</title>
	<atom:link href="http://vendyxiao.com/category/internet-marketing/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://vendyxiao.com</link>
	<description>Some rambling thoughts and shares about my daily activities</description>
	<lastBuildDate>Sun, 20 May 2012 03:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add Twitter Button Below Post Title in Blogger (Blogspot)</title>
		<link>http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-twitter-button-below-post-title-in-blogger-blogspot</link>
		<comments>http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 07:32:51 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger Tips]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=4029</guid>
		<description><![CDATA[After Tips How to Add Facebook Button in Blogger, this time I will give you tips how to add a Twitter button at the bottom of the blog post title on your Blogger platform. Facebook button certainly will not complete without Twitter button. Facebook and Twitter are the top 2 largest social media with the [...]<p><a href="http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/">How to Add Twitter Button Below Post Title in Blogger (Blogspot)</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-add-twitter-button-below-post-title-in-blogger-blogspot%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-add-twitter-button-below-post-title-in-blogger-blogspot%2F&amp;style=normal&amp;b=2" height="61" width="50" title="How to Add Twitter Button Below Post Title in Blogger (Blogspot)" alt=" How to Add Twitter Button Below Post Title in Blogger (Blogspot)" /><br />
			</a>
		</div>
<p>After Tips <a href="http://vendyxiao.com/how-to-add-facebook-sharelike-button-below-post-title-in-blogger-blogspot/">How to Add Facebook Button in Blogger</a>, this time I will give you tips how to add a <strong>Twitter</strong> button at the bottom of the blog post title on your <strong>Blogger</strong> platform. <strong>Facebook</strong> button certainly will not complete without Twitter button. Facebook and Twitter are the top 2 largest social media with the most users in the world for now. If you have enough followers on Twitter, you&#8217;ll get decent additional traffic by just share on twitter every time you make new post. If your article is interesting, visitors even can share your article through their twitter account.</p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-button-for-blogger.png"><img class="aligncenter size-full wp-image-4035" title="twitter button for blogger" src="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-button-for-blogger.png" alt="twitter button for blogger How to Add Twitter Button Below Post Title in Blogger (Blogspot)" width="300" height="100" /></a></p>
<p>Here is a guide to add a Twitter button on your Blogger:</p>
<p>1. Login into your <strong>Blogger Dashboard</strong> and choose blog you want to modify.<br />
2. Click <strong>Template</strong> and Click <strong>Edit HTML</strong>.<br />
3. Click <strong>Proceed</strong> and don&#8217;t forget to check <strong>Expand Widget Templates</strong> checkbox.<span id="more-4029"></span><br />
4. Search code below and place the code below it</p>
<pre>&lt;data:post.body/&gt;</pre>
<p>5. Copy the script below. Change YOUR_TWITTER_NAME with your twitter account.</p>
<p><strong>Large Counter Button</strong></p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2012/04/large-counter-twitter-button.png"><img class="aligncenter size-full wp-image-4032" title="large counter twitter button" src="http://vendyxiao.com/wp-content/uploads/2012/04/large-counter-twitter-button.png" alt="large counter twitter button How to Add Twitter Button Below Post Title in Blogger (Blogspot)" width="69" height="75" /></a></p>
<pre>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;div style='float:right;margin-left:10px;margin-bottom:10px;'&gt;
&lt;a class='twitter-share-button' data-count='vertical' data-related='' data-via='<span style="color: #0000ff;">YOUR_TWITTER_NAME</span>' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share'&gt;Tweet&lt;/a&gt;
&lt;/div&gt;
&lt;script src='http://platform.twitter.com/widgets.js' type='text/javascript'/&gt;

&lt;/b:if&gt;</pre>
<p><strong>Small Counter Button</strong></p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2012/04/small-counter-twitter-button.png"><img class="aligncenter size-full wp-image-4033" title="small counter twitter button" src="http://vendyxiao.com/wp-content/uploads/2012/04/small-counter-twitter-button.png" alt="small counter twitter button How to Add Twitter Button Below Post Title in Blogger (Blogspot)" width="91" height="29" /></a></p>
<pre>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;div style='float:right;margin-left:10px;margin-bottom:10px;'&gt;
&lt;a class='twitter-share-button' data-count='horizontal' data-related='' data-via='<span style="color: #0000ff;">YOUR_TWITTER_NAME</span>' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share'&gt;Tweet&lt;/a&gt;
&lt;/div&gt;
&lt;script src='http://platform.twitter.com/widgets.js' type='text/javascript'/&gt;

&lt;/b:if&gt;</pre>
<p><strong>Small Button without Counter</strong></p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2012/04/small-twitter-button.png"><img class="aligncenter size-full wp-image-4034" title="small without counter twitter button" src="http://vendyxiao.com/wp-content/uploads/2012/04/small-twitter-button.png" alt="small twitter button How to Add Twitter Button Below Post Title in Blogger (Blogspot)" width="66" height="29" /></a></p>
<pre>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;div style='float:right;margin-left:10px;margin-bottom:10px;'&gt;
&lt;a class='twitter-share-button' data-count='none' data-related='' data-via='<span style="color: #0000ff;">YOUR_TWITTER_NAME</span>' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share'&gt;Tweet&lt;/a&gt;
&lt;/div&gt;
&lt;script src='http://platform.twitter.com/widgets.js' type='text/javascript'/&gt;

&lt;/b:if&gt;</pre>
<p>6. Click <strong>Save Template</strong> and you’re done</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-add-twitter-button-below-post-title-in-blogger-blogspot%2F"></a><p><a href="http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/">How to Add Twitter Button Below Post Title in Blogger (Blogspot)</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>conter bottom 10px</li><li>share buttons at bottom of blogger post</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="WP Syndicator Review from Real Customer" href="http://vendyxiao.com/wp-syndicator-review-from-real-customer/" rel="bookmark">WP Syndicator Review from Real Customer</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to Customize Your Sidebar Widget in Blogger (Blogspot)" href="http://vendyxiao.com/how-to-customize-your-sidebar-widget-in-blogger-blogspot/" rel="bookmark">How to Customize Your Sidebar Widget in Blogger (Blogspot)</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Semantic Search : Take a Look Google Search Engine in The Future" href="http://vendyxiao.com/semantic-search-take-a-look-google-search-engine-in-the-future/" rel="bookmark">Semantic Search : Take a Look Google Search Engine in The Future</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="My Blogger Website have only 26 Sitemap submitted in Google Webmaster Tools. How to fix it?" href="http://vendyxiao.com/my-blogger-website-have-only-26-sitemap-submitted-in-google-webmaster-tools-how-to-fix-it/" rel="bookmark">My Blogger Website have only 26 Sitemap submitted in Google Webmaster Tools. How to fix it?</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="My Commission Cheat Result after three weeks" href="http://vendyxiao.com/my-commission-cheat-result-after-three-weeks/" rel="bookmark">My Commission Cheat Result after three weeks</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to link your Twitter Tweet to Facebook Wall</title>
		<link>http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-link-your-twitter-tweet-to-facebook-wall</link>
		<comments>http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 07:27:42 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[facebook tips]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter tips]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=3949</guid>
		<description><![CDATA[Facebook and Twitter are two largest social media in the world today. Recorded in early 2012, Facebook was still leading as the biggest social media with 845 million active users. Meanwhile, Twitter follows in second place with 140 million active users. I am also an active user in both of them. For those of you [...]<p><a href="http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/">How to link your Twitter Tweet to Facebook Wall</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-link-your-twitter-tweet-to-facebook-wall%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-link-your-twitter-tweet-to-facebook-wall%2F&amp;style=normal&amp;b=2" height="61" width="50" title="How to link your Twitter Tweet to Facebook Wall" alt=" How to link your Twitter Tweet to Facebook Wall" /><br />
			</a>
		</div>
<p><strong>Facebook</strong> and <strong>Twitter</strong> are two largest social media in the world today. Recorded in early 2012, Facebook was still leading as the biggest social media with 845 million active users. Meanwhile, Twitter follows in second place with 140 million active users. I am also an active user in both of them. For those of you who do not have enough time to update the status of both social media, of course, you was thinking it would be good if Facebook and Twitter can combined. So you just need to update one of social media status. It is very easy to do. Just follow step by step guide i wrote below.<br />
<a href="http://vendyxiao.com/wp-content/uploads/2012/04/link-twitter-to-facebook.png"><img class="aligncenter size-full wp-image-3950" title="link twitter to facebook" src="http://vendyxiao.com/wp-content/uploads/2012/04/link-twitter-to-facebook.png" alt="link twitter to facebook How to link your Twitter Tweet to Facebook Wall" width="499" height="301" /></a><br />
<span id="more-3949"></span></p>
<ol>
<li>Go to <a href="http://twitter.com">http://twitter.com</a> and click on face image on top right corner of Screen. Then click <strong>Settings<br />
<a href="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-settings.png"><img class="aligncenter size-full wp-image-3951" title="twitter settings" src="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-settings.png" alt="twitter settings How to link your Twitter Tweet to Facebook Wall" width="336" height="279" /></a><br />
</strong></li>
<li>Click <strong>Profile</strong> on the menu on the left<br />
<a href="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-profile.png"><img class="aligncenter size-full wp-image-3952" title="twitter profile" src="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-profile.png" alt="twitter profile How to link your Twitter Tweet to Facebook Wall" width="310" height="307" /></a></li>
<li>Look for <strong>Post your Tweets to Facebook</strong> in the bottom of your Profile. Then Click the button.<br />
<a href="http://vendyxiao.com/wp-content/uploads/2012/04/post-tweet-to-facebook.png"><img class="aligncenter size-full wp-image-3953" title="post tweet to facebook" src="http://vendyxiao.com/wp-content/uploads/2012/04/post-tweet-to-facebook.png" alt="post tweet to facebook How to link your Twitter Tweet to Facebook Wall" width="493" height="158" /></a></li>
<li>A new window will come out and Twitter will try to make a link to your Facebook. Click <strong>Log In with Facebook</strong> and your Twitter is already connected to Facebook.<br />
<a href="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-facebook-login.png"><img class="aligncenter size-full wp-image-3954" title="twitter facebook login" src="http://vendyxiao.com/wp-content/uploads/2012/04/twitter-facebook-login.png" alt="twitter facebook login How to link your Twitter Tweet to Facebook Wall" width="550" height="300" /></a></li>
<li>When finished, click <strong>Save Changes</strong>.</li>
</ol>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-link-your-twitter-tweet-to-facebook-wall%2F"></a><p><a href="http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/">How to link your Twitter Tweet to Facebook Wall</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>link facebook and twitter</li><li>face y twitter</li><li>face link</li><li>facebook wall</li><li>how to tweet to facebook 2012</li><li>links to facebook and twitter</li><li>perche tweetto facebook</li><li>twitter settings</li><li>twitter y face</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="Google Adsense : Passive income that can make your life more freely &#038; enjoyable" href="http://vendyxiao.com/google-adsense-passive-income-that-can-make-your-life-more-freely-enjoyable/" rel="bookmark">Google Adsense : Passive income that can make your life more freely &#038; enjoyable</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Maximize Your Google Adsense Income using Google Analytics" href="http://vendyxiao.com/maximize-your-google-adsense-income-using-google-analytics/" rel="bookmark">Maximize Your Google Adsense Income using Google Analytics</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Change your Mozilla Firefox Skin Browser Theme with Personas Add On" href="http://vendyxiao.com/change-your-mozilla-firefox-skin-browser-theme-with-personas-add-on/" rel="bookmark">Change your Mozilla Firefox Skin Browser Theme with Personas Add On</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Next Step for your Internet Business : Analyze the Idea (Niche) and choose the right Keyword" href="http://vendyxiao.com/next-step-for-your-internet-business-analyze-the-idea-niche-and-choose-the-right-keyword/" rel="bookmark">Next Step for your Internet Business : Analyze the Idea (Niche) and choose the right Keyword</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Want to Know better about Google Mail? Check GMail Blog&#8230;" href="http://vendyxiao.com/want-to-know-better-about-google-mail-check-gmail-blog/" rel="bookmark">Want to Know better about Google Mail? Check GMail Blog&#8230;</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ariel Peterporn shows how powerful Social Media in the Internet</title>
		<link>http://vendyxiao.com/ariel-peterporn-shows-how-powerful-social-media-in-the-internet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ariel-peterporn-shows-how-powerful-social-media-in-the-internet</link>
		<comments>http://vendyxiao.com/ariel-peterporn-shows-how-powerful-social-media-in-the-internet/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 03:08:06 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=1349</guid>
		<description><![CDATA[Recent days my country hit by horrendous news. Sex scandal that entangle a top singer Ariel Peterpan (recently changed into &#8220;Ariel Peterporn&#8220;) with such top artists Luna Maya and Cut Tari seems to be the topic which dominated all the news in the media. Ranging from TV shows, newspapers, magazines to news portals on the [...]<p><a href="http://vendyxiao.com/ariel-peterporn-shows-how-powerful-social-media-in-the-internet/">Ariel Peterporn shows how powerful Social Media in the Internet</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fariel-peterporn-shows-how-powerful-social-media-in-the-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fariel-peterporn-shows-how-powerful-social-media-in-the-internet%2F&amp;style=normal&amp;b=2" height="61" width="50" title="Ariel Peterporn shows how powerful Social Media in the Internet " alt=" Ariel Peterporn shows how powerful Social Media in the Internet " /><br />
			</a>
		</div>
<p>Recent days my country hit by horrendous news. Sex scandal that entangle a top singer <strong>Ariel Peterpan</strong> (recently changed into &#8220;<strong>Ariel Peterporn</strong>&#8220;) with such top artists <strong>Luna Maya</strong> and <strong>Cut Tari</strong> seems to be the topic which dominated all the news in the media. Ranging from TV shows, newspapers, magazines to news portals on the internet, all their headline filled with this news. I do not want to comment further about their video. From this, we can see how horrible and how powerful the internet media impact the world right now. In fact this trend was originally just started from a share in facebook, but the impact can be like this. Spread the news on the Internet run faster than any media worldwide.</p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/06/ariel-peterporn.jpg"><img class="alignnone size-full wp-image-1348" title="ariel-peterporn" src="http://vendyxiao.com/wp-content/uploads/2010/06/ariel-peterporn.jpg" alt="ariel peterporn Ariel Peterporn shows how powerful Social Media in the Internet " width="549" height="205" /></a></p>
<p><span id="more-1349"></span>On Twitter, this topic reached one of 10 trending topic most talked for today. It really really fenomenal. Quite embarrassing seeing trending topic of my country came from something negative. The popularity of <strong>&#8220;Ariel Peterporn&#8221;</strong> even beat the subject <strong>&#8220;iPhone 4&#8243;</strong> which was recently launched. So it&#8217;s not supprised that this trend even attract attention to <strong>Vicky Vette</strong>, a porn artist in US. Some people in Twitter also share by RT (retweet) to inform that <strong>Justin Bieber</strong>, <strong>Lady Gaga</strong> and <strong>Paris Hilton </strong>also curious about Ariel. But afterwhile, the RT confirmed as a hoax.</p>
<p>From all the thing i mentioned above is enough to show how powerful the social media in the internet right now. But we should use social media to expand our business, not for something like this. Now we understand the potential of social media. So the rest is totally depend on you. Do you want to use it for something useful or keep share <strong>&#8220;Ariel Peterporn&#8221; </strong>thing.</p>
<p>Just my rambling thoughts for today&#8230;</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fariel-peterporn-shows-how-powerful-social-media-in-the-internet%2F"></a><p><a href="http://vendyxiao.com/ariel-peterporn-shows-how-powerful-social-media-in-the-internet/">Ariel Peterporn shows how powerful Social Media in the Internet</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>lady gaga ariel</li><li>twitter lady gaga justin bieber paris hilton ariel</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="Jeremy &#8220;Linsanity&#8221; Lin : New NBA Phenomenon" href="http://vendyxiao.com/jeremy-linsanity-lin-new-nba-phenomenon/" rel="bookmark">Jeremy &#8220;Linsanity&#8221; Lin : New NBA Phenomenon</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How Google, Wikipedia, Firefox, Reddit, Wired and many website protest the SOPA" href="http://vendyxiao.com/how-google-wikipedia-firefox-reddit-wired-and-many-website-protest-the-sopa/" rel="bookmark">How Google, Wikipedia, Firefox, Reddit, Wired and many website protest the SOPA</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="69th Golden Globe 2012 Nominees and Winners" href="http://vendyxiao.com/69th-golden-globe-2012-nominees-and-winners/" rel="bookmark">69th Golden Globe 2012 Nominees and Winners</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Golden Globe Awards 2012 Best Celebrity Dresses" href="http://vendyxiao.com/golden-globe-awards-2012-best-celebrity-dresses/" rel="bookmark">Golden Globe Awards 2012 Best Celebrity Dresses</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Warcraft III : Reign of Chaos and Warcraft III : Frozen Throne (Windows &#038; Mac) Full Patch Download" href="http://vendyxiao.com/warcraft-iii-reign-of-chaos-and-warcraft-iii-frozen-throne-windows-mac-full-patch-download/" rel="bookmark">Warcraft III : Reign of Chaos and Warcraft III : Frozen Throne (Windows &#038; Mac) Full Patch Download</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/ariel-peterporn-shows-how-powerful-social-media-in-the-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twa.lk Paypal Transfer Proved</title>
		<link>http://vendyxiao.com/twa-lk-paypal-transfer-proved/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twa-lk-paypal-transfer-proved</link>
		<comments>http://vendyxiao.com/twa-lk-paypal-transfer-proved/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:06:18 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[IM Product Review]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=988</guid>
		<description><![CDATA[Yesterday, I got emails from GIS Shaun Stenning mailing list. There were two emails from two different people confirming evidence about many questions asked by people about the real prove of income (paypal transfer) from twa.lk. Here is a screenshot was uploaded by them. From the screenshots, we can see that the earnings in twa.lk [...]<p><a href="http://vendyxiao.com/twa-lk-paypal-transfer-proved/">Twa.lk Paypal Transfer Proved</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Ftwa-lk-paypal-transfer-proved%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Ftwa-lk-paypal-transfer-proved%2F&amp;style=normal&amp;b=2" height="61" width="50" title="Twa.lk Paypal Transfer Proved" alt=" Twa.lk Paypal Transfer Proved" /><br />
			</a>
		</div>
<p>Yesterday, I got emails from GIS Shaun Stenning mailing list. There were two emails from two different people confirming evidence about many questions asked by people about the real prove of income (paypal transfer) from twa.lk. Here is a screenshot was uploaded by them.</p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/04/Picture-1.png"><img class="alignnone size-full wp-image-995" title="Picture 1" src="http://vendyxiao.com/wp-content/uploads/2010/04/Picture-1.png" alt="Picture 1 Twa.lk Paypal Transfer Proved" width="549" height="121" /></a></p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/04/Picture-5.png"><img class="alignnone size-full wp-image-997" title="Picture 5" src="http://vendyxiao.com/wp-content/uploads/2010/04/Picture-5.png" alt="Picture 5 Twa.lk Paypal Transfer Proved" width="543" height="155" /></a></p>
<p>From the screenshots, we can see that the earnings in twa.lk actually transferred in real by Shaun, unfortunately the only evidences available so far only from two people who did voluntary work at the launch of twa.lk 2.0. <span id="more-988"></span>This is not surprising, because the volunteers had helped by Shaun Stenning himself. But of course, we can take the positive side. That at least there are people who really got income from this twa.lk, although the numbers are still very rare.</p>
<p>So let&#8217;s see together how the development of this twa.lk program.</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Ftwa-lk-paypal-transfer-proved%2F"></a><p><a href="http://vendyxiao.com/twa-lk-paypal-transfer-proved/">Twa.lk Paypal Transfer Proved</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>screenshot of paypal transfer</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="World Cup 2010, Paul Octopus, Larissa Riquelme&hellip; What we learn from them" href="http://vendyxiao.com/world-cup-2010-paul-octopus-larissa-riquelme-what-we-learn-from-them/" rel="bookmark">World Cup 2010, Paul Octopus, Larissa Riquelme&hellip; What we learn from them</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="First Step to start your Internet Business : Find an Idea and Niche for your Website" href="http://vendyxiao.com/first-step-to-start-your-internet-business-find-an-idea-and-niche-for-your-website/" rel="bookmark">First Step to start your Internet Business : Find an Idea and Niche for your Website</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to place HTML Tags and Code on our Blog Post in Blogger" href="http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/" rel="bookmark">How to place HTML Tags and Code on our Blog Post in Blogger</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Windows Live Writer : Recommended Blogging Tools for Blog Writers" href="http://vendyxiao.com/windows-live-writer-recommended-blogging-tools-for-blog-writers/" rel="bookmark">Windows Live Writer : Recommended Blogging Tools for Blog Writers</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to solve missing Adsense Gadget and disappeared Adsense Tab on Monetize in Blogger" href="http://vendyxiao.com/how-to-solve-missing-adsense-gadget-and-disappeared-adsense-tab-on-monetize-in-blogger/" rel="bookmark">How to solve missing Adsense Gadget and disappeared Adsense Tab on Monetize in Blogger</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/twa-lk-paypal-transfer-proved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The release of Shaun Stenning&#8217;s Twalk 2.0</title>
		<link>http://vendyxiao.com/the-release-of-twa-lk-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-release-of-twa-lk-2-0</link>
		<comments>http://vendyxiao.com/the-release-of-twa-lk-2-0/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 06:11:37 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[IM Product Review]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=762</guid>
		<description><![CDATA[Here the update of Shaun Stenning&#8217;s Twitter Cash Machine program. This week, Shaun have a plan to release twa.lk 2.0 (updated version of his software). This software seems have a big changes and i will follow his webminars this thursday. Some of users joined twa.lk 2.0 trial program said that they already made $129 just [...]<p><a href="http://vendyxiao.com/the-release-of-twa-lk-2-0/">The release of Shaun Stenning&#8217;s Twalk 2.0</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fthe-release-of-twa-lk-2-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fthe-release-of-twa-lk-2-0%2F&amp;style=normal&amp;b=2" height="61" width="50" title="The release of Shaun Stennings Twalk 2.0" alt=" The release of Shaun Stennings Twalk 2.0" /><br />
			</a>
		</div>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-13.png"><img class="alignnone size-full wp-image-763" title="Picture 1" src="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-13.png" alt="Picture 13 The release of Shaun Stennings Twalk 2.0" width="257" height="63" /></a></p>
<p>Here the update of Shaun Stenning&#8217;s Twitter Cash Machine program. This week, Shaun have a plan to release twa.lk 2.0 (updated version of his software). This software seems have a big changes and i will follow his webminars this thursday. Some of users joined twa.lk 2.0 trial program said that they already made $129 just in few days using twa.lk 2.0. Hmmm&#8230;. seems promising. Some features of the new software include the correlation of the program with our own domain. seems there will be some twa.lk plugin in our wordpress, so we don&#8217;t need to log in to twa.lk website anymore</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fthe-release-of-twa-lk-2-0%2F"></a><p><a href="http://vendyxiao.com/the-release-of-twa-lk-2-0/">The release of Shaun Stenning&#8217;s Twalk 2.0</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>twalk 2 0</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="Re-Learning Web Programming : HTML Basic Guide" href="http://vendyxiao.com/re-learning-web-programming-html-basic-guide/" rel="bookmark">Re-Learning Web Programming : HTML Basic Guide</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to Place a Related Post on Your Blog" href="http://vendyxiao.com/how-to-place-a-related-post-on-your-blog/" rel="bookmark">How to Place a Related Post on Your Blog</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Attending 3 days Global Internet Summit Workshop Seminar" href="http://vendyxiao.com/attending-3-days-global-internet-summit-workshop-seminar/" rel="bookmark">Attending 3 days Global Internet Summit Workshop Seminar</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/the-release-of-twa-lk-2-0/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>My Shaun Stenning&#8217;s Twitter Cash Machine Result after 2 months</title>
		<link>http://vendyxiao.com/my-shaun-stennings-twitter-cash-machine-result-after-2-months/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-shaun-stennings-twitter-cash-machine-result-after-2-months</link>
		<comments>http://vendyxiao.com/my-shaun-stennings-twitter-cash-machine-result-after-2-months/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:28:44 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[IM Product Review]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=678</guid>
		<description><![CDATA[My TCM (Twitter Cash Machine) that I bought from Shaun Stenning already run about 2 months until today. In my earlier posts, it shown that the results I get from TCM is pretty good. Last income I get even reach $ 451. However, during the transfer process into my Paypal, the reality was not so. [...]<p><a href="http://vendyxiao.com/my-shaun-stennings-twitter-cash-machine-result-after-2-months/">My Shaun Stenning&#8217;s Twitter Cash Machine Result after 2 months</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fmy-shaun-stennings-twitter-cash-machine-result-after-2-months%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fmy-shaun-stennings-twitter-cash-machine-result-after-2-months%2F&amp;style=normal&amp;b=2" height="61" width="50" title="My Shaun Stennings Twitter Cash Machine Result after 2 months " alt=" My Shaun Stennings Twitter Cash Machine Result after 2 months " /><br />
			</a>
		</div>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-3.png"><img class="alignnone size-full wp-image-683" title="Picture 3" src="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-3.png" alt="Picture 3 My Shaun Stennings Twitter Cash Machine Result after 2 months " width="300" height="107" /></a></p>
<p>My TCM (Twitter Cash Machine) that I bought from Shaun Stenning already run about 2 months until today. In my earlier posts, it shown that the results I get from TCM is pretty good. Last income I get even reach $ 451. However, during the transfer process into my Paypal, the reality was not so. My income was not even reach 1% of the total income i should get. Here, I share a little about how the actual results after 2 months of running. I do not mean to discredit or have negative views of this program. I tried as objective as possible in expressing facts about this TCM program. I still very optimistic and hope this TCM can run and grow better in the future.<span id="more-678"></span></p>
<p>I started this TCM program precisely on December 1, 2009 (exact date after Bootcamp Training Program was completed). I have a 7 twitter account running on Shaun&#8217;s twa.lk program. I also entered my personal twitter account in this software. After the program run about 1 / 2 months, my results was really really good. My income was approximately $ 451. Earnings per day could reach $ 50-80. However, honestly I feel there something not right with this performance, because from 7 accounts, only 2 accounts have significant income, while 5 other accounts do not earn more than $ 1. The other 2 accounts even did not produce single penny at all. One of my account that produce good income has follower of approximately 200 people. While 4 others have follower of nearly 100 people, while 1 account is a new accounts that have a number of new follower is not up to 20 people.</p>
<p>After run about 2 weeks, there is software problems on twa.lk. The first problem that arises is the auto share in twa.lk stopped running. As the impact, automatic tweet update feature that has been usually working totally stop since that time. My income at that time was stopped at around $ 450. And 1 week after that, there software fixed until finally auto share feature worked again. But my income didn&#8217;t generate as well like before. For several days I only make about $ 1 (so far compared to my previous earnings). I began to complain to Shaun about this. There are a lot of support I get since then, starting from setting software recommendations, optimization tips, and account personally reviewed by Shaun Stenning himself. But so far there is no good progress from my TCM. Not long after that, precisely in the days before Christmas, I got an email from Shaun who mentioned that the practice occurred with the amount of click fraud that plagued many twa.lk account. We were asked to make confession in form whether the violation of click fraud or not. Shortly after the announcement, suddenly all my twitter account suspended by twitter. Because of this, all my accounts can not be used again. Income from total twa.lk automatically stopped. Shaun Stenning itself is very concerned about these things, so he eventually fought to negotiate with the twitter of relief on suspended accounts and request your cooperation in order to support Shaun&#8217;s software in the future. Very lucky in the end we can make a request that some of our accounts can be unsuspend so it can work again. I was just re-activate my personal account and keep throwing 6 other accounts.</p>
<p>Things that I wait while it start over again is the payment via Paypal which is scheduled on January 15, 2010. Although suspended, Shaun remains promising payment of the accounts that previously produced. But after passing on January 15, 2010, I checked my Paypal account and did not found a single penny that should be transfered by TCM. After i make confirmation with Shaun, he explain to me that transfer process takes 5 days from the schedule. I waited until the date of January 20, 2010, but had not yet received anything yet. Because Shaun Stenning has a plan to come to Surabaya for a Live Training for users of the program, I  decided to ask directly about this problem. Apparently my suspended master twitter account to login on twa.lk be the cause. I had to change my master account with my unsuspended twitter account to enable the payment transfer. After attend Twa.lk Live Training, I finally tried to check my payment history, and the result is like this:</p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-1.png"><img class="alignnone size-full wp-image-679" title="Picture 1" src="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-1.png" alt="Picture 1 My Shaun Stennings Twitter Cash Machine Result after 2 months " width="544" height="185" /></a></p>
<p>This is payment report from one of my accounts. Of the total income of $ 416.99 should I get, it only $ 2.15 payable. As for the $ 414.84 is click fraud. After I counted a total of 7 my account, my total income did not reach $ 5. So the conculsion is the practice of click fraud software was dominated twa.lk. It is unfortunate that many people who turned out have bad attitude and want a shortcut to make money without thinking impat to the others. From this, I can see that the % CTR of twa.lk is very low. This is very reasonable considering that even Google Adsense that is very big sometimes got a low % CTR, although the Adsense locations sometimes stuck in the middle of our blog content. Moreover, advertising of twa.lk located in the upper right corner that is obviously can be recognized as advertising link. Of course a lot of Internet users avoid to click on this link. My 2 new accounts that I created after the suspend do not produce well. With the  control of click fraud, it&#8217;s impossible to do fraud click anymore. The twa.lk software show it&#8217;s true form. For almost 2 weeks, my account has not producing any income.</p>
<p><a href="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-2a.png"><img class="alignnone size-full wp-image-680" title="Picture 2a" src="http://vendyxiao.com/wp-content/uploads/2010/02/Picture-2a.png" alt="Picture 2a My Shaun Stennings Twitter Cash Machine Result after 2 months " width="436" height="234" /></a></p>
<p>I still think positively about this program, and with some experimental modifications I had hoped this program could at least produce though not much. For Shaun Stenning, I also expect to continue improving the software&#8217;s performance and still provide support which I think already pretty good. But still a good support sometimes does not enough. Because what users want is the results. If there is progress on my TCM program, I will update here.</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fmy-shaun-stennings-twitter-cash-machine-result-after-2-months%2F"></a><p><a href="http://vendyxiao.com/my-shaun-stennings-twitter-cash-machine-result-after-2-months/">My Shaun Stenning&#8217;s Twitter Cash Machine Result after 2 months</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<h4>Incoming search terms:</h4><ul><li>20 000 usd transfers</li><li>cash machine scam</li><li>shaun matt stenning thailand</li><li>Shaun Stenning scam</li><li>stenning - scam</li><li>twitter shaun stenning</li></ul>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/my-shaun-stennings-twitter-cash-machine-result-after-2-months/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>10 Mistakes in Twitter</title>
		<link>http://vendyxiao.com/10-mistakes-in-twitter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=10-mistakes-in-twitter</link>
		<comments>http://vendyxiao.com/10-mistakes-in-twitter/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:57:08 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=428</guid>
		<description><![CDATA[If there are no rules, how can mistakes be made? There are no rules to Twitter or any of the social media platforms but you will quickly find out what gets you feeling a bit lonely. Twitter is widely for socializing, sharing information, breaking news, conversations about sporting events and quotes from seminars. If it [...]<p><a href="http://vendyxiao.com/10-mistakes-in-twitter/">10 Mistakes in Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2F10-mistakes-in-twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2F10-mistakes-in-twitter%2F&amp;style=normal&amp;b=2" height="61" width="50" title="10 Mistakes in Twitter" alt=" 10 Mistakes in Twitter" /><br />
			</a>
		</div>
<div id="body">
<p>If there are no rules, how can mistakes be made? There are no rules to Twitter or any of the social media platforms but you will quickly find out what gets you feeling a bit lonely. Twitter is widely for socializing, sharing information, breaking news, conversations about sporting events and quotes from seminars. If it is not on Twitter then it probably is not news or something we need to know. Social media marketing has brought us back to talking to one another in real time, albeit virtually, but we are still talking and sharing. If you don&#8217;t share information, someone else will. With all the good doings on Twitter comes the bad. We try to ignore them and call them out but they keep coming back and interrupting.</p>
<p><img class="alignnone size-full wp-image-508" title="Picture 1" src="http://vendyxiao.com/wp-content/uploads/2009/12/Picture-11.png" alt="Picture 11 10 Mistakes in Twitter" width="170" height="79" /></p>
<p><span id="more-428"></span>10 Mistakes to Avoid on Twitter</p>
<p>1. Auto DM. Huge annoyance. I just met you and you are already shouting at me and trying to sell me. Delete.</p>
<p>2. No Picture. There is a person behind the account. Let us see the person. Create a twibbon for your company logo. For some big brands this does not work but for mid sized and small businesses, be seen.</p>
<p>3. Incomplete Bio. You do not care enough to complete the bio then we should not care enough to interact. Before following many review the bio to see if you are someone they want to interact with.</p>
<p>4. Sales Pitch. Selling on Twitter is fine but only selling tells everyone that you only care about making a quick buck.</p>
<p>5. It&#8217;s All about Me. Just like selling, talking about only you makes it crystal clear that you have no interest in building relationships and getting to know anyone.</p>
<p>6. Failing to Interact. 1 tweet a day does not make friends. Share information that you find useful, follow conversations of interest and retweet. Provide value to your followers.</p>
<p>7. Not Giving Thanks. If someone retweets you, thank them. It is simple to do and it can open the door to a new relationship. For larger accounts that get retweeted every second this is impossible but those who receive a few a day thanking is the right way to go.</p>
<p>8. Failing to Monitor. With the gazillion conversations going on at once, it is impossible to keep up without searching. Hashtags make it so easy to find what interests you and keep on top of the conversation.</p>
<p>9. Unsolicited Tweets. Monitoring a conversation and jumping in is good but those freaky ones that pop up where we cannot hit the spam button fast enough.</p>
<p>10. Porn. Sorry to those who love. I say create separate platform. The adult industry is a legitimate business and deserves to be treated as such but when conversing with someone or introducing myself to someone and a porn tweet pops up&#8230; yeah not the impression I was looking to make.</p>
<p>Twitter brings people together from all over. Following conversations from seminars that you cannot attend makes you feel as if you are there. Many new people are connected from sharing interests and information. There are no rules, just some norms that have been created by human behavior.</p></div>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2F10-mistakes-in-twitter%2F"></a><p><a href="http://vendyxiao.com/10-mistakes-in-twitter/">10 Mistakes in Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/10-mistakes-in-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>9 Small Business Tips to Use Twitter</title>
		<link>http://vendyxiao.com/9-small-business-tips-to-use-twitter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=9-small-business-tips-to-use-twitter</link>
		<comments>http://vendyxiao.com/9-small-business-tips-to-use-twitter/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:51:02 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=426</guid>
		<description><![CDATA[3 Months ago, i have no idea to use Twitter to help our business. But after the seminar i attended, i realize that Twitter is expanding the way that we do business. As a small business utilizing Twitter as a tool to implement your social media strategy when outlining your goals and expectations will help [...]<p><a href="http://vendyxiao.com/9-small-business-tips-to-use-twitter/">9 Small Business Tips to Use Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2F9-small-business-tips-to-use-twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2F9-small-business-tips-to-use-twitter%2F&amp;style=normal&amp;b=2" height="61" width="50" title="9 Small Business Tips to Use Twitter" alt=" 9 Small Business Tips to Use Twitter" /><br />
			</a>
		</div>
<div id="body">
<p>3 Months ago, i have no idea to use Twitter to help our business. But after the seminar i attended, i realize that Twitter is expanding the way that we do business. As a small business utilizing Twitter as a tool to implement your social media strategy when outlining your goals and expectations will help you to grow your business. As previously discussed, there are mistakes that people make on Twitter that are maddening. It becomes maddening when the mistakes are repeated over and over again.</p>
<p><img class="alignnone size-full wp-image-469" title="twitter_bird_follow_me__Small__bigger" src="http://vendyxiao.com/wp-content/uploads/2009/12/twitter_bird_follow_me__Small__bigger.jpg" alt="twitter bird follow me  Small  bigger 9 Small Business Tips to Use Twitter" width="152" height="91" /></p>
<p><span id="more-426"></span>9 Small Business Tips for Using Twitter</p>
<p>1. Customer Service. Customer service is what sets apart a company from competitors. Bad experiences happen but how and when they are solved makes the difference.</p>
<p>2. Brand Awareness. Tweeting and sharing valuable information increases your presence and awareness of what you have to offer.</p>
<p>3. Reputation &amp; Brand Management. Monitoring and gauging how customers are receiving your brand exclusively in sales is in the past. Real time reactions lets you know if you are on the right track.</p>
<p>4. Product Promotion. Launching a new product or supporting something that you have recently purchased shares experiences with the product.</p>
<p>5. Event Promotion. Have an event or attending an event you feel others will benefit from is a way to bring people together offline.</p>
<p>6. Communicating. Reaching out on Twitter to ask a question or to answer one gets the conversation started.</p>
<p>7. Blog Promotion. Posting a new blog article increases readership with an enticing headline.</p>
<p>8. Public Relations/News. Sharing an article on something that your company has done or showcasing the role new employees.</p>
<p>9. Merging Offline to Online. Face to face meetups are a conversation starter to build new Twitter relationships. Letting people know where you are online and how they can connect with you builds your online community.<br />
As Twitter grows and we see the live searches on Google and Bing the way we tweet may change. There will be SEO benefits of tweeting by how we structure our tweets. Social media continues to grow and change and with that so does the way we do business.</p></div>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2F9-small-business-tips-to-use-twitter%2F"></a><p><a href="http://vendyxiao.com/9-small-business-tips-to-use-twitter/">9 Small Business Tips to Use Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/9-small-business-tips-to-use-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter is a powerfull marketing tools</title>
		<link>http://vendyxiao.com/twitter-is-a-powerful-tweeter-for-marketers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-is-a-powerful-tweeter-for-marketers</link>
		<comments>http://vendyxiao.com/twitter-is-a-powerful-tweeter-for-marketers/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 11:57:10 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=404</guid>
		<description><![CDATA[Until today, it&#8217;s almost 3 week since i start my Twitter Cash Machine program. I already generate about $500 in 3 weeks. I think it&#8217;s not a bad start. After about 3 weeks, i learn about twitter, i found a lot of potential opportunity we can dig on twitter. Based on what described in the [...]<p><a href="http://vendyxiao.com/twitter-is-a-powerful-tweeter-for-marketers/">Twitter is a powerfull marketing tools</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Ftwitter-is-a-powerful-tweeter-for-marketers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Ftwitter-is-a-powerful-tweeter-for-marketers%2F&amp;style=normal&amp;b=2" height="61" width="50" title="Twitter is a powerfull marketing tools" alt=" Twitter is a powerfull marketing tools" /><br />
			</a>
		</div>
<div id="body">
<div>Until today, it&#8217;s almost 3 week since i start my <strong>Twitter Cash Machine </strong>program. I already generate about $500 in 3 weeks. I think it&#8217;s not a bad start. After about 3 weeks, i learn about twitter, i found a lot of potential opportunity we can dig on twitter. Based on what described in the site, we know <strong>Twitter</strong> as a service for friends, family, and co-workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: <em><strong>What happening?</strong></em></div>
<div><em><strong><br />
</strong></em></div>
<div><em><strong><img class="alignnone size-full wp-image-416" title="twitter_logo_header" src="http://vendyxiao.com/wp-content/uploads/2009/12/twitter_logo_header1.png" alt="twitter logo header1 Twitter is a powerfull marketing tools" width="155" height="36" /><br />
</strong></em></div>
<p>Twitter concept is very unique. Let&#8217;s assume Twitter like when we walk in  the city. We can meet a lot of people while walking. And sometimes you can hear people whispering to each other (private conversation), sometimes you can also hear loud people talking about everything. <span id="more-404"></span>When you first sign into Twitter, you can visit all the <strong>trending topics</strong> on the sidebar (right side) and you see masses of people there. Visiting trending topics is like you entered the school / restaurant / casino / cafe. You can only watching or talking with people there.</p>
<p>Tweets are the power of Twitter. Tweets are 140-character messages that you are able to let out into the public. It is the other form of SMS we usually use from our mobile phone. Because the length of message is very short (140 characters), people must write the most important word from what he/she want to said. When you let these out into the public, your followers will be shown what you had said on that time and date. Say you wanted to tell your friends you just broke up with your girlfriend, tweet about it and your friends ( whom are your followers ) see your message on their &#8220;dashboard.&#8221;</p>
<p><img class="alignnone size-full wp-image-420" title="Picture 4" src="http://vendyxiao.com/wp-content/uploads/2009/12/Picture-41.jpg" alt="Picture 41 Twitter is a powerfull marketing tools" width="585" height="273" /></p>
<p>You may be thinking, &#8220;This is cool and all, but what is this for?&#8221; Twitter is a great place to start getting your product out to everyone or letting everyone know about your blog. When you start in Twitter, it is like you open a cafe in the middle of the town. You walk in and you see all different types of people, all the types of people you are able to target and get them interested in your product or service. You have the loud people, and the quiet people, and when you want to let people know about who you are and what you are about, be a loud person, and people will listen. Start up a casual conversation and let them know what you&#8217;re about and what your product or service is about. They&#8217;ll eventually get into it and you&#8217;ll have a client in no time.</p>
<div id="sig">
<p>In my next posting, i will share about tips and trick of how to use twitter better and how we used twitter to sell our product. I also posting some tools we can use on twitter, like tools to search follower automatically, etc.</p></div>
</div>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Ftwitter-is-a-powerful-tweeter-for-marketers%2F"></a><p><a href="http://vendyxiao.com/twitter-is-a-powerful-tweeter-for-marketers/">Twitter is a powerfull marketing tools</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/twitter-is-a-powerful-tweeter-for-marketers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make my first $100 from Twitter</title>
		<link>http://vendyxiao.com/make-my-first-100-from-twitter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-my-first-100-from-twitter</link>
		<comments>http://vendyxiao.com/make-my-first-100-from-twitter/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:31:46 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[IM Product Review]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/?p=347</guid>
		<description><![CDATA[Many people use facebook &#38; twitter to make friend and contact each other. I used both of them that way before. But after i attended GIS seminar, my eyes was opened on some explanation and real demo from Shaun Stenning. He teach us how to make money from twitter. I finally purchased his program and [...]<p><a href="http://vendyxiao.com/make-my-first-100-from-twitter/">Make my first $100 from Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fmake-my-first-100-from-twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fmake-my-first-100-from-twitter%2F&amp;style=normal&amp;b=2" height="61" width="50" title="Make my first $100 from Twitter" alt=" Make my first $100 from Twitter" /><br />
			</a>
		</div>
<p>Many people use facebook &amp; twitter to make friend and contact each other. I used both of them that way before. But after i attended GIS seminar, my eyes was opened on some explanation and real demo from Shaun Stenning. He teach us how to make money from twitter. I finally purchased his program and now it&#8217;s already day 13 of the bootcamp. The result is not bad. In fact i was very busy in the last 3 days. There are a lot of activity in my fo dang since last week. So actually, i don&#8217;t check my twitter in the last 2 days. Today i checked it, and i kinda supprised with the result. My income already pass $100 (almost $200). And i didn&#8217;t do anything to get this. It&#8217;s all automated. Great system by Shaun Stenning. It really works. Although it is still needed to be proved for long term.This should celebrated with dance like what Shaun doing in the seminar. :p</p>
<p><img class="alignnone size-full wp-image-348" title="Picture 1" src="http://vendyxiao.com/wp-content/uploads/2009/11/Picture-12.jpg" alt="Picture 12 Make my first $100 from Twitter" width="577" height="276" /></p>
<p>This income came pure from CPC (Cost Per Click). And today i plan to learn the second technique, CPA (Cost Per Action) using ClickBank. Hope my income generated faster at the end of the bootcamp. :p</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fmake-my-first-100-from-twitter%2F"></a><p><a href="http://vendyxiao.com/make-my-first-100-from-twitter/">Make my first $100 from Twitter</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/make-my-first-100-from-twitter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: vendyxiao.com @ 2012-05-23 05:08:21 -->
