<?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>globalsocialmediacoaching.com</title>
	<atom:link href="http://www.globalsocialmediacoaching.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalsocialmediacoaching.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 04:59:42 +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>&#8220;HOW TO&#8221; Get More People To Follow You On Twitter</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-get-more-followers/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-get-more-followers/#comments</comments>
		<pubDate>Thu, 03 May 2012 01:15:10 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Barefoot Executive]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Carrie Wilkerson]]></category>
		<category><![CDATA[How To Get More Followers]]></category>
		<category><![CDATA[How To Get People To Follow You On Twitter]]></category>
		<category><![CDATA[HOW TO TWITTER]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter Video]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=4212</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 9 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business &#160; #Twitter #Tips #SocialMedia #Success bit.ly/HowToGetMore “HOW TO” Get More People To Follow You On Twitter @HubSpot @CarrieWilkerson — Keith Keller(@KeithKeller) May 3, 2012 &#160; Following people and viewing their tweets is great, [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><p style="text-align: center;"><strong>This is Part 9 of an ongoing series of posts featuring Hubspot’s AWESOME eBook </strong></p>
<p style="text-align: center;"><strong><span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide”   </span></strong></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://bit.ly/HubSpotTwitter4Business" onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></strong></span></h4>
<p>&nbsp;</p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> <a href="https://twitter.com/search/%2523Tips" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Tips?referer=');">#Tips</a> <a href="https://twitter.com/search/%2523SocialMedia" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523SocialMedia?referer=');">#SocialMedia</a> <a href="https://twitter.com/search/%2523Success" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Success?referer=');">#Success</a> <a title="http://bit.ly/HowToGetMore" href="http://t.co/ahq9DrkC" onclick="pageTracker._trackPageview('/outgoing/t.co/ahq9DrkC?referer=');">bit.ly/HowToGetMore</a> “HOW TO” Get More People To Follow You On Twitter @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> @<a href="https://twitter.com/CarrieWilkerson" onclick="pageTracker._trackPageview('/outgoing/twitter.com/CarrieWilkerson?referer=');">CarrieWilkerson</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/197866620838879233" data-datetime="2012-05-03T01:54:13+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/197866620838879233?referer=');">May 3, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p><strong>Following people and viewing their tweets is great, but in order to have valuable two-way conversations, you want people to follow you back and view your tweets too. </strong><strong>This is why it‘s so important to get your profile fully set up before reaching out for new connections. If you follow someone who doesn‘t already know you, you need to display sufficient information about yourself in your profile so he or she can make an informed decision of whether to follow you back.</strong></p>
<p><strong>Attracting a followers is important because they will serve as your network who will view your tweets. </strong></p>
<p><strong>Think of your total number of followers (AKA your following) as your Twitter reach.</strong></p>
<h2 style="text-align: center;"><span style="color: #ff0000;"><strong>Tips for Attracting New Followers &amp; Increasing Twitter Reach</strong></span></h2>
<p style="text-align: center;"><strong><span style="color: #0000ff;">1. Make your company’s Twitter usernames easy to find.</span> </strong></p>
<p style="text-align: left;"><strong>Create a page that lists all the Twitter handles of the people in your company. By giving your customers an easy way to interact with individual people, it helps them get to know the type of people who work at your company. </strong></p>
<p style="text-align: left;"><strong>It also gives them insight into your brand!</strong></p>
<p style="text-align: left;"><strong>HubSpot has a page showing our presence on Twitter </strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>http://HubSpot.com/Twitter</strong></span></p>
<p style="text-align: left;"><strong> </strong><strong>Zappos is another example of a company with an excellent Twitter page</strong></p>
<p style="text-align: center;"><strong><span style="color: #0000ff;">https://Twitter.com/Zappos</span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>2. Place “Follow” buttons on your blog and various pages of your website. </strong></span></p>
<p style="text-align: left;"><strong>Make it easy for people to find out if your company has a Twitter account. Visitors to your blog and website might like your content and want to subscribe to your tweets, so add Follow buttons to your site so people can easily find you. Twitter recently came out with an official Follow button generator, or you could create your own and simply link it to your Twitter page.</strong></p>
<p style="text-align: center;"><strong></strong><span style="color: #0000ff;"><strong>3. Make your tweets useful resources so people need you. You are what you tweet. </strong></span></p>
<p style="text-align: left;"><strong>People will want to follow you if they think they will get value from your tweets. Avoid making your Twitter account a purely promotional tool. Would you subscribe to a newsletter if it didn‘t have anything useful to say? What specialty knowledge do you have that you can share?</strong></p>
<p style="text-align: center;"><strong></strong><span style="color: #0000ff;"><strong>4. Interact with those people you follow who don’t yet follow you back.</strong></span></p>
<p style="text-align: left;"><strong>Make sure to monitor your Twitter stream and comment on what other people are saying. Give feedback; compliment people. The key is to engage. This will give them incentive to follow you back.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Great video here from @CarrieWilkerson</strong></span></p>
<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/-IdMEnu376s" frameborder="0" width="420" height="315"></iframe></p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><strong><span style="color: #0000ff;"><em>r 4 </em></span></strong><strong><span style="color: #0000ff;"><em>Busine</em></span></strong><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/05/Keith-Keller-LOGO-JPEG.jpg"><img class="aligncenter size-medium wp-image-4218" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/05/Keith-Keller-LOGO-JPEG-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/how-to-get-more-followers/&via=KeithKeller&text="HOW TO" Get More People To Follow You On Twitter &related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-get-more-followers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;HOW TO&#8221; Search For People To Follow On Twitter</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-search-for-people/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-search-for-people/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 02:52:34 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Finding People To Follow On Twitter]]></category>
		<category><![CDATA[How To Search For People On Twitter]]></category>
		<category><![CDATA[HOW TO TWITTER]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tweet Grader]]></category>
		<category><![CDATA[Twellow]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter Videos]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=4125</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 8 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business &#160; &#160; #Twitter 4 #Business bit.ly/Search4People @Hubspot @EricaBiz @Twellow “HOW TO” Search For People On Twitter (NEW POST) — Keith Keller(@KeithKeller) March 21, 2012 &#160; Building your network is the most challenging and [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><p style="text-align: center;"><strong>This is Part 8 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide”   </span></strong></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><span style="font-size: medium;"><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Ftwitter101%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fabout%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></span></strong></span></h4>
<p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a title="http://bit.ly/Search4People" href="http://t.co/t3mYXTIB" onclick="pageTracker._trackPageview('/outgoing/t.co/t3mYXTIB?referer=');">bit.ly/Search4People</a> @<a href="https://twitter.com/Hubspot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Hubspot?referer=');">Hubspot</a> @<a href="https://twitter.com/EricaBiz" onclick="pageTracker._trackPageview('/outgoing/twitter.com/EricaBiz?referer=');">EricaBiz</a> @<a href="https://twitter.com/Twellow" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Twellow?referer=');">Twellow</a> “HOW TO” Search For People On Twitter (NEW POST)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/182327446463451137" data-datetime="2012-03-21T04:47:05+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/182327446463451137?referer=');">March 21, 2012</a></p>
<p>&nbsp;</p></blockquote>
</blockquote>
<h4 style="text-align: left;"><span style="font-size: small;"><strong>Building your network is the most challenging and time-consuming part of using Twitter. Expanding your network doesn‘t happen immediately, you need to commit the time to use Twitter effectively. By following people, you will be able to view their updates in your Twitter stream. This is your chance to learn more about them: their lives, the blog posts they are reading, the types of links they like to share, the people with whom they interact. Following a decently sized and interesting community can be valuable and fun.</strong></span></h4>
<p>&nbsp;</p>
<h4 style="text-align: center;"><span style="font-size: medium;"><em><span style="color: #ff0000;"><strong>Where can you find people you would like to follow?</strong></span></em></span></h4>
<p>&nbsp;</p>
<p style="text-align: center;"><span style="font-size: medium;"><strong><span style="color: #0000ff;">1. <span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Use Twitter’s &#8220;Who to Follow&#8221; Feature </span></span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Twitter offers its own<span style="color: #0000ff;"> &#8220;Who to Follow&#8221;</span> tool, which you can access by clicking the link in your Twitter toolbar. Choose a few of Twitter‘s highlighted topics or search using your own keywords to find and start following interesting people relevant to your business and industry. </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>2. <span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Tweet Grader (<a href="http://tweet.grader.com" onclick="pageTracker._trackPageview('/outgoing/tweet.grader.com?referer=');"><span style="color: #0000ff;">http://tweet.grader.com</span></a>)</span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">This is a free resource offered by HubSpot. You can use it to discover the ?Twitter Elite? for your city or search for people with interesting information in their profile. For example, find people who list ?software development,? a specific company, or a location in their Twitter profile. </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>3. </strong><strong><span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Twitter Search (<a href="http://search.twitter.com" onclick="pageTracker._trackPageview('/outgoing/search.twitter.com?referer=');"><span style="color: #0000ff;">http://search.twitter.com</span></a>)</span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">This free resource is a search function that helps you find people who are tweeting about specific </span></span></strong><strong>words. For example, you can find people who have tweeted about &#8220;Public relations&#8221; </strong><strong>Follow people talking about the topics you enjoy. Also, use Twitter Search to see who has tweeted about your company.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>4. <span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Follow People Your Followers are Following</span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Once you begin receiving updates from a handful of people, watch to see whom those people chat with by looking at @replies. Maybe it would make sense to follow that person as well! </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>5. </strong><strong><span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Follow Thought Leaders and Bloggers</span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">See if any of your favorite bloggers are on Twitter. Many bloggers include a link to their Twitter account in their blog‘s sidebar or personal info section of their website. </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>6. </strong><strong><span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Collect People’s Twitter Names at Events</span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Like we said before, many social media-savvy people will include their Twitter handle on their nametag at an event. Write down their usernames and follow them later. You can locate their Twitter account by replacing their username in the following URL</span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><em><strong><span style="font-size: small;"><span style="font-size: small;"><a href="http://Twitter.com/USERNAME" onclick="pageTracker._trackPageview('/outgoing/Twitter.com/USERNAME?referer=');"><span style="color: #0000ff;">http://Twitter.com/USERNAME</span></a> </span></span></strong></em></span></p>
<p style="text-align: left;"><strong><span style="font-size: small;"><span style="font-size: small;">For example, if someone tells you to <span style="color: #0000ff;"><em>&#8220;Follow HubSpot&#8221;</em></span>  you can type </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><em><strong><span style="font-size: small;"><span style="font-size: small;"><a href="http://Twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/Twitter.com/HubSpot?referer=');"><span style="color: #0000ff;">http://Twitter.com/HubSpot</span></a> </span></span></strong></em></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">in your browser‘s navigation bar to find us. If you are not sure if someone you just met is on Twitter, ask! </span></span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>7. </strong><strong><span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Follow Hashtags (#) at Events </span></span></strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">At many events, the organizer will establish and publicize a hashtag (e.g. we‘re using #HUGS2011 for this year‘s HubSpot User Group Summit), so anyone tweeting at the event can tag their tweets with the hashtag. </span></span></strong></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Use Search.Twitter.com to follow tweets using the hashtag, and follow those people who are attending the same event as you who you may not have met in person. (Hashtags will be explained in more detail later in this ebook.) </span></span></strong></p>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong>Following Don’ts</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>Don’t follow too many people at once </strong></span></p>
<p><strong><span style="font-size: small;">Best practice is to follow no more than 25-50 people a day, because there will be a time gap between following people and when they follow you back. If your profile says you are following 2,000 people and only 30 followers have followed you back so far, it appears that 1,970 of the people you followed chose not to follow you back. This unfavorable ratio won‘t help boost your credibility and may </span></strong><strong>negatively affect </strong><strong>people‘s decisions to </strong><strong>follow you. </strong></p>
<p><strong>Therefore, </strong><strong>give your followers some </strong><strong>time to follow you back </strong><strong>before finding a new </strong><strong>batch of people to add to </strong><strong>your network.</strong><strong>?</strong></p>
<p style="text-align: left;"><span style="color: #0000ff; font-size: medium;"><strong><span style="font-family: Arial,Arial;"><span style="font-family: Arial,Arial;">Don’t follow hundreds of people at once &amp; remove all who don’t follow you </span></span></strong></span></p>
<p style="text-align: left;"><strong><span style="font-size: small;"><span style="font-size: small;">Although many people do this in order to have a &#8220;Valuable Ratio&#8221; (or more followers than people you‘re following), it is artificial network building and not a best practice. </span></span></strong></p>
<p style="text-align: center;"><strong>For more information about using <em><span style="color: #0000ff;">“Twitter 4 Business”</span> </em>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong><a href="http://www.HowToTwitter.com.au" onclick="pageTracker._trackPageview('/outgoing/www.HowToTwitter.com.au?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/03/Keith-Keller-LOGO-JPEG1.jpg"><img class="aligncenter size-medium wp-image-4157" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/03/Keith-Keller-LOGO-JPEG1-300x212.jpg" alt="" width="300" height="212" /></a>  <iframe src="http://www.youtube.com/embed/xYFwZm_UWFc" frameborder="0" width="576" height="357"></iframe></p>
<h1 id="watch-headline-title" style="text-align: center;"><span style="font-size: medium;"><strong><span style="color: #0000ff;">How to Find People on Twitter (Great guide to Twellow by Erica Douglass)</span></strong></span></h1>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/how-to-search-for-people/&via=KeithKeller&text="HOW TO" Search For People To Follow On Twitter&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-search-for-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Do I Tweet About?</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/whatdoitweetabout/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/whatdoitweetabout/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 04:40:15 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Audios]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[How To Use Twitter - Basics For New Users!]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Kerianne Mellott]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter For Business]]></category>
		<category><![CDATA[Twitter For The Entertainment Business]]></category>
		<category><![CDATA[What do I tweet about?]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3911</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 7 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business   &#160; &#160; #Twitter #Business #Basics bit.ly/Tweeting4Biz @HubSpot @Keri_Mellott SO, WHAT DO I TWEET ABOUT? (Using Twitter For Business) — Keith Keller(@KeithKeller) May 3, 2012 &#160; &#160; &#160; Even before you start finding people [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><p style="text-align: center;"><strong>This is Part 7 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide”   </span></strong></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fabout%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a>  </strong></span></h4>
<p>&nbsp;</p>
<h4 style="text-align: center;"></h4>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a href="https://twitter.com/search/%2523Basics" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Basics?referer=');">#Basics</a> <a title="http://bit.ly/Tweeting4Biz" href="http://t.co/8gkPp6LM" onclick="pageTracker._trackPageview('/outgoing/t.co/8gkPp6LM?referer=');">bit.ly/Tweeting4Biz</a> @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> @<a href="https://twitter.com/Keri_Mellott" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Keri_Mellott?referer=');">Keri_Mellott</a> SO, WHAT DO I TWEET ABOUT? (Using Twitter For Business)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/197879963255443456" data-datetime="2012-05-03T02:47:14+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/197879963255443456?referer=');">May 3, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
<p><strong>Even before you start finding people to follow, we recommend tweeting a few times to give potential new followers an idea of the type of content you will be sharing. Your most valuable asset is the information you provide, and it will often be the deciding factor for whether another user decides to follow you back.</strong></p>
<h2 style="text-align: center;"><span style="color: #ff0000;"><strong>Types of Tweets:</strong></span></h2>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;"> 1. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">An Observation: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Tweet about what you‘re doing, thinking or feeling. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">2. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">What You’re Reading: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Post a link to an interesting blog post or news article. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">3. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">What You’re Watching: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Post a link to a cool video from Hulu or YouTube. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">4. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">What Events You’re Attending: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Share a link to the next conference you plan to attend. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">5. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">Your Content: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Post a link to your most recent company or personal blog article. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><span style="color: #ff0000;"><em>6. </em></span><span style="font-size: small;"><span style="color: #ff0000;"><em><span style="font-family: Arial,Arial; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">Someone Else’s Content: </span></span></em></span></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><span style="font-size: small;">Post a link to someone else‘s blog article as a helpful resource. </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">7. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">Chat With Someone: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Direct messages to other Twitter users using an @ sign. (We‘ll cover this in more detail in Step 6.) </span></span></span></strong></p>
<h4><strong><span style="color: #0000ff;"><em><span style="color: #ff0000;">8. </span></em><span style="font-size: small;"><em><span style="font-family: Arial,Arial; color: #ff0000; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">Retweet What Someone Else Has Tweeted: </span></span></em></span></span></strong></h4>
<p><strong><span style="color: #0000ff;"><span style="font-size: small;"><em></em><span style="font-size: small;">Retweet (using &#8220;RT&#8221; or &#8220;Retweet&#8221; at the beginning of the message or clicking Twitter‘s Retweet button) to repeat to your followers what another user has tweeted </span></span></span></strong></p>
<p><strong>Remember that everything you say is public! Don‘t say anything you wouldn‘t say at a networking event. Even if you delete a tweet, it might still be archived on the internet with the potential to get found.</strong></p>
<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/uTc3ROMJsAY" frameborder="0" width="583" height="323"></iframe></p>
<h4 id="watch-headline-title" style="text-align: center;"><span style="color: #ff0000;"><strong>How To Use Twitter - Basics For New Users </strong></span></h4>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong>Kerianne Mellott (@Keri_Mellott)</strong></span></h4>
<p>&nbsp;</p>
<p><iframe src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F26972250&amp;show_artwork=true" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<h4 style="text-align: center;"><span style="color: #ff0000;"><strong>Twitter For The Music Business </strong></span></h4>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong>An interview with Kerianne Mellott</strong></span></h4>
<blockquote class="twitter-tweet">
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Music" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Music?referer=');">#Music</a> <a title="http://bit.ly/zwg1YS" href="http://t.co/NA8DBmiF" onclick="pageTracker._trackPageview('/outgoing/t.co/NA8DBmiF?referer=');">bit.ly/zwg1YS</a> (Recent US Interviews) <a href="https://twitter.com/search/%2523MusicBiz" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523MusicBiz?referer=');">#MusicBiz</a> &#8220;TWITTER 4 THE MUSIC BUSINESS&#8221; @<a href="https://twitter.com/Keri_Mellott" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Keri_Mellott?referer=');">Keri_Mellott</a> @<a href="https://twitter.com/Melbadelphia" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Melbadelphia?referer=');">Melbadelphia</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/197880692804300800" data-datetime="2012-05-03T02:50:08+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/197880692804300800?referer=');">May 3, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><span style="color: #0000ff;"><strong><em>r 4 </em></strong><strong><em>Busine</em></strong></span><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG.jpg"><img class="aligncenter size-medium wp-image-4245" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG-300x212.jpg" alt="" width="300" height="212" /></a></p></blockquote>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/whatdoitweetabout/&via=KeithKeller&text=What Do I Tweet About? &related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/social-media-articles/whatdoitweetabout/_via=KeithKeller_text=What_Do_I_Tweet_About?_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/whatdoitweetabout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalise Your Twitter Profile</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/personalisetwitter/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/personalisetwitter/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 23:45:11 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Personalise Your Twitter Profile]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Using Twitter 4 Business]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3879</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 6 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business      #Twitter 4 #Business bit.ly/Personalise @HubSpot (Highlights) &#8220;PERSONALISE YOUR TWITTER PROFILE&#8221; @AmazingVidTours (Video) — Keith Keller(@KeithKeller) February 24, 2012 &#160; Now that you have your account, you need to personalize it. It is [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><div style="text-align: left;">
<p style="text-align: center;"><strong>This is Part 6 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide”   </span></strong></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fabout%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a>  </strong></span></h4>
<p style="text-align: center;"><strong><span style="color: #0000ff;">  </span></strong></p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a title="http://bit.ly/Personalise" href="http://t.co/HgR514X8" onclick="pageTracker._trackPageview('/outgoing/t.co/HgR514X8?referer=');">bit.ly/Personalise</a> @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> (Highlights) &#8220;PERSONALISE YOUR TWITTER PROFILE&#8221; @<a href="https://twitter.com/AmazingVidTours" onclick="pageTracker._trackPageview('/outgoing/twitter.com/AmazingVidTours?referer=');">AmazingVidTours</a> (Video)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/172908844157124609" data-datetime="2012-02-24T05:00:55+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/172908844157124609?referer=');">February 24, 2012</a></p></blockquote>
<p>&nbsp;</p>
</div>
<div>
<p style="text-align: left;"><strong>Now that you have your account, you need to personalize it. It is important that you personalize your account before you begin interacting with and following people. Before you add your information, your account will look inactive, and if you start following people without a personalized profile, your chances of being followed back will decrease dramatically. Other users may even mistake you for a spammer, which is definitely not something you should shoot for.</strong></p>
</div>
<p><strong>Your profile is the place where you can reference your company, your blog, your location, and interests. Let‘s get started!</strong></p>
<p><strong>Click the <span style="color: #0000ff;">&#8220;Edit Your Profile&#8221;</span> on your profile page, which can be found at http://twitter.com/USERNAME (insert your Twitter handle in place of USERNAME).</strong></p>
<p><strong>The first order of business is your picture, also commonly referred to as your </strong><strong><span style="font-size: small;"><span style="font-family: Arial,Arial; font-size: small;"><span style="font-family: Arial,Arial; font-size: small;">avatar</span></span><span style="font-size: small;">. It‘s very important to put a face to your name. For this step, click on the ?Browse? button and select a nice, smiley photo from your files to represent you. (If you‘re creating a company Twitter account, use your logo.) </span></span></strong></p>
<p><strong>Next up on your profile is your name. Always list your real name when using Twitter for business. You wouldn‘t introduce yourself with a fake name at a tradeshow. Why should you do it here?</strong></p>
<p><strong>Then, add your location so people know where you‘re based!</strong></p>
<p><strong>For your URL, or web address, it‘s always best practice to include a link. Put a link to one of the following:</strong></p>
<ul>
<li><span style="color: #0000ff;"><strong>Company website</strong></span></li>
<li><span style="color: #0000ff;"><strong>Blog</strong></span></li>
<li><span style="color: #0000ff;"><strong>Personal website</strong></span></li>
<li><span style="color: #0000ff;"><strong>LinkedIn Profile</strong></span></li>
<li><span style="color: #0000ff;"><strong>Dedicated Twitter landing page (more on this in Section 3 on using Twitter for lead generation)</strong></span></li>
</ul>
<p><strong>In the <span style="color: #0000ff;">&#8220;BIO&#8221;</span> section, be as descriptive as possible. This is your elevator pitch—your opportunity to convince people to follow you back. You‘re only allowed room for 160 characters, so consider it a snapshot of your background. You can include:</strong></p>
<ul>
<li><span style="color: #0000ff;"><strong>Your company</strong></span></li>
<li><span style="color: #0000ff;"><strong>Your position</strong></span></li>
<li><span style="color: #0000ff;"><strong>Your hobbies/interests</strong></span></li>
<li><span style="color: #0000ff;"><strong>Your specializations</strong></span></li>
<li><span style="color: #0000ff;"><strong>Your recent projects</strong></span></li>
</ul>
<p><strong>The last option under the ?ccount?tab within your profile settings is the ?rotect my tweets?box. By clicking this, your Twitter stream will be private, and no one will be able to see your updates without following you. We do not recommend checking off this box to protect your updates. Many people judge whether to follow someone back by evaluating that user‘s tweets. You are as </strong><strong>valuable as your updates, so don‘t keep people from getting a peek!</strong></p>
<p><strong>If you‘re worried about strangers seeing your updates, remember that you are in complete control over everything you tweet. At the same time, you should feel comfortable being yourself.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>How to Customize Your Twitter Background</strong></span></p>
<p><strong>One of the great things about social media is that many of the tools are free. This also happens to be one of the worst things about social media. Free tools mean the barrier to entry to use a platform like Twitter is low. This low barrier attracts spammers and other less than reputable people. As a business that wants to use Twitter to drive revenue, you have to take your presence to the next level. While anyone can quickly set up a free account, few take the time to customize that account.</strong></p>
<p><strong>Customizing the actual background of your Twitter profile is a significant step in bolstering your credibility and educating new and potential followers to the content and products your business provides. In 2010, Twitter launched a redesign of its website, which caused some changes for folks who had done a custom profile previously. However, if you are just now starting on Twitter, you can follow these simple steps to customize your Twitter profile page. When customizing your Twitter background, you will need to have a tiny bit of design skills and access to Adobe Photoshop or be willing to pay a designer to help with the project.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Step 1: Understand Your Brand on Twitter</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">Before you can create a custom profile, you first must decide what you are trying to communicate to people on Twitter. While you understand your prospects and customers, it is important to note that Twitter might be the first place that many new prospects discover your business. In your background, make sure to communicate information that appeals to prospects who are extremely new in the buying cycle. </span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Step 2: Beware of the top tool bar</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">As is evident in the above example, Twitter has a toolbar at the top of the page that is 40 pixels tall. Be aware of this element when creating a design for your Twitter background, and be sure to leave head-room for the toolbar. </span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Step 3: Design for Minimum Monitor Sizes</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">The left-hand side of the Twitter profile is prime real estate for a company logo, company description, or important links. However, it‘s important to note that the dimensions of the left- and right-hand columns are fluid and change with the size of the user‘s browser window. Design for smaller monitor sizes in an effort to keep all of your design elements in full view. Designing for larger size monitors might result in elements being partially cut off on some users‘ screen. </span></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Step 4: Don’t Tile Backgrounds </strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Due to the columns layout, background images should be one image instead of tiled. One core image is better at handling the transitions from the columns on the page.</span></span></strong></p>
<p><strong>Use the advice from these steps to create an awesome custom background image for your Twitter profile. When you have the image, you can visit your Twitter account settings and, under the ?esign?tab, click the ?hange background image?button to upload your new image to your account. If you are looking to stay clear of Photoshop, Themeleon has some great Twitter themes for customization.</strong></p>
<p><iframe src="http://www.youtube.com/embed/Dy3vYRj2jy8" frameborder="0" width="572" height="322"></iframe></p>
<p style="text-align: center;"><strong> <span style="color: #0000ff;">How To Make or Customize Your Twitter Background @AmazingVidTours</span></strong></p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;">“Twitter 4 Business”</span> click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG1.jpg"><img class="aligncenter size-medium wp-image-4258" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG1-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/personalisetwitter/&via=KeithKeller&text=Personalise Your Twitter Profile&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/social-media-articles/personalisetwitter/_via=KeithKeller_text=Personalise_Your_Twitter_Profile_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/personalisetwitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;HOW TO&#8221; SIGN UP FOR TWITTER (Video &amp; eBook)</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-sign-up-for-twitter/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-sign-up-for-twitter/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 22:18:31 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[A Beginners Guide to Twitter]]></category>
		<category><![CDATA[Getting started on Twitter]]></category>
		<category><![CDATA[How to sign up for Twitter]]></category>
		<category><![CDATA[HOW TO TWITTER]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[TWITTER 4 BUSINESS SPECIALIST]]></category>
		<category><![CDATA[Twitter For Business]]></category>
		<category><![CDATA[Using Twitter 4 Business]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3792</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 5 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”      http://bit.ly/HubSpotTwitter4Business   #Twitter 4 #Beginners bit.ly/HowToSignUp(Video &#38; eBook) “HOW TO” SIGN UP FOR TWITTER @HubSpot @AdamHoltby @SteveCavell — Keith Keller(@KeithKeller) February 21, 2012 &#160; So let‘s get started with Twitter! The first thing you‘ll need [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><div>
<p style="text-align: center;"><strong>This is Part 5 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide”</span>     </strong></p>
</div>
<div>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fabout%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a>  </strong></span></h4>
<h4 style="text-align: center;"></h4>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Beginners" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Beginners?referer=');">#Beginners</a> <a title="http://bit.ly/HowToSignUp" href="http://t.co/oHpiE6Z4" onclick="pageTracker._trackPageview('/outgoing/t.co/oHpiE6Z4?referer=');">bit.ly/HowToSignUp</a>(Video &amp; eBook) “HOW TO” SIGN UP FOR TWITTER @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> @<a href="https://twitter.com/AdamHoltby" onclick="pageTracker._trackPageview('/outgoing/twitter.com/AdamHoltby?referer=');">AdamHoltby</a> @<a href="https://twitter.com/SteveCavell" onclick="pageTracker._trackPageview('/outgoing/twitter.com/SteveCavell?referer=');">SteveCavell</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/172107526786129920" data-datetime="2012-02-21T23:56:46+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/172107526786129920?referer=');">February 21, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p><strong>So let‘s get started with Twitter! The first thing you‘ll need to do is get signed up for an account!</strong></p>
<p><strong>Before signing up, decide whether you want a personal or a business Twitter account. Both are good for a company to have, but each serves different purposes.</strong></p>
<p><span style="color: #ff0000;"><strong>Company account: </strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Represents the company as a whole. Use this type of account to:</span></span></strong></p>
<ul>
<li><strong><span style="color: #0000ff;">Keep your customer base up-to-date on your events</span></strong></li>
<li><strong><span style="color: #0000ff;">Promote recent blog articles or news</span></strong></li>
<li><strong><span style="color: #0000ff;">Update your consumers about products/services</span></strong></li>
<li><strong><span style="color: #0000ff;">Give real-time updates at conferences and events</span></strong></li>
<li><strong><span style="color: #0000ff;">Offer customer service and support</span></strong></li>
</ul>
<p><span style="color: #ff0000;"><strong>Personal account:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Used by an individual employee at the company. This account type is more personalized, can be used to talk about non-company related things, and is better for direct relationship building. Use this type of account to:</span></span></strong></p>
<ul>
<li><span style="color: #0000ff;"><strong>Act as a liaison to the public for your company</strong></span></li>
<li><span style="color: #0000ff;"><strong>Update people on what you‘re working on</strong></span></li>
<li><span style="color: #0000ff;"><strong>Share tidbits about your personality</strong></span></li>
<li><span style="color: #0000ff;"><strong>Expand your company‘s network and make connections</strong></span></li>
</ul>
<p><strong>To get your own account, go to http://twitter.com and click the <span style="color: #0000ff;">&#8220;SIGN UP&#8221;</span> button.</strong></p>
<p><strong>Clicking this button will bring you to a page where you will select your username and password.</strong></p>
<p><strong>Your username is very important. This name will be how people refer to you on Twitter and potentially how people will acknowledge you if you ever meet any of your Twitter followers offline. Think of your username as your personal brand name. That‘s how important it is.</strong></p>
<p><span style="color: #ff0000;"><strong>Ideas for Twitter Usernames:</strong></span></p>
<p><span style="color: #0000ff;"><strong>1. Your full name (JamesDean)</strong></span></p>
<p><span style="color: #0000ff;"><strong>2. A variation of your name (JDean)</strong></span></p>
<p><span style="color: #0000ff;"><strong>3. A combination of your name and your company (CompanyJane)</strong></span></p>
<p><span style="color: #0000ff;"><strong>4. A combination of your name and your industry (MarketingJane)</strong></span></p>
<p><strong>Making your Twitter username as close to your name as possible will make it easier for people to recognize you at offline. That said, sometimes people will even put their Twitter handles on their nametag at events to avoid confusion.</strong></p>
<p><strong>Using your real name on Twitter helps you look like a real, authentic person if someone stumbles upon your profile.</strong></p>
<p><strong>If you will be the only person representing your company on Twitter—and you do not plan to make a company Twitter account—why not use the third option, and make your username a combination of your name and company? Don‘t feel obligated to do this; you will have the opportunity to indicate the company you work for in your profile (explained in the next section).</strong></p>
<p><span style="color: #ff0000;"><strong>Twitter Handle DON’TS:</strong></span></p>
<p><span style="color: #0000ff;"><strong>1. Don‘t make your Twitter handle something completely random (TigerMan). This is a lost branding opportunity for you and your company.</strong></span></p>
<p><span style="color: #0000ff;"><strong>2. Don‘t use numbers (Joanne123). Unless there is a reason for the specific numbers, it looks juvenile. It also conjures the old AOL chat room days. It gives you the appearance that you aren‘t putting thought into your username, and it looks unprofessional.</strong></span></p>
<p><span style="color: #0000ff;"><strong>3. Don‘t use an underscore (PR_Max). Using an underscore won‘t hurt you, but be aware that it generally is never done, and you‘ll be at risk of seeming unaware of the &#8220;Social Norms&#8221;</strong></span></p>
<p><strong>After you choose your username and click <span style="color: #0000ff;">&#8220;CREATE MY ACCOUNT&#8221;</span> Twitter will launch a screen that gives you the option of choosing people to follow based on your topics of interest. We actually recommend that you personalize your profile.</strong></p>
<p><strong><span style="color: #000000;">The next step in the Twitter setup process will ask you to check if any of your email contacts are already on Twitter.</span> This is not a required step, so fee free to skip it if you desire. That said, if you have Gmail, Hotmail, Yahoo, AOL, or LinkedIn accounts, you can check to see if anyone you know is already signed up for Twitter, which can be useful when searching for people to follow. </strong></p>
<p><strong>If you </strong><strong><span style="font-size: small;"><em><span style="font-family: Arial,Arial; font-size: small;"><em><span style="font-family: Arial,Arial; font-size: small;">do </span></em></span></em><span style="font-size: small;">decide to check, be aware that Twitter will ask if you‘d like to invite these contacts to Twitter. This will send a message all your contacts. Only do this if you want to. </span></span></strong></p>
</div>
<p><iframe src="http://www.youtube.com/embed/-4tCn2KTLro" frameborder="0" width="593" height="326"></iframe></p>
<h4 style="text-align: center;"><span style="color: #0000ff;">A Beginners Guide to Twitter (</span><span style="color: #0000ff;"><s>@</s>AdamHoltby @SteveCavell)</span></h4>
<p style="text-align: center;">
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><span style="color: #0000ff;"><strong><em>r 4 </em></strong><strong><em>Busine</em></strong></span><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG4.jpg"><img class="aligncenter size-medium wp-image-4264" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG4-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/how-to-sign-up-for-twitter/&via=KeithKeller&text="HOW TO" SIGN UP FOR TWITTER (Video & eBook)&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/how-to-sign-up-for-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter From a Business Perspective</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusiness/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusiness/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 02:22:51 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter for Small Businesses]]></category>
		<category><![CDATA[Twitter From a Business Perspective]]></category>
		<category><![CDATA[Using Twitter for Business: An Introductory Guide]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3765</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 4 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”   http://bit.ly/HubSpotTwitter4Business #Twitter 4 #Business bit.ly/TwitterBizVid @SmallBizTrends Video &#8220;TWITTER FROM A BUSINESS PERSPECTIVE&#8221; @HubSpot eBook — Keith Keller(@KeithKeller) February 17, 2012 In short, Twitter is a relationship-building and relationship maintenance tool; the most obvious business [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><h4 style="text-align: center;"><span style="color: #000000;"><strong>This is Part 4 of an ongoing series of posts featuring Hubspot’s AWESOME eBook</strong></span></h4>
<h4 style="text-align: center;"><span style="color: #000000;"><strong><span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide” </span></strong><span style="color: #0000ff;"> </span></span></h4>
<h4 style="text-align: center;"></h4>
<h4 style="text-align: center;"></h4>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fabout%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></strong></span></h4>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a title="http://bit.ly/TwitterBizVid" href="http://t.co/iAfbbiX6" onclick="pageTracker._trackPageview('/outgoing/t.co/iAfbbiX6?referer=');">bit.ly/TwitterBizVid</a> @<a href="https://twitter.com/SmallBizTrends" onclick="pageTracker._trackPageview('/outgoing/twitter.com/SmallBizTrends?referer=');">SmallBizTrends</a> Video &#8220;TWITTER FROM A BUSINESS PERSPECTIVE&#8221; @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> eBook</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/170342427327074304" data-datetime="2012-02-17T03:02:54+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/170342427327074304?referer=');">February 17, 2012</a></p></blockquote>
<p style="text-align: left;"><strong>In short, Twitter is a relationship-building and relationship maintenance tool; the most obvious business use of Twitter is to meet potential customers and leads the same way you would at networking event or tradeshow.</strong></p>
<p style="text-align: left;"><strong>However, You Can Also Use it To:</strong></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>1. Develop and promote your brand</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>2. Interact with your customer base</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>3. Track what people are saying about your </strong></span><span style="color: #0000ff;"><strong>company and brand</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>4. Create buzz around upcoming events</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>5. Help individual employees act as liaisons to the public</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>6. Promote other content you‘ve created, including webinars, blog posts or podcasts</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>7. Develop direct relationships with bloggers and journalists for potential PR placement</strong></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><strong>8. Generate sales leads for your business</strong></span></p>
<p><iframe src="http://www.youtube.com/embed/hxR01I8MB6c" frameborder="0" width="599" height="397"></iframe></p>
<h4 id="watch-headline-title" style="text-align: center;"><em><span style="color: #0000ff;">Twitter for Small Businesses: How &amp; Why To Use It @SmallBizTrends</span></em></h4>
<p style="text-align: center;">
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><span style="color: #0000ff;"><strong><em>r 4 </em></strong><strong><em>Busine</em></strong></span><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG5.jpg"><img class="aligncenter size-medium wp-image-4282" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG5-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusiness/&via=KeithKeller&text=Twitter From a Business Perspective &related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/social-media-articles/twitterforbusiness/_via=KeithKeller_text=Twitter_From_a_Business_Perspective_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWITTER VOCABULARY (Using Twitter 4 Business)</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-vocabulary/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-vocabulary/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 00:06:58 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[eBook]]></category>
		<category><![CDATA[How To Use Twitter]]></category>
		<category><![CDATA[HowCast]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter for Business: An Introductory Guide]]></category>
		<category><![CDATA[Twitter Videos]]></category>
		<category><![CDATA[TWITTER VOCABULARY]]></category>
		<category><![CDATA[Using Twitter 4 Business]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3738</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

This is Part 3 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”     http://bit.ly/HubSpotTwitter4Business    #Twitter 4 #Business bit.ly/TwitterVocab @Hubspot @HowCast &#8220;TWITTER VOCABULARY&#8221; (Using Twitter 4 Business &#8211; Part 3) — Keith Keller(@KeithKeller) February 15, 2012 For people who are just getting started, it‘s useful to first grasp [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><h4 style="text-align: center;"><strong>This is Part 3 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide” </span></strong><span style="color: #0000ff;">   </span></h4>
<h4 style="text-align: center;"></h4>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2F');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></strong>   </span></p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a title="http://bit.ly/TwitterVocab" href="http://t.co/GdfQVn9L" onclick="pageTracker._trackPageview('/outgoing/t.co/GdfQVn9L?referer=');">bit.ly/TwitterVocab</a> @<a href="https://twitter.com/Hubspot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Hubspot?referer=');">Hubspot</a> @<a href="https://twitter.com/HowCast" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HowCast?referer=');">HowCast</a> &#8220;TWITTER VOCABULARY&#8221; (Using Twitter 4 Business &#8211; Part 3)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/169602377341607936" data-datetime="2012-02-15T02:02:12+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/169602377341607936?referer=');">February 15, 2012</a></p></blockquote>
<p><em><strong>For people who are just getting started, it‘s useful to first grasp and familiarize yourself with some of the common terminology associated with Twitter.</strong></em></p>
<p><span style="color: #0000ff;"><strong>Twitter Handle: </strong></span></p>
<p><strong><span style="font-size: small;">Also known as a username. This is the name you select to represent yourself on Twitter. </span></strong></p>
<p><span style="color: #0000ff;"><strong>To Follow:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">To subscribe to someone‘s updates on Twitter. You do this by clicking the &#8220;Follow&#8221; button on that specific person‘s Twitter page, which can be found at http://twitter.com/USERNAME. (Insert the specific person‘s username into the URL (i.e) <span style="color: #0000ff;"><a href="http://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');"><span style="color: #0000ff;">http://twitter.com/HubSpot</span></a></span></span></strong></p>
<p><strong><span style="font-size: small;">When you follow someone, their updates will be displayed on your Twitter homepage so you know what they are doing. </span></strong></p>
<p><span style="color: #0000ff;"><strong>To Follow Back:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">To subscribe to the updates of someone who has recently started following you. In Twitter‘s notifications settings, you can indicate whether you‘d like to receive an email alert whenever a new person follows you receive. In the email, there will be a link to that person‘s profile. By clicking the link, you can check out who they are and decide to follow them back or not. It is not required to follow everyone back, but many people like to. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Follower:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">A person who has subscribed to receive </span><em><span style="font-family: Arial,Arial; font-size: small;"><em><span style="font-family: Arial,Arial; font-size: small;">your </span></em></span></em><span style="font-size: small;">updates. You can view your total number of followers on your Twitter profile page. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Update:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">Also known as a tweet. Each update can be no longer than 140-characters. (Later we will talk about different types of updates.) You can post an update in the white text box under &#8220;What‘s Happening?&#8221;</span></strong></p>
<p><span style="color: #0000ff;"><strong>@Reply:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">A public message sent from one Twitter user to another by putting @USERNAME anywhere within the body of the tweet. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Direct Message (or DM):</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">A private message sent from one Twitter user to another by either clicking the &#8220;message&#8221; link on their profile&#8230; Think of it as Twitter‘s version of an email/inbox. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Twitter Stream:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">A list of a person‘s real-time updates. Every time you post an update, it goes into your Twitter stream, which is found on your account page also (i.e) </span></strong><span style="color: #0000ff;"><strong><span style="font-size: small;"><a href="http://twitter.com/KeithKeller" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller?referer=');"><span style="color: #0000ff;">http://twitter.com/KeithKeller</span></a></span></strong></span></p>
<p><span style="color: #0000ff;"><strong>Tweet-Up:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">An event specifically organized for Twitter users to meet up and network, usually informally. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Hashtag (#):</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">A Twitter tagging system used to aggregate the conversation surrounding an event, topic, or theme. Hashtags can easily be created by combining a # with a word, acronym, or phrase (#WORD) and used as a tag within tweets. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Retweet (or RT):</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">To repeat what someone else has already tweeted. People do this if someone has said something especially valuable and they want their own network to see the information too.</span></span></strong></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Here&#8217;s an example:</span></span></strong></p>
<p><span style="color: #0000ff;"><em><strong>RT @KeithKeller <a title="http://bit.ly/TwitterVocab" href="http://t.co/GdfQVn9L" onclick="pageTracker._trackPageview('/outgoing/t.co/GdfQVn9L?referer=');"><span style="color: #0000ff;">bit.ly/TwitterVocab</span></a> <a title="HubSpot" href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');"><span style="color: #0000ff;">@HubSpot</span></a> <a title="Howcast" href="https://twitter.com/Howcast" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Howcast?referer=');"><span style="color: #0000ff;">@Howcast</span></a> &#8220;TWITTER VOCABULARY&#8221; (Using Twitter 4 Business &#8211; Part 3) <a title="#Twitter" href="https://twitter.com/search/%23Twitter" rel="tag" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_23Twitter?referer=');"><span style="color: #0000ff;">#Twitter</span></a> 4 <a title="#Business" href="https://twitter.com/search/%23Business" rel="tag" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_23Business?referer=');"><span style="color: #0000ff;">#Business</span></a></strong></em> </span></p>
<p><span style="color: #0000ff;"><strong>Twitter Lists:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;"><span style="font-size: small;">Public lists that any Twitter user can create. Twitter Lists generate Twitter streams that include specific Twitter users.</span></span></strong></p>
<p><strong>Example: One list HubSpot has created displays tweets from HubSpot employees who tweet: <span style="color: #0000ff;"><a href="https://twitter.com/#!/list/HubSpot/hubspotters" onclick="pageTracker._trackPageview('/outgoing/twitter.com/_/list/HubSpot/hubspotters?referer=');"><span style="color: #0000ff;">https://twitter.com/#!/list/HubSpot/hubspotters</span></a></span></strong></p>
<p><span style="color: #0000ff;"><strong>Trending Topics:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">Displayed on the right-hand side of your Twitter homepage, trending topics are words, phrases, or hashtags that are popular (trending) on Twitter at a given time. These can be organized by location and are updated in real time. </span></strong></p>
<p><span style="color: #0000ff;"><strong>Promoted Tweets:</strong><strong> </strong></span></p>
<p><strong><span style="font-size: small;">Tweets that have been supported and promoted by paid marketing efforts. Think of them as the pay-per-click of Twitter </span></strong></p>
<p><object id="howcastplayer" width="600" height="342" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashVars" value="&amp;fs=true" /><param name="src" value="http://www.howcast.com/flash/howcast_player.swf?file=149055&amp;theme=black" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="&amp;fs=true" /><embed id="howcastplayer" width="600" height="342" type="application/x-shockwave-flash" src="http://www.howcast.com/flash/howcast_player.swf?file=149055&amp;theme=black" allowFullScreen="true" allowScriptAccess="always" flashVars="&amp;fs=true" allowfullscreen="true" allowscriptaccess="always" flashvars="&amp;fs=true" /></object></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a class="embedded-playback-url" href="http://www.howcast.com/videos/149055-How-To-Use-Twitter" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.howcast.com/videos/149055-How-To-Use-Twitter?referer=');"><span style="color: #0000ff;">How To Use Twitter</span></a> @Howcast</strong></span></p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em><em>r 4 </em><em>Busine</em><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG6.jpg"><img class="aligncenter size-medium wp-image-4289" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG6-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/twitter-vocabulary/&via=KeithKeller&text=TWITTER VOCABULARY (Using Twitter 4 Business)&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/social-media-articles/twitter-vocabulary/_via=KeithKeller_text=TWITTER_VOCABULARY_Using_Twitter_4_Business_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-vocabulary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter 101 &#8211; So, what is Twitter? Using Twitter 4 Business</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-101-so-what-is-twitter/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-101-so-what-is-twitter/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 23:32:43 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Animated Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Explania]]></category>
		<category><![CDATA[How to Use Twitter for Business]]></category>
		<category><![CDATA[Keith Keller - Twitter For Business Specialist]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Using Twitter for Business: An Introductory Guide]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3702</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Twitter 101 &#8211; So, what is Twitter? This is Part 2 of an ongoing series of posts featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”     http://bit.ly/HubSpotTwitter4Business #Twitter 4 #Business bit.ly/Twitter101Video &#8220;TWITTER 101&#8243; (Please RT) What is Twitter? @Hubspot eBook &#38; @Explania Video — Keith Keller(@KeithKeller) February 14, 2012 &#160; Quite often, [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><h2 style="text-align: center;"><span style="color: #ff0000;"><strong>Twitter 101 &#8211; So, what is Twitter?</strong></span></h2>
<h4 style="text-align: center;"><strong>This is Part 2 of an ongoing series of posts featuring Hubspot’s AWESOME eBook <span style="color: #0000ff;">“Using Twitter for Business: An Introductory Guide” </span></strong></h4>
<h4 style="text-align: center;"><strong></strong><span style="color: #0000ff;">  </span></h4>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Fcrackthetwittercodein2012%2F');" href="http://bit.ly/HubSpotTwitter4Business"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></strong></span></p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a title="http://bit.ly/Twitter101Video" href="http://t.co/RUFsk4CS" onclick="pageTracker._trackPageview('/outgoing/t.co/RUFsk4CS?referer=');">bit.ly/Twitter101Video</a> &#8220;TWITTER 101&#8243; (Please RT) What is Twitter? @<a href="https://twitter.com/Hubspot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Hubspot?referer=');">Hubspot</a> eBook &amp; @<a href="https://twitter.com/Explania" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Explania?referer=');">Explania</a> Video</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/169216163665018880" data-datetime="2012-02-14T00:27:31+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/169216163665018880?referer=');">February 14, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Quite often, people‘s gut reaction to Twitter is, &#8220;No one needs to know what I‘m doing,&#8221; or &#8220;I don‘t care what other people are doing.&#8221;</strong></p>
<p><strong>These views are common among those who just don‘t understand the value that Twitter can provide for business. In the words of marketing expert Chris Brogan, Twitter is a useful communication tool that allows you to interact with people around the world in three different ways:</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>1. Send a short message to a bunch of people publicly</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>2. Send a short message to a specific person publicly</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>3. Send a short message to a specific person privately</strong></span></p>
<p><strong>Twitter is also referred to as a &#8220;micro-blogging&#8221; service, meaning you can post short updates limited to 140 characters or fewer. Why? Originally, this character limitation was implemented to make Twitter compatible with mobile phones and text messaging. Now, it‘s a useful characteristic that allows users to receive rapid-fire, concise information from many, many people!</strong></p>
<h3 style="text-align: center;"><strong><span style="color: #ff0000;">Excellent Animated Video from Explainia</span></strong></h3>
<p style="text-align: center;"><object id="animation391" width="474" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=391&amp;language=en&amp;embedded=true&amp;type=animation" /><param name="src" value="http://www.explania.com/api/1.0/?method=animations.getPlayer" /><param name="allowfullscreen" value="true" /><param name="flashvars" value="id=391&amp;language=en&amp;embedded=true&amp;type=animation" /><embed id="animation391" width="474" height="344" type="application/x-shockwave-flash" src="http://www.explania.com/api/1.0/?method=animations.getPlayer" allowFullScreen="true" allowscriptaccess="always" quality="high" wmode="transparent" FlashVars="id=391&amp;language=en&amp;embedded=true&amp;type=animation" allowfullscreen="true" flashvars="id=391&amp;language=en&amp;embedded=true&amp;type=animation" /></object></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.explania.com/en/channels/technology/detail/what-is-twitter" onclick="pageTracker._trackPageview('/outgoing/www.explania.com/en/channels/technology/detail/what-is-twitter?referer=');"><span style="color: #0000ff;">What is Twitter? </span></a> @<a href="http://www.explania.com" onclick="pageTracker._trackPageview('/outgoing/www.explania.com?referer=');"><span style="color: #0000ff;">Explania</span></a></strong></span></p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><span style="color: #0000ff;"><strong><em>r 4 </em></strong><strong><em>Busine</em></strong></span><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG8.jpg"><img class="aligncenter size-medium wp-image-4296" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG8-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/twitter-101-so-what-is-twitter/&via=KeithKeller&text=Twitter 101 - So, what is Twitter? Using Twitter 4 Business &related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/social-media-articles/twitter-101-so-what-is-twitter/_via=KeithKeller_text=Twitter_101_-_So_what_is_Twitter?_Using_Twitter_4_Business_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-101-so-what-is-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INBOUND MARKETING AND THE NEW RULES: &#8220;HOW TO&#8221; Use Twitter for Business</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusinessebook/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusinessebook/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 22:32:19 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[How to Use Twitter for Business]]></category>
		<category><![CDATA[hubspot]]></category>
		<category><![CDATA[HubSpot ebook]]></category>
		<category><![CDATA[INBOUND MARKETING & THE NEW RULES]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3617</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

&#8220;HOW TO&#8221; (eBook) Twitter for Business: An Introductory Guide  This is Part 1 of an ongoing series of posts featuring Hubspot&#8217;s AWESOME eBook &#8220;Using Twitter for Business: An Introductory Guide&#8221;  Inbound Marketing &#38; the New Rules   http://bit.ly/HubSpotTwitter4Business  &#160; #Twitter 4 #Business @HubSpot bit.ly/NewRulesHubSpot (eBook) &#8220;INBOUND MARKETING &#38; THE NEW RULES&#8221; Using Twitter For Business — [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><h2 style="text-align: center;"><strong><span style="color: #ff0000;">&#8220;HOW TO&#8221; (eBook) Twitter for Business: An Introductory Guide</span> </strong></h2>
<h4 style="text-align: center;"><strong><span style="color: #0000ff;">This is Part 1 of an ongoing series of posts featuring Hubspot&#8217;s AWESOME eBook &#8220;Using Twitter for Business: An Introductory Guide&#8221; </span></strong></h4>
<h3 style="text-align: center;"><span style="color: #ff0000;"><strong>Inbound Marketing &amp; the New Rules </strong> </span></h3>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://bit.ly/HubSpotTwitter4Business" onclick="pageTracker._trackPageview('/outgoing/bit.ly/HubSpotTwitter4Business?referer=');"><span style="color: #0000ff;">http://bit.ly/HubSpotTwitter4Business</span></a></strong> </span></h4>
<p>&nbsp;</p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> @<a href="https://twitter.com/HubSpot" onclick="pageTracker._trackPageview('/outgoing/twitter.com/HubSpot?referer=');">HubSpot</a> <a title="http://bit.ly/NewRulesHubSpot" href="http://t.co/7TPuz9tG" onclick="pageTracker._trackPageview('/outgoing/t.co/7TPuz9tG?referer=');">bit.ly/NewRulesHubSpot</a> (eBook) &#8220;INBOUND MARKETING &amp; THE NEW RULES&#8221; Using Twitter For Business</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/169026335837130752" data-datetime="2012-02-13T11:53:13+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/169026335837130752?referer=');">February 13, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p><strong>The majority of today‘s “traditional” marketers use outbound marketing to reach their audiences. For message distribution, they use print media, radio, and TV advertisements. For lead generation, they use direct mail, cold calls, and email blasts. While these methods may have worked in the past, by using tools like TIVO/DVR, email spam-blockers, and caller ID, now consumers can easily block messages they don‘t want. People are in more control over how they consume media and what messages they care to hear. </strong></p>
<p><strong>But don‘t worry &#8212; all is not lost! Consumers still want to learn about the best products and services for their needs. It‘s just that these days, they want to find this information on their own, most often by using the internet to conduct research and make better educated decisions about their purchases. For example, someone might peruse the blogosphere to find out about others‘ first-hand experiences with a particular product or service. Maybe that person will also search for reviews online or engage with others in social media to learn about other views and opinions. </strong></p>
<p><strong>This changing nature of consumers‘ shopping habits means that instead of continuing to <em>push marketing messages out</em>, effective marketers must adapt to consumers‘ new behavior by creating marketing campaigns that <em>pull people in </em>to their business. This strategy is called inbound marketing. Inbound marketers offer useful information, tools, and resources to attract people to their business and its website, while also interacting and developing relationships with consumers on the web. The three key inbound marketing tools are blogging and content creation, search engine optimization, and social media marketing. </strong></p>
<p><strong><span style="color: #ff0000;">Twitter is one of the most powerful social networks for your business. For the purposes of this ebook, we‘ll discuss in more-depth how you can get started using Twitter to achieve your business goals.</span></strong></p>
<p><strong>For more information about using &#8220;Twitter 4 Business&#8221; click on the link below</strong></p>
<p><object width="552" height="379" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/evL5jaZx8vk?version=3&amp;feature=player_embedded" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="552" height="379" type="application/x-shockwave-flash" src="http://www.youtube.com/v/evL5jaZx8vk?version=3&amp;feature=player_embedded" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p style="text-align: center;"><strong>For more information about using <span style="color: #0000ff;"><em>“Twitte</em></span></strong><span style="color: #0000ff;"><strong><em>r 4 </em></strong><strong><em>Busine</em></strong></span><strong><span style="color: #0000ff;"><em>ss” </em></span>click on the link below</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.howtotwitter.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.howtotwitter.com.au/?referer=');"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG9.jpg"><img class="aligncenter size-medium wp-image-4301" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-LOGO-JPEG9-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusinessebook/&via=KeithKeller&text=INBOUND MARKETING AND THE NEW RULES: "HOW TO" Use Twitter for Business&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/twitterforbusinessebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRACK THE TWITTER CODE IN 2012 (Melbourne Event) Wednesday March 21st @ Monash Enterprise Centre</title>
		<link>http://www.globalsocialmediacoaching.com/global-social-media-coaching/crackthetwittercodein2012/</link>
		<comments>http://www.globalsocialmediacoaching.com/global-social-media-coaching/crackthetwittercodein2012/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:55:22 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Coaching]]></category>
		<category><![CDATA[MP3s]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Social Media Audios]]></category>
		<category><![CDATA[BE AUTHENTIC & FIND YOUR NICHE]]></category>
		<category><![CDATA[City of Monash - First for Business]]></category>
		<category><![CDATA[CRACK THE CODE]]></category>
		<category><![CDATA[CRACK THE TWITTER CODE (In 5 Easy Steps)]]></category>
		<category><![CDATA[CRACK THE TWITTER CODE IN 2012]]></category>
		<category><![CDATA[Darryn Thomas]]></category>
		<category><![CDATA[EMBRACE TWITTER]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[KICKSTART & GROW YOUR BUSINESS IN 2012]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[MASTER ONLINE MARKETING]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Monash Enterprise Centre]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Rabi Gunaratnam]]></category>
		<category><![CDATA[SHARING IS BETTER THAN CHOCOLATE]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[THE 80/20 RULE (It’s not all about you)]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[TWITTER 4 BUSINESS SPECIALIST]]></category>
		<category><![CDATA[Twitter For Business]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=3457</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Is it time for your company to &#8220;EMBRACE TWITTER&#8221; this year?  Would you like to harness the power of Social Media to &#8220;GROW YOUR BUSINESS&#8221; in 2012?   Are you ready to &#8220;MASTER ONLINE MARKETING&#8221; to develop more cost effective PR campaigns?  KICKSTART &#38; GROW YOUR BUSINESS IN 2012  (Halfday Event)  #Twitter #Business #Melbourne bit.ly/TwitterCode2012 (Event) &#8220;CRACK THE TWITTER [...]]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Name"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#e5e5e5" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p></p><h2 style="text-align: center;"><strong><span style="color: #ff0000;"><strong>Is it time for your company </strong>to </span><span style="color: #ff0000;"><span style="color: #0000ff;">&#8220;EMBRACE TWITTER&#8221;</span> this year?</span></strong><strong> </strong></h2>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;">Would you like to harness the power of Social Media to </span></strong></h2>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;"><span style="color: #0000ff;">&#8220;GROW YOUR BUSINESS&#8221;</span> in 2012?</span><span style="color: #ff0000;"> </span></strong><strong> </strong></h2>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;">Are you ready to </span><span style="color: #0000ff;">&#8220;MASTER ONLINE MARKETING&#8221; </span></strong></h2>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;">to develop more cost effective PR campaigns?</span></strong> </h2>
<h2 style="text-align: center;"><strong>KICKSTART &amp; GROW YOUR BUSINESS IN 2012 </strong> (Halfday Event) </h2>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Twitter?referer=');">#Twitter</a> <a href="https://twitter.com/search/%2523Business" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Business?referer=');">#Business</a> <a href="https://twitter.com/search/%2523Melbourne" onclick="pageTracker._trackPageview('/outgoing/twitter.com/search/_2523Melbourne?referer=');">#Melbourne</a> <a title="http://bit.ly/TwitterCode2012" href="http://t.co/omHiirlO" onclick="pageTracker._trackPageview('/outgoing/t.co/omHiirlO?referer=');">bit.ly/TwitterCode2012</a> (Event) &#8220;CRACK THE TWITTER CODE IN 2012&#8243; Wednesday March 21st</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/167212045819838464" data-datetime="2012-02-08T11:43:53+00:00" onclick="pageTracker._trackPageview('/outgoing/twitter.com/KeithKeller/status/167212045819838464?referer=');">February 8, 2012</a> </p></blockquote>
<h2 style="text-align: center;"><span style="color: #0000ff;"><a href="http://bit.ly/GrowYourBusinessIn2012" onclick="pageTracker._trackPageview('/outgoing/bit.ly/GrowYourBusinessIn2012?referer=');"><span style="color: #0000ff;">http://bit.ly/GrowYourBusinessIn2012</span></a> </span> </h2>
<h2 style="text-align: center;"><span style="color: #ff0000;">(Download PDF)</span> </h2>
<h2 style="text-align: center;"><span style="color: #0000ff;"><a href="http://bit.ly/GrowYourBusiness2012OnlinePayment" onclick="pageTracker._trackPageview('/outgoing/bit.ly/GrowYourBusiness2012OnlinePayment?referer=');"><span style="color: #0000ff;">http://bit.ly/GrowYourBusiness2012OnlinePayment</span></a>  </span></h2>
<h2 style="text-align: center;"><span style="color: #ff0000;">(Pay Online)</span> </h2>
<p style="text-align: center;"><strong>Wednesday 21 March 2012, 9.00am to 1.30 pm (Light lunch served)</strong> </p>
<p style="text-align: center;"><strong>Monash Enterprise Centre – 5a Hartnett Close, Mulgrave</strong> </p>
<p style="text-align: center;"><strong>Half-day Program – $198 (incl. GST)</strong> </p>
<p style="text-align: center;"><strong>Early Bird 15% discount if you register and pay before 2 March 2012</strong> </p>
<p style="text-align: center;"><strong>Register early as places are limited (20 places only) </strong> </p>
<h3 style="text-align: center;"><span style="color: #ff0000;"><strong>THE SPEAKERS</strong></span></h3>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Rabi Gunaratnam (Business Coach &amp; Mentor)</strong></span></p>
<p style="text-align: center;"><strong><span style="color: #000000;">Bizpower Business Consultants</span></strong></p>
<p><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/New-Image1.jpg"><img class="aligncenter" title="New Image" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/New-Image1.jpg" alt="" width="125" height="161" /></a></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Darryn Thomas (Business Owner &amp; Marketing Expert)</strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Click Creative Online Solutions</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Keith Keller (Twitter 4 Business Specialist) </strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Global Social Media Coaching</strong></span></p>
<p><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-Twitter-4-Business-Specialist.jpg"><img class="aligncenter" title="Keith Keller - Twitter 4 Business Specialist" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/Keith-Keller-Twitter-4-Business-Specialist-150x150.jpg" alt="" width="150" height="150" /></a><strong></strong></p>
<h3 style="text-align: center;"><span style="color: #ff0000;"><strong>CRACK THE TWITTER CODE (In 5 Easy Steps) </strong> </span></h3>
<h4 style="text-align: center;"><strong>1. SHARING IS BETTER THAN CHOCOLATE</strong></h4>
<h4 style="text-align: center;">  </h4>
<p style="text-align: center;"><strong>2. THE 80/20 RULE (It’s not all about you)</strong> </p>
<p style="text-align: center;"><strong>3. SOCIAL MEDIA IS FOR MEETING PEOPLE THAT YOU “DONT YET KNOW”</strong> </p>
<p style="text-align: center;"><strong>4. BE AUTHENTIC &amp; FIND YOUR NICHE</strong> </p>
<p style="text-align: center;"><strong>5. AUTOMATION TOOLS TO SAVE YOU TIME</strong>  </p>
<h4 style="text-align: center;"><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28286524" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28286524" allowscriptaccess="always" /></object> &#8221;<span style="color: #0000ff;"><strong><a href="http://soundcloud.com/keithkeller/crack-the-code-of-social-media" onclick="pageTracker._trackPageview('/outgoing/soundcloud.com/keithkeller/crack-the-code-of-social-media?referer=');"><span style="color: #0000ff;">CRACK THE CODE&#8221; </span></a> </strong></span><span style="color: #0000ff;"><strong><span style="color: #0000ff;">(An interview with Keith Keller by Annemarie Cross)</span> </strong></span> </h4>
<h2 style="text-align: center;"> <strong><span style="color: #ff0000;">For enquiries &amp; registration please contact BizPower:</span></strong>   </h2>
<h2 style="text-align: center;"><strong> <span style="color: #0000ff;">Phone: 9545 1455</span>   </strong></h2>
<h2 style="text-align: center;"><strong><span style="color: #0000ff;">Email: <a href="mailto:rabi@bizpower.biz"><span style="color: #0000ff;">rabi@bizpower.biz</span></a> </span>  </strong></h2>
<h2 style="text-align: center;"><span style="color: #ff0000;">(Pay Online)</span></h2>
<h2 style="text-align: center;"><span style="color: #0000ff;"><a href="http://bit.ly/GrowYourBusiness2012OnlinePayment" onclick="pageTracker._trackPageview('/outgoing/bit.ly/GrowYourBusiness2012OnlinePayment?referer=');"><span style="color: #0000ff;">http://bit.ly/GrowYourBusiness2012OnlinePayment</span></a> </span></h2>
<h2 style="text-align: center;"><span style="color: #ff0000;">(Download PDF)</span></h2>
<h2 style="text-align: center;"><span style="color: #0000ff;"><a href="http://bit.ly/GrowYourBusinessIn2012" onclick="pageTracker._trackPageview('/outgoing/bit.ly/GrowYourBusinessIn2012?referer=');"><span style="color: #0000ff;">http://bit.ly/GrowYourBusinessIn2012</span></a>  </span></h2>
<h4 style="text-align: center;"> </h4>
<h4 style="text-align: center;"><span style="color: #0000ff;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/MEC1.jpg"><img title="MEC" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/MEC1.jpg" alt="" width="131" height="116" /></a></span></h4>
<h4 style="text-align: center;"> </h4>
<p style="text-align: left;"><strong>As a result of this dynamic and hands-on program, you will have:</strong></p>
<p style="text-align: left;"> <span style="color: #0000ff;"><strong>1. A clear vision for growth and profit increase quantified in $’s</strong></span> </p>
<h4><span style="color: #0000ff;"><strong>2. Uncovered hidden challenges that may be sabotaging the growth of your business and keeping you working too many hours. You will have a plan to overcome these</strong></span></h4>
<h4> </h4>
<h4><span style="color: #0000ff;"><strong>3. Renewed confidence and be equipped with essential information and inspired to turn your business into a highly profitable, revenue-generating machine that practically runs itself</strong></span>    </h4>
<h2 style="text-align: center;"> <span style="color: #333399;"><strong>City of Monash – First for Business</strong></span></h2>
<h4 style="text-align: center;"> </h4>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/FIRST-FOR-BUSINESS1.jpg"><img class="aligncenter size-medium wp-image-3520" title="FIRST FOR BUSINESS" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/FIRST-FOR-BUSINESS1-300x248.jpg" alt="" width="300" height="248" /></a></p>
<p style="text-align: center;"> <a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/BIZ-POWER3.jpg"><img class="size-medium wp-image-3476" title="BIZ POWER" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/BIZ-POWER3-300x75.jpg" alt="" width="300" height="75" /></a>  </p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/LOGO-JPEG1.jpg"><img class="aligncenter size-medium wp-image-3532" title="LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/02/LOGO-JPEG1-300x212.jpg" alt="" width="300" height="212" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/global-social-media-coaching/crackthetwittercodein2012/&via=KeithKeller&text=CRACK THE TWITTER CODE IN 2012 (Melbourne Event) Wednesday March 21st @ Monash Enterprise Centre&related=Keith Keller:&lang=en&count=horizontal" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//www.globalsocialmediacoaching.com/global-social-media-coaching/crackthetwittercodein2012/_via=KeithKeller_text=CRACK_THE_TWITTER_CODE_IN_2012_Melbourne_Event_Wednesday_March_21st_Monash_Enterprise_Centre_related=Keith_Keller_lang=en_count=horizontal&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/global-social-media-coaching/crackthetwittercodein2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

