<?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>Wed, 22 May 2013 13:11:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OUR NEXT &#8220;ACTORS TWEET CHAT&#8221; (June 5th @ 6pm Pacific) Featuring McKenzie Coffee &#8211; Hollywood</title>
		<link>http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/</link>
		<comments>http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/#comments</comments>
		<pubDate>Tue, 21 May 2013 07:27:02 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Coaching]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[ACTORS TWEET CHAT]]></category>
		<category><![CDATA[Mckenzie Coffee]]></category>
		<category><![CDATA[Tweet Chat]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=6750</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>

Our Actors Tweet Chats are now very popular so we will be doing these regularly Our next &#8220;Tweet Chat&#8221; is on June 5th @ 6pm (Pacific) www.Twubs.com/ActorsTweetChat  “ACTORS TWEET CHAT” (June 5th @ 6pm Pacific) bit.ly/NextTweetChat #ActorsTweetChat@mckenziecoffee #Hollywood #LA — Keith Keller(@KeithKeller) May 22, 2013 CLICK TO RETWEET &#160; This time we are featuring Hollywood [...]]]></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>Our Actors Tweet Chats are now very popular so we will be doing these regularly</strong></p>
<p style="text-align: center;"><strong>Our next &#8220;Tweet Chat&#8221; is on June 5th @ 6pm (Pacific)</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a title="Actors Tweet Chat " href="http://Twubs.com/ActorsTweetChat "><span style="color: #0000ff;">www.Twubs.com/ActorsTweetChat </span></a></strong></span></p>
<blockquote class="twitter-tweet"><p>“ACTORS TWEET CHAT” (June 5th @ 6pm Pacific) <a title="http://bit.ly/NextTweetChat" href="http://t.co/zABQQaWXoY">bit.ly/NextTweetChat</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a>@<a href="https://twitter.com/mckenziecoffee">mckenziecoffee</a> <a href="https://twitter.com/search/%23Hollywood">#Hollywood</a> <a href="https://twitter.com/search/%23LA">#LA</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/337025187298029568">May 22, 2013</a></p></blockquote>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a title="ACTORS TWEET CHAT " href="http://clicktotweet.com/730Tt"><span style="color: #0000ff;">CLICK TO RETWEET</span></a></strong></span></p>
<p style="text-align: center;"><a title="Actors Tweet Chat" href="http://twubs.com/ActorsTweetChat"><img class="aligncenter  wp-image-6763" title="ActorsTweetChat   Next Actors Tweet Chat June 5th   6pm Pacific" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/ActorsTweetChat-Next-Actors-Tweet-Chat-June-5th-6pm-Pacific.png" alt="" width="566" height="250" /></a></p>
<blockquote class="twitter-tweet"><p>&nbsp;</p></blockquote>
<blockquote class="twitter-tweet">
<p align="center"><span style="color: #0000ff;"><strong><span style="color: #0000ff;"><span style="color: #000000;">This time we are featuring Hollywood Actress Mckenzie Coffee</span></span></strong></span></p>
<p align="center"><span style="color: #0000ff;"><strong><a title="Mckenzie Coffee" href="http://Twitter.com/MckenzieCoffee"><span style="color: #0000ff;">www.Twitter.com/MckenzieCoffee</span></a></strong></span></p>
<p><iframe src="http://www.youtube.com/embed/Q2OhPsqyhFo" frameborder="0" width="560" height="315"></iframe></p>
<p style="text-align: center;" align="center"><span style="color: #000000;"><strong>Mckenzie Coffee &#8211; Comedic Show Reel (Video)</strong></span></p>
<blockquote class="twitter-tweet"><p>Mckenzie Coffee &#8211; Comedic Show Reel (Video) <a title="http://youtu.be/Q2OhPsqyhFo" href="http://t.co/zwJKrSHZew">youtu.be/Q2OhPsqyhFo</a>@<a href="https://twitter.com/mckenziecoffee">mckenziecoffee</a> <a href="https://twitter.com/search/%23Hollywood">#Hollywood</a> <a href="https://twitter.com/search/%23Actors">#Actors</a> <a href="https://twitter.com/search/%23YouTube">#YouTube</a> <a href="https://twitter.com/search/%23Video">#Video</a> <a href="https://twitter.com/search/%23Marketing">#Marketing</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/337190938612994048">May 22, 2013</a></p></blockquote>
<p style="text-align: center;" align="center"><a title="Mckenzie Coffee" href="http://Twitter.com/MckenzieCoffee"><img class="aligncenter  wp-image-6789" title="Coffee_McKenzie_0856" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/Coffee_McKenzie_0856.jpg" alt="" width="296" height="413" /></a></p>
<p style="text-align: center;" align="center"><a title="Mckenzie Coffee - IMDb" href="http://www.imdb.com/name/nm3884459/"><img class="aligncenter  wp-image-6870" title="Mckenzie Coffee   IMDb" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/Mckenzie-Coffee-IMDb.png" alt="" width="538" height="441" /></a></p>
<p style="text-align: center;" align="center"><strong style="color: #0000ff;"><em><a title="Actors Tweet Chat " href="http://bit.ly/CoffeeTweetChat"><span style="color: #0000ff;">http://bit.ly/CoffeeTweetChat</span></a> (Tweet Chat &#8211;  Intro Video)</em></strong></p>
</blockquote>
<p><iframe src="http://screencast-o-matic.com/embed?sc=cIhDeUVtA8&amp;w=600&amp;v=3" frameborder="0" scrolling="no" width="600" height="368"></iframe></p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong><em>SO WHAT ARE ACTORS TWEET CHATS?</em></strong></span></p>
<p style="text-align: center;"><strong>Here&#8217;s a little video telling you all about them</strong></p>
<blockquote class="twitter-tweet"><p>&#8220;ACTORS TWEET CHATS&#8221; (How To Get Involved) <a title="http://bit.ly/15gQJIc" href="http://t.co/HIebUvJfZI">bit.ly/15gQJIc</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%23Actors">#Actors</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/337029958490796033">May 22, 2013</a></p></blockquote>
<p><iframe src="http://screencast-o-matic.com/embed?sc=cIfo0dV3G0&amp;w=600&amp;v=3" frameborder="0" scrolling="no" width="600" height="376"></iframe></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: medium;"><strong>Have you heard of  &#8221;ACTORS TWEET&#8221;<br />
(Our 5 Part Video Series &#8211; Created especially for actors)</strong></span></p>
<p style="text-align: center;"><a title="ACTORS TWEET" href="http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/"><img class="aligncenter  wp-image-6817" title="ACTORS TWEET (LARGE)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/ACTORS-TWEET-LARGE.png" alt="" width="563" height="180" /></a></p>
<blockquote class="twitter-tweet"><p>Harness The Power Of Twitter For Your Acting Career <a title="http://bit.ly/ActorsTweet2" href="http://t.co/TnJA1AG7MN">bit.ly/ActorsTweet2</a><a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%23Actors">#Actors</a> (5 Part Video Series)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/337034608925364225">May 22, 2013</a></p></blockquote>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a title="ACTORS TWEET " href="http://clicktotweet.com/9jbky"><span style="color: #0000ff;">CLICK TO RETWEET</span></a></strong></span></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/&via=KeithKeller&text=OUR NEXT "ACTORS TWEET CHAT" (June 5th @ 6pm Pacific) Featuring McKenzie Coffee - Hollywood&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Factors-tweet-chats%2F&amp;t=OUR+NEXT+%26%238220%3BACTORS+TWEET+CHAT%26%238221%3B+%28June+5th+%40+6pm+Pacific%29+Featuring+McKenzie+Coffee+-+Hollywood" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=OUR+NEXT+%26%238220%3BACTORS+TWEET+CHAT%26%238221%3B+%28June+5th+%40+6pm+Pacific%29+Featuring+McKenzie+Coffee+-+Hollywood%20-%20http://bit.ly/18egdEZ
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Factors-tweet-chats%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Factors-tweet-chats%2F&amp;title=OUR+NEXT+%26%238220%3BACTORS+TWEET+CHAT%26%238221%3B+%28June+5th+%40+6pm+Pacific%29+Featuring+McKenzie+Coffee+-+Hollywood&amp;source=globalsocialmediacoaching.com+-+&amp;summary=Our+Actors+Tweet+Chats+are+now+very+popular+so+we+will+be+doing+these+regularly%0D%0AOur+next+%22Tweet+Chat%22+is+on+June+5th+%40+6pm+%28Pacific%29%0D%0Awww.Twubs.com%2FActorsTweetChat%C2%A0%0D%0A%0D%0A%E2%80%9CACTORS+TWEET+CHAT%E2%80%9D+%28June+5th+%40+6pm+Pacific%29+bit.ly%2FNextTweetChat+%23ActorsTwe" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Factors-tweet-chats%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F05%2FActorsTweetChat-Next-Actors-Tweet-Chat-June-5th-6pm-Pacific.png&amp;description=Our+Actors+Tweet+Chats+are+now+very+popular+so+we+will+be+doing+these+regularly%0D%0AOur+next+%22Tweet+Chat%22+is+on+June+5th+%40+6pm+%28Pacific%29%0D%0Awww.Twubs.com%2FActorsTweetChat%C2%A0%0D%0A%0D%0A%E2%80%9CACTORS+TWEET+CHAT%E2%80%9D+%28June+5th+%40+6pm+Pacific%29+bit.ly%2FNextTweetChat+%23ActorsTwe" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fglobal-social-media-coaching%2Factors-tweet-chats%2F&amp;title=OUR+NEXT+%26%238220%3BACTORS+TWEET+CHAT%26%238221%3B+%28June+5th+%40+6pm+Pacific%29+Featuring+McKenzie+Coffee+-+Hollywood" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=OUR+NEXT+%26%238220%3BACTORS+TWEET+CHAT%26%238221%3B+%28June+5th+%40+6pm+Pacific%29+Featuring+McKenzie+Coffee+-+Hollywood&amp;body=Our+Actors+Tweet+Chats+are+now+very+popular+so+we+will+be+doing+these+regularly%0D%0AOur+next+%22Tweet+Chat%22+is+on+June+5th+%40+6pm+%28Pacific%29%0D%0Awww.Twubs.com%2FActorsTweetChat%C2%A0%0D%0A%0D%0A%E2%80%9CACTORS+TWEET+CHAT%E2%80%9D+%28June+5th+%40+6pm+Pacific%29+bit.ly%2FNextTweetChat+%23ActorsTwe%20-%20http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/global-social-media-coaching/actors-tweet-chats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWITTER 4 MODELS (Brand New Videos Coming Soon) Featuring Print Model Holly Lowe Jones</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/#comments</comments>
		<pubDate>Fri, 03 May 2013 00:56:04 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[Holly Lowe Jones]]></category>
		<category><![CDATA[Print Model Holly Lowe Jones]]></category>
		<category><![CDATA[TWITTER 4 MODELS]]></category>
		<category><![CDATA[Twitter Marketing 4 Creative Souls]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=6664</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>

Working on a brand new series of videos with Print Model Holly Lowe Jones (@HollyLoweJones) In the meantime &#8211; download my free eBook Twitter Marketing 4 Creative Souls www.TwitterMarketing4CreativeSouls.com Here is just a few of Holly&#8217;s recent projects Tweet]]></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><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/PHOTO1.jpg"><br />
</a>Working on a brand new series of videos with Print Model Holly Lowe Jones</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a title="Holly Lowe Jones - Print Model " href="http://Twitter.com/HollyLoweJones"><span style="color: #0000ff;">(@HollyLoweJones)</span></a></strong></span></p>
<p style="text-align: center;"><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/PHOTO2.jpg"><img class="aligncenter  wp-image-6678" title="Holly Jones FFC Mdl Test 041013" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/PHOTO2.jpg" alt="" width="328" height="512" /></a></p>
<p style="text-align: center;"><strong>In the meantime &#8211; download my free eBook</strong></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong>Twitter Marketing 4 Creative Souls</strong></span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><a title="Twitter Marketing 4 Creative Souls " href="http://TwitterMarketing4CreativeSouls.com"><span style="color: #0000ff;">www.TwitterMarketing4CreativeSouls.com</span></a></strong></span></p>
<p style="text-align: center;"><strong>Here is just a few of Holly&#8217;s recent projects</strong></p>
<p style="text-align: center;"><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/Print-collage.jpg"><img class="aligncenter  wp-image-6687" title="Print collage" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/Print-collage.jpg" alt="" width="498" height="498" /></a></p>
<p style="text-align: center;"><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/FISH.jpg"><img class="aligncenter  wp-image-6691" title="FISH" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/FISH.jpg" alt="" width="434" height="576" /></a></p>
<p style="text-align: center;"><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/DOUBLE-YOUR-MILES1.jpg"><img class="aligncenter  wp-image-6692" title="DOUBLE YOUR MILES" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/DOUBLE-YOUR-MILES1.jpg" alt="" width="553" height="290" /></a></p>
<p style="text-align: center;"><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/KAPLAN.jpg"><img class="aligncenter  wp-image-6693" title="KAPLAN" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/KAPLAN.jpg" alt="" width="590" height="392" /></a><a title="Holly Lowe Jones" href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/RADIO-FLYER1.jpg"><img class="aligncenter  wp-image-6694" title="RADIO FLYER" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/RADIO-FLYER1-1024x1024.jpg" alt="" width="590" height="590" /></a><a title="Holly Lowe Jones " href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/McDonalds.jpg"><img class="aligncenter  wp-image-6695" title="McDonalds" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/05/McDonalds.jpg" alt="" width="506" height="648" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/&via=KeithKeller&text=TWITTER 4 MODELS (Brand New Videos Coming Soon) Featuring Print Model Holly Lowe Jones&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Ftwitter-4-models%2F&amp;t=TWITTER+4+MODELS+%28Brand+New+Videos+Coming+Soon%29+Featuring+Print+Model+Holly+Lowe+Jones" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=TWITTER+4+MODELS+%28Brand+New+Videos+Coming+Soon%29+Featuring+Print+Model+Holly+Lowe+Jones%20-%20http://bit.ly/133Yxtv
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Ftwitter-4-models%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Ftwitter-4-models%2F&amp;title=TWITTER+4+MODELS+%28Brand+New+Videos+Coming+Soon%29+Featuring+Print+Model+Holly+Lowe+Jones&amp;source=globalsocialmediacoaching.com+-+&amp;summary=Working+on+a+brand+new+series+of+videos+with+Print+Model+Holly+Lowe+Jones%0D%0A%28%40HollyLoweJones%29%0D%0A%0D%0AIn+the+meantime+-+download+my+free+eBook%0D%0ATwitter+Marketing+4+Creative+Souls%0D%0Awww.TwitterMarketing4CreativeSouls.com%0D%0AHere+is+just+a+few+of+Holly%27s+rece" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Ftwitter-4-models%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F05%2FCover-page-Free-eBook-with-CTA-300-x-250.jpg&amp;description=Working+on+a+brand+new+series+of+videos+with+Print+Model+Holly+Lowe+Jones%0D%0A%28%40HollyLoweJones%29%0D%0A%0D%0AIn+the+meantime+-+download+my+free+eBook%0D%0ATwitter+Marketing+4+Creative+Souls%0D%0Awww.TwitterMarketing4CreativeSouls.com%0D%0AHere+is+just+a+few+of+Holly%27s+rece" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Ftwitter-4-models%2F&amp;title=TWITTER+4+MODELS+%28Brand+New+Videos+Coming+Soon%29+Featuring+Print+Model+Holly+Lowe+Jones" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=TWITTER+4+MODELS+%28Brand+New+Videos+Coming+Soon%29+Featuring+Print+Model+Holly+Lowe+Jones&amp;body=Working+on+a+brand+new+series+of+videos+with+Print+Model+Holly+Lowe+Jones%0D%0A%28%40HollyLoweJones%29%0D%0A%0D%0AIn+the+meantime+-+download+my+free+eBook%0D%0ATwitter+Marketing+4+Creative+Souls%0D%0Awww.TwitterMarketing4CreativeSouls.com%0D%0AHere+is+just+a+few+of+Holly%27s+rece%20-%20http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-videos/twitter-4-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWUBS &#8211; Hashtags Made Useful</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 21:12:55 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Success Stories]]></category>
		<category><![CDATA["TWUBS" Hashtags Made Useful]]></category>
		<category><![CDATA[American Idol]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Click To Tweet]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[Hashtags Made Useful]]></category>
		<category><![CDATA[Idol Highlights]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[LA Lloyd]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[SOCIAL MUSIC]]></category>
		<category><![CDATA[SOCIAL RADIO]]></category>
		<category><![CDATA[SOCIAL TV]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter 4 Music Marketing]]></category>
		<category><![CDATA[Twubs]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=6392</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>

I have been doing a lot of work with hashtags lately so I  thought I share some of my success stories. To collate my tweets in one handy location I use a specific hashtag and collect all the tweets on Twubs. &#8220;TWUBS&#8221; Hashtags Made Useful bit.ly/UsefulHashtags@twubs @americanidol @lalloyd#SocialTV #SocialRadio #SocialMusic #Hashtags — Keith Keller(@KeithKeller) March 12, [...]]]></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: left;"><strong>I have been doing a lot of work with hashtags lately so I  thought I share some of my success stories. </strong><strong>To collate my tweets in one handy location I use a specific hashtag and collect all the tweets on Twubs.</strong></p>
<blockquote class="twitter-tweet"><p>&#8220;TWUBS&#8221; Hashtags Made Useful <a title="http://bit.ly/UsefulHashtags" href="http://t.co/UP3ucTrCVU">bit.ly/UsefulHashtags</a>@<a href="https://twitter.com/twubs">twubs</a> @<a href="https://twitter.com/americanidol">americanidol</a> @<a href="https://twitter.com/lalloyd">lalloyd</a><a href="https://twitter.com/search/%23SocialTV">#SocialTV</a> <a href="https://twitter.com/search/%23SocialRadio">#SocialRadio</a> <a href="https://twitter.com/search/%23SocialMusic">#SocialMusic</a> <a href="https://twitter.com/search/%23Hashtags">#Hashtags</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/311605879713697792">March 12, 2013</a></p></blockquote>
<p style="text-align: center;"><span style="color: #0000ff;"> <strong style="text-align: center;"><a title="TWUBS – Hashtags Made Useful " href="http://clicktotweet.com/91tXZ"><span style="color: #0000ff;">CLICK TO TWEET</span></a></strong></span></p>
<p style="text-align: center;"><a title="TWUBS - Hashtags Made Useful" href="http://Twubs.com"><img class="aligncenter  wp-image-6402" title="Hashtags   Twubs" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/Hashtags-Twubs.jpg" alt="" width="562" height="152" /></a></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><a title="TWUBS - Hashtags made useful " href="http://Twubs.com"><span style="color: #0000ff;">www.Twubs.com</span></a></strong></span></p>
<p style="text-align: center;"><span style="font-size: large; color: #ff0000;"><strong>SOCIAL TV</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: large;"><strong>#IdolHighlights</strong></span></p>
<p style="text-align: center;"><strong>A &#8220;TWUBS ROOM&#8221; dedicated to tweets about American Idol <span style="color: #0000ff;">(<a href="http://www.twubs.com/IdolHighlights)" target="_blank"><span style="color: #0000ff;">www.Twubs.com/IdolHighlights)</span></a></span></strong></p>
<p style="text-align: center;"><strong>Managed by Keith Keller In Melbourne, Australia @KeithKeller #IdolHighlights</strong></p>
<p style="text-align: center;"><a title="IDOL HIGHLIGHTS " href="http://Twubs.com/IdolHighlights"><img class="aligncenter  wp-image-6408" title="Idolhighlights   Keith Keller" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/Idolhighlights-Keith-Keller-1024x577.jpg" alt="" width="553" height="311" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #ff0000;"><strong>SOCIAL RADIO</strong></span></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong>#LALLOYD</strong></span></p>
<p style="text-align: center;"><strong>A &#8220;TWUBS ROOM&#8221; dedicated to LA Lloyd (@LALloyd) </strong></p>
<p style="text-align: center;"><strong>Managed by Keith Keller In Melbourne Australia (@KeithKeller)</strong></p>
<p style="text-align: center;"><a title="LA LLOYD" href="http://Twubs.com/LALloyd"><img class="aligncenter  wp-image-6421" title="LALLOYD   Keith Keller" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/LALLOYD-Keith-Keller-1024x577.jpg" alt="" width="553" height="311" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #ff0000;"><strong>SOCIAL MUSIC</strong></span></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong>#KK4MusicPR</strong></span></p>
<p style="text-align: center;"><strong>A &#8220;TWUBS ROOM&#8221; dedicated to tweets about music marketing (#KK4MusicPR) </strong></p>
<p style="text-align: center;"><strong>Managed by Keith Keller In Melbourne Australia (@KeithKeller)</strong></p>
<p style="text-align: center;"><a title="KK4MusicPR - Tweets about music marketing" href="http://Twubs.com/KK4MusicPR"><img class="aligncenter  wp-image-6428" title="KK4MusicPR   Keith Keller" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/KK4MusicPR-Keith-Keller-1024x577.jpg" alt="" width="553" height="311" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/&via=KeithKeller&text=TWUBS - Hashtags Made Useful &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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-success-stories%2Fhashtags-made-useful%2F&amp;t=TWUBS+-+Hashtags+Made+Useful" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=TWUBS+-+Hashtags+Made+Useful%20-%20http://bit.ly/ZH7hoo
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-success-stories%2Fhashtags-made-useful%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-success-stories%2Fhashtags-made-useful%2F&amp;title=TWUBS+-+Hashtags+Made+Useful&amp;source=globalsocialmediacoaching.com+-+&amp;summary=I+have+been+doing+a+lot+of+work+with+hashtags+lately+so+I+%C2%A0thought+I+share+some+of+my+success+stories.%C2%A0To+collate+my+tweets+in+one+handy+location+I+use+a+specific+hashtag+and+collect+all+the+tweets+on+Twubs.%0D%0A%0D%0A%22TWUBS%22+Hashtags+Made+Useful+bit.ly%2FU" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-success-stories%2Fhashtags-made-useful%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F03%2FHashtags-Twubs.jpg&amp;description=I+have+been+doing+a+lot+of+work+with+hashtags+lately+so+I+%C2%A0thought+I+share+some+of+my+success+stories.%C2%A0To+collate+my+tweets+in+one+handy+location+I+use+a+specific+hashtag+and+collect+all+the+tweets+on+Twubs.%0D%0A%0D%0A%22TWUBS%22+Hashtags+Made+Useful+bit.ly%2FU" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-success-stories%2Fhashtags-made-useful%2F&amp;title=TWUBS+-+Hashtags+Made+Useful" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=TWUBS+-+Hashtags+Made+Useful&amp;body=I+have+been+doing+a+lot+of+work+with+hashtags+lately+so+I+%C2%A0thought+I+share+some+of+my+success+stories.%C2%A0To+collate+my+tweets+in+one+handy+location+I+use+a+specific+hashtag+and+collect+all+the+tweets+on+Twubs.%0D%0A%0D%0A%22TWUBS%22+Hashtags+Made+Useful+bit.ly%2FU%20-%20http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-success-stories/hashtags-made-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harness The Power Of Twitter For Your Acting Career (Video Series With Emily Grace &#8211; Hollywood LA)</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 08:09:59 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA[ACTORS TWEET]]></category>
		<category><![CDATA[ACTORS TWEET (5 Part Video Series - Now Available)]]></category>
		<category><![CDATA[ACTORS TWEET - TWITTER 4 ACTORS]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Click To Tweet]]></category>
		<category><![CDATA[Emily Grace]]></category>
		<category><![CDATA[EMILY GRACE - AWARD WINNING ACTRESS]]></category>
		<category><![CDATA[Harness The Power Of Twitter For Your Acting Career]]></category>
		<category><![CDATA[Hollywood]]></category>
		<category><![CDATA[HOW TO TWITTER]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Keith Keller - Twitter Marketing Specialist]]></category>
		<category><![CDATA[LA]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Tweet Chats]]></category>
		<category><![CDATA[Tweeted Testimonials]]></category>
		<category><![CDATA[Twitter 4 Actors]]></category>
		<category><![CDATA[Twitter Is The Information Network]]></category>
		<category><![CDATA[Twitter Testimonials]]></category>
		<category><![CDATA[Twitter Videos]]></category>
		<category><![CDATA[Webinars]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=6276</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;ACTORS TWEET&#8221; (SERIES TWO &#8211; NOW AVAILABLE) ActorsTweet.com@__emilygrace #Hollywood #LA #ActorsTweetChat #Twitter 4 #Actors — Keith Keller(@KeithKeller) April 23, 2013 CLICK TO RETWEET www.ActorsTweet.com Who we are?  Emily Grace (LA) Award winning actress, a content creator and a marketing coach. &#8220;HOW TO&#8221; Market Yourself When You Have Nothing To Say  Keith Keller (Melbourne) “Top 1% [...]]]></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><blockquote class="twitter-tweet"><p>&#8220;ACTORS TWEET&#8221; (SERIES TWO &#8211; NOW AVAILABLE) <a title="http://www.ActorsTweet.com" href="http://t.co/wQnx28lpG7">ActorsTweet.com</a>@<a href="https://twitter.com/__emilygrace">__emilygrace</a> <a href="https://twitter.com/search/%23Hollywood">#Hollywood</a> <a href="https://twitter.com/search/%23LA">#LA</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%23Actors">#Actors</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/326668972609118209">April 23, 2013</a></p></blockquote>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><em><strong><a title="Actors Tweet" href="http://clicktotweet.com/9cG67"><span style="color: #0000ff;">CLICK TO RETWEET</span></a></strong></em></strong></span></p>
<p style="text-align: center;"><a title="Actors Tweet" href="http://ActorsTweet.com"><img class="aligncenter  wp-image-6570" title="ACTORS TWEET (LARGE)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/ACTORS-TWEET-LARGE.png" alt="" width="500" height="160" /></a></p>
<p style="text-align: center;"><a title="Actors Tweet" href="http://ActorsTweet.com"><img class="aligncenter  wp-image-6566" title="READY TO TWEET" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/READY-TO-TWEET.png" alt="" width="507" height="82" /></a></p>
<p style="text-align: center;"><a title="Actors Tweet " href="http://ActorsTweet.com"><img class="aligncenter  wp-image-6574" title="Harnass The Power" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/Harnass-The-Power.png" alt="" width="555" height="48" /></a></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><a title="ACTORS TWEET - TWITTER FOR ACTORS " href="http://actorstweet.com/"><span style="color: #0000ff;">www.ActorsTweet.com</span></a></strong></span></p>
<h2 style="text-align: center;"><strong>Who we are?</strong></h2>
<h2 style="text-align: center;"><strong style="color: #0000ff; font-size: large;"> Emily Grace (LA)</strong></h2>
<div>
<p><img class="aligncenter" src="http://actorstweet.com/wp-content/uploads/2013/02/EmilyGraceHighRes-200x300.jpg" alt="EmilyGraceHighRes" width="177" height="265" /></p>
<p style="text-align: center;"><span style="color: #000000; font-size: medium;"><strong>Award winning actress, a content creator and a marketing coach.</strong></span></p>
<p><iframe src="http://www.youtube.com/embed/0dUCFQ9BZBA" frameborder="0" width="604" height="340"></iframe></p>
<p style="text-align: center;"><span style="font-size: medium;"><strong><em>&#8220;HOW TO&#8221; Market Yourself When You Have Nothing To Say </em></strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff; font-size: large;"><strong>Keith Keller (Melbourne)</strong></span></p>
<div>
<p style="text-align: center;"><img class="aligncenter" src="http://actorstweet.com/wp-content/uploads/2013/02/KeithKeller-200x300.jpg" alt="KeithKeller" width="175" height="262" /></p>
<p style="text-align: center;"><span style="font-size: medium;"><span style="color: #000000;"><strong>“Top 1% of Twitter influencers In the World” (According to Kred.com</strong></span><strong>)</strong></span></p>
<div>
<p><img class="aligncenter" src="http://actorstweet.com/wp-content/uploads/2013/02/Kred-Badge-12-150x150.png" alt="Kred-Badge" width="130" height="130" /></p>
<p><iframe src="http://www.youtube.com/embed/dhS00kRFQWs" frameborder="0" width="600" height="450"></iframe></p>
<h1 id="watch-headline-title" style="text-align: center;"><span style="color: #000000;"><strong><span style="font-size: medium;">Twitter Is The Information Network</span></strong></span></h1>
<h1 style="text-align: center;"></h1>
<h1 style="text-align: center;"><span style="color: #000000;"><strong><span style="font-size: medium;">(2 Minute Introduction To Twitter)</span></strong><span style="font-size: 13px; font-weight: normal;"> </span></span></h1>
<p>&nbsp;</p>
<p><a title="Actors Tweet - Twitter 4 Actors " href="http://ActorsTweet.com"><img class="aligncenter size-full wp-image-6620" title="Join  today" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/Join-today.png" alt="" width="282" height="38" /></a></p>
</div>
</div>
<p style="text-align: center;"><span style="font-size: medium;"><strong style="color: #0000ff;"><a title="ACTORS TWEET - TWITTER FOR ACTORS " href="http://actorstweet.com/"><span style="color: #0000ff;">www.ActorsTweet.com</span></a></strong></span></p>
<p style="text-align: center;"><a title="Actors Tweet - Twitter 4 Actors " href="http://ActorsTweet.com"><img class="aligncenter size-full wp-image-6629" title="Immediate Access (2)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/Immediate-Access-2.png" alt="" width="583" height="247" /></a></p>
<p style="text-align: center;"><a title="Actors Tweet - Twitter 4 Actors " href="http://ActorsTweet.com"><img class="aligncenter  wp-image-6636" title="ACTORS TWEET (LARGE)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/03/ACTORS-TWEET-LARGE1.png" alt="" width="500" height="160" /></a></p>
</div>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>Harness The Power Of Twitter For Your Acting Career <a title="http://bit.ly/ActorsTweet2" href="http://t.co/TnJA1AG7MN">bit.ly/ActorsTweet2</a> <a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%23Actors">#Actors</a> (Video Series)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/327316221752131585">April 25, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: left;"> <span style="text-align: center;"> </span><span style="font-size: medium; color: #0000ff;"><strong><a title="Actors Tweet - Twiter 4 Actors " href="http://clicktotweet.com/n4ZjN"><span style="color: #0000ff;">CLICK TO RETWEET</span></a></strong></span></p>
<p style="text-align: left;"><span style="font-size: large; color: #ff0000;"><strong>TWEETED TESTIMONIALS (About Our Videos)</strong></span></p>
</blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/__emilygrace">__emilygrace</a> I&#8217;ve learned to love Twitter through this class! Every <a href="https://twitter.com/search/%23actor">#actor</a> needs to join this!</p>
<p>— RobynnLin Fredericks (@RobynnLin) <a href="https://twitter.com/RobynnLin/status/327448887965147136">April 25, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/__emilygrace">__emilygrace</a> Twitter rocks! &amp; I have you guys to thank for that! <a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a></p>
<p>— RobynnLin Fredericks (@RobynnLin) <a href="https://twitter.com/RobynnLin/status/328505923800801280">April 28, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/__emilygrace">__emilygrace</a> You start getting big benefits from the beginning. <a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a></p>
<p>— RobynnLin Fredericks (@RobynnLin) <a href="https://twitter.com/RobynnLin/status/328508145141968896">April 28, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> It&#8217;s not one of those programs where you have to complete it, then start building. The set up of the program is perfect!</p>
<p>— RobynnLin Fredericks (@RobynnLin) <a href="https://twitter.com/RobynnLin/status/328508420770643968">April 28, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Keith and Emily, this is great stuff..Thx so much! <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/8kBxzHbeRc">twubs.com/ActorsTweetChat</a></p>
<p>— Rose-Alma Lamoureux (@RoseAlmaLamour) <a href="https://twitter.com/RoseAlmaLamour/status/329776464415301632">May 2, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> Awesome!Thanks for including me.I&#8217;m glad and proud to be a part of Actors Tweet<a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a></p>
<p>— Rose-Alma Lamoureux (@RoseAlmaLamour) <a href="https://twitter.com/RoseAlmaLamour/status/329791551574269953">May 2, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>oh jeez @<a href="https://twitter.com/__emilygrace">__emilygrace</a> @<a href="https://twitter.com/keithkeller">keithkeller</a> thanks to u 2 and <a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a> my followers went up by 30% in 5 days <a href="https://twitter.com/search/%23mindblown">#mindblown</a><a title="http://bit.ly/Zy3Hhs" href="http://t.co/XSCj0Nqq29">bit.ly/Zy3Hhs</a></p>
<p>— shantala surya (@GoddessShantala) <a href="https://twitter.com/GoddessShantala/status/330036208124186624">May 2, 2013</a></p></blockquote>
<blockquote class="twitter-tweet">
<blockquote class="twitter-tweet"><p>I&#8217;m rockin&#8217; the <a href="https://twitter.com/search/%23twetiquettetips">#twetiquettetips</a> taught by @<a href="https://twitter.com/__emilygrace">__emilygrace</a> &amp; @<a href="https://twitter.com/keithkeller">keithkeller</a> in my <a href="https://twitter.com/search/%23ActorsTweet">#ActorsTweet</a> class SO HELPFUL 4 <a href="https://twitter.com/search/%23actors">#actors</a> <a title="http://bit.ly/Zy3Hhs" href="http://t.co/XSCj0Nqq29">bit.ly/Zy3Hhs</a></p>
<p>— shantala surya (@GoddessShantala) <a href="https://twitter.com/GoddessShantala/status/333332494873145344">May 11, 2013</a></p>
<p>&nbsp;</p></blockquote>
</blockquote>
<p>&nbsp;</p>
<p style="text-align: left;"><span style="font-size: large; color: #ff0000;"><strong>TWEETED TESTIMONIALS (About Our Webinars &amp; Tweet Chats)</strong></span></p>
<blockquote class="twitter-tweet"><p>Great webinar @<a href="https://twitter.com/keithkeller">keithkeller</a> and @<a href="https://twitter.com/__emilygrace">__emilygrace</a>! Loved it &amp; learned so much!</p>
<p>— Lindsey (@houseoffelling) <a href="https://twitter.com/houseoffelling/status/331949800943665154">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/_emilygrace">_emilygrace</a> &#8211; Great webinar tonight &#8211; thank you SO much! <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/5JfsyjD5JO">twubs.com/ActorsTweetChat</a></p>
<p>— Heather O&#8217;Scanlon (@HeatherOScanlon) <a href="https://twitter.com/HeatherOScanlon/status/331945199934771202">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Just listened to a GREAT webinar on using Twitter to it&#8217;s fullest potential with @<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/__emilygrace">__emilygrace</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> Check them out.</p>
<p>— Success Curator (@SuccessCurator) <a href="https://twitter.com/SuccessCurator/status/331947036263981057">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/_emilygrace">_emilygrace</a> this has been been great!Thanks for all the info! <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/U2KlW4CPbK">twubs.com/ActorsTweetChat</a></p>
<p>— rebecca kernes (@brassybex) <a href="https://twitter.com/brassybex/status/331942738855608320">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Hi Keith! So excited to hear your nuggets o&#8217; wisdom!!! Big Hug! <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/7EdG0drn4H">twubs.com/ActorsTweetChat</a></p>
<p>— Ko-Shin (@koshinmusic) <a href="https://twitter.com/koshinmusic/status/331923708832776192">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Thank you @<a href="https://twitter.com/__emilygrace">__emilygrace</a>, @<a href="https://twitter.com/keithkeller">keithkeller</a>. Very insightful webinar! <a title="http://actorstweet.com/webinar/" href="http://t.co/TITBpTaj3l">actorstweet.com/webinar/</a> <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/R9EJg1An7D">twubs.com/ActorsTweetChat</a></p>
<p>— Kelly Ryan (@itskellyryan) <a href="https://twitter.com/itskellyryan/status/331946227975471106">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> @<a href="https://twitter.com/__emilygrace">__emilygrace</a> thanks Keith having such a great time today. You&#8217;re awesome</p>
<p>— DebiMaeWest (@missmaewest) <a href="https://twitter.com/missmaewest/status/331933559835201536">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Common sense in the social-media age <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a> <a title="http://twubs.com/ActorsTweetChat" href="http://t.co/79wL2S9tGt">twubs.com/ActorsTweetChat</a></p>
<p>— Tess Degen (@TessDegen) <a href="https://twitter.com/TessDegen/status/331935542780493824">May 8, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a>.Thank you for your superior Twitter marketing tools!<a title="http://twy.la/12C8CN5" href="http://t.co/KHs4jjbIsD">twy.la/12C8CN5</a>, <a href="https://twitter.com/search/%23ActorsTweetChat">#ActorsTweetChat</a>, <a href="https://twitter.com/search/%23networking">#networking</a>, <a href="https://twitter.com/search/%23Twitter">#Twitter</a>, <a href="https://twitter.com/search/%23Tips">#Tips</a></p>
<p>— Kelly Ryan (@itskellyryan) <a href="https://twitter.com/itskellyryan/status/334852987627376640">May 16, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/keithkeller">keithkeller</a> Thank you, thank you ^_^ As always, you&#8217;re an inspiration to so many actors. Myself included.</p>
<p>— Juvi Guevara (@JuviGuevara) <a href="https://twitter.com/JuviGuevara/status/336600359172702208">May 20, 2013</a></p></blockquote>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/&via=KeithKeller&text=Harness The Power Of Twitter For Your Acting Career (Video Series With Emily Grace - Hollywood LA)&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Factors-tweet%2F&amp;t=Harness+The+Power+Of+Twitter+For+Your+Acting+Career+%28Video+Series+With+Emily+Grace+-+Hollywood+LA%29" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=Harness+The+Power+Of+Twitter+For+Your+Acting+Career+%28Video+Series+With+Emily+Grace+-+Hollywood+LA%29%20-%20http://bit.ly/Y7MpTJ
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Factors-tweet%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Factors-tweet%2F&amp;title=Harness+The+Power+Of+Twitter+For+Your+Acting+Career+%28Video+Series+With+Emily+Grace+-+Hollywood+LA%29&amp;source=globalsocialmediacoaching.com+-+&amp;summary=%22ACTORS+TWEET%22+%28SERIES+TWO+-+NOW+AVAILABLE%29+ActorsTweet.com%40__emilygrace+%23Hollywood+%23LA+%23ActorsTweetChat+%23Twitter+4+%23Actors%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+April+23%2C+2013%0D%0ACLICK+TO+RETWEET%0D%0A%0D%0A%0D%0A%0D%0Awww.ActorsTweet.com%0D%0A%0D%0AWho+we+are%3F%0D%0A%C2%A0Emily+Grace+%28L" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Factors-tweet%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F03%2FACTORSTWEET.jpg&amp;description=%22ACTORS+TWEET%22+%28SERIES+TWO+-+NOW+AVAILABLE%29+ActorsTweet.com%40__emilygrace+%23Hollywood+%23LA+%23ActorsTweetChat+%23Twitter+4+%23Actors%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+April+23%2C+2013%0D%0ACLICK+TO+RETWEET%0D%0A%0D%0A%0D%0A%0D%0Awww.ActorsTweet.com%0D%0A%0D%0AWho+we+are%3F%0D%0A%C2%A0Emily+Grace+%28L" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Factors-tweet%2F&amp;title=Harness+The+Power+Of+Twitter+For+Your+Acting+Career+%28Video+Series+With+Emily+Grace+-+Hollywood+LA%29" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=Harness+The+Power+Of+Twitter+For+Your+Acting+Career+%28Video+Series+With+Emily+Grace+-+Hollywood+LA%29&amp;body=%22ACTORS+TWEET%22+%28SERIES+TWO+-+NOW+AVAILABLE%29+ActorsTweet.com%40__emilygrace+%23Hollywood+%23LA+%23ActorsTweetChat+%23Twitter+4+%23Actors%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+April+23%2C+2013%0D%0ACLICK+TO+RETWEET%0D%0A%0D%0A%0D%0A%0D%0Awww.ActorsTweet.com%0D%0A%0D%0AWho+we+are%3F%0D%0A%C2%A0Emily+Grace+%28L%20-%20http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-videos/actors-tweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHAT IS A HASHTAG? An Oscars 2013 Case Study</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 04:22:10 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[50 YEARS OF BOND]]></category>
		<category><![CDATA[Adele]]></category>
		<category><![CDATA[Adele - Skyfall]]></category>
		<category><![CDATA[An Oscars 2013 Case Study]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[CASE STUDY]]></category>
		<category><![CDATA[Catherine Zita Jones]]></category>
		<category><![CDATA[Chris Morrow]]></category>
		<category><![CDATA[Click To Tweet]]></category>
		<category><![CDATA[Dabney Porte]]></category>
		<category><![CDATA[Dolby Theatre]]></category>
		<category><![CDATA[Embedded Tweets]]></category>
		<category><![CDATA[Glamour]]></category>
		<category><![CDATA[Hashtag Case Study]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[Hollwood]]></category>
		<category><![CDATA[Infographic]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Keith Keller - Twitter Marketing Specialist]]></category>
		<category><![CDATA[Kred]]></category>
		<category><![CDATA[LA]]></category>
		<category><![CDATA[Mashable]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[MTV]]></category>
		<category><![CDATA[Music In Film]]></category>
		<category><![CDATA[OMG Insider]]></category>
		<category><![CDATA[Oscars]]></category>
		<category><![CDATA[Oscars2013]]></category>
		<category><![CDATA[Piers Morgan]]></category>
		<category><![CDATA[Red Carpet]]></category>
		<category><![CDATA[Skyfall]]></category>
		<category><![CDATA[Trending Topics]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WHAT IS A HASHTAG?]]></category>
		<category><![CDATA[You Tube]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=6006</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>

Hashtags are something that I get a lot of questions about so I thought I&#8217;d use the Oscars ceremony as a case study to illustrate a few points about how to use them for maximum effect in your tweeting.  Here are the 3 main hashtags that I have been using this week and my reasons [...]]]></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><blockquote class="twitter-tweet"><p><span style="color: #000000;"><strong>Hashtags are something that I get a lot of questions about so I thought I&#8217;d use the Oscars ceremony as a case study to illustrate a few points about how to use them for maximum effect in your tweeting.  Here are the 3 main hashtags that I have been using this week and my reasons for choosing them.</strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a title="WHAT IS A HASHTAG" href="http://clicktotweet.com/f5x62"><span style="color: #0000ff;">CLICK TO TWEET</span></a></strong></span></p>
</blockquote>
<blockquote class="twitter-tweet"><p>WHAT IS A HASHTAG? (An Oscars 2013 Case Study) <a title="http://bit.ly/Wo0Tyg" href="http://t.co/p5WTRbulLl">bit.ly/Wo0Tyg</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Hashtags">#Hashtags</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%23Actors">#Actors</a></p>
<p>http://clicktotweet.com/f5x62</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/311621008874418178">March 12, 2013</a></p></blockquote>
<p style="text-align: center;"><strong style="color: #0000ff; font-size: large;"><a href="http://www.globalsocialmediacoaching.com/social-media-articles/twubs4theoscars/#"><span style="color: #0000ff;">#Osc</span></a><a href="http://www.globalsocialmediacoaching.com/social-media-articles/twubs4theoscars/#"><span style="color: #0000ff;">ars</span></a></strong></p>
<p style="text-align: center;"><strong>(This was the one most people were using)</strong><strong> </strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://www.twubs.com/Oscars"><span style="color: #0000ff;">www.Twubs.com/Oscars</span></a></strong> </span></p>
<blockquote class="twitter-tweet"><p>Final touches! <a href="https://twitter.com/search/%23oscars">#oscars</a> @ Dolby Theater (Formerly Kodak Theater), Hollywood <a title="http://instagr.am/p/WH-l19yUFW/" href="http://t.co/fWiUsHnGRG">instagr.am/p/WH-l19yUFW/</a></p>
<p>— The Academy (@TheAcademy) <a href="https://twitter.com/TheAcademy/status/305754602668699649">February 24, 2013</a></p>
<p>&nbsp;</p></blockquote>
<blockquote class="twitter-tweet"><p>Will we be adding to this list soon? The 50 Greatest Movies That Lost The Best Picture Oscar: <a title="http://at.mtv.com/ClW" href="http://t.co/FPNCr5kuaK">at.mtv.com/ClW</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> — MTV (@MTV) <a href="https://twitter.com/MTV/status/305746492285661186">February 24, 2013</a></p></blockquote>
<p style="text-align: center;"><a title="OSCARS " href="http://Twubs.com/Oscars"><img class="aligncenter  wp-image-6031" title="OSCARS" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/OSCARS.png" alt="" width="543" height="465" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong>#Oscar2013</strong></span></p>
<p style="text-align: center;"><strong>(This was one of the trending topics)</strong><strong> </strong></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><a href="http://www.Twubs.com/Oscars2013"><span style="color: #0000ff;">www.Twubs.com/Oscars2013</span></a></strong><strong> </strong></span></p>
<blockquote class="twitter-tweet"><p>Another look at the world&#8217;s largest chandelier <a href="https://twitter.com/search/%23governorsball">#governorsball</a> <a href="https://twitter.com/search/%23oscars2013">#oscars2013</a> <a href="https://twitter.com/search/%23amazing">#amazing</a> <a title="http://twitter.com/morrowchris/status/305543524282142720/photo/1" href="http://t.co/HAOXoBfh91">twitter.com/morrowchris/st…</a></p>
<p>— Chris Morrow (@morrowchris) <a href="https://twitter.com/morrowchris/status/305543524282142720">February 24, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Oscars Recap: Best Moments and Winners <a title="http://on.mash.to/XAfnLJ" href="http://t.co/808FlLmtFj">on.mash.to/XAfnLJ</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a></p>
<p>— Pete Cashmore (@mashable) <a href="https://twitter.com/mashable/status/305990073999032320">February 25, 2013</a></p></blockquote>
<p style="text-align: center;"><a title="OSCARS 2013" href="http://Twubs.com/Oscars2013"><img class="aligncenter  wp-image-6034" title="OSCARS 2013" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/OSCARS-2013.png" alt="" width="533" height="428" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong>#MusicInFilm</strong> </span></p>
<p style="text-align: center;"><strong>(This was the theme for the awards this year)</strong></p>
<p style="text-align: center;"><span style="font-size: medium; color: #0000ff;"><strong><a href="http://www.Twubs.com/MusicInFilm"><span style="color: #0000ff;">www.Twubs.com/MusicInFilm</span></a></strong></span></p>
<p style="text-align: center;"><strong>This hashtag  that was based around the &#8220;THEME&#8221; of the night</strong></p>
<p style="text-align: center;"><strong>(i.e) Music In Film. </strong></p>
<p style="text-align: center;"><strong>You could easily create something similar for your next event..</strong></p>
<p style="text-align: center;"><a title="MUSIC IN FILM - OSCARS 2013 " href="http://Twubs.com/MusicInFilm"><img class="aligncenter  wp-image-6036" title="Music In Film" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Music-In-Film.png" alt="" width="542" height="445" /></a></p>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>&#8220;OSCARS 2013 &#8211; MUSIC IN FILM&#8221; Great theme for tonight&#8217;s Oscars <a title="http://www.Twubs.com/MusicInFilm" href="http://t.co/BGGZOjHVNF">Twubs.com/MusicInFilm</a><a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Music">#Music</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/305854370275270657">February 25, 2013</a></p></blockquote>
</blockquote>
</blockquote>
<blockquote class="twitter-tweet"><p>&#8220;FIFTY YEARS OF BOND&#8221; <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> <a href="https://twitter.com/search/%23Oscar2013">#Oscar2013</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Music">#Music</a> — Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/305865434949906432">February 25, 2013</a></p></blockquote>
<blockquote class="twitter-tweet" data-cards="hidden"><p>Adele Wins Original Song &#8220;SKYFALL&#8221; <a title="http://bit.ly/Skyfalls4Adele" href="http://t.co/9cibDVRoko">bit.ly/Skyfalls4Adele</a> @<a href="https://twitter.com/officialadele">officialadele</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Music">#Music</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> <a href="https://twitter.com/search/%23SKYFALL">#SKYFALL</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/305895276470743040">February 25, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>ADELE &#8211; SKYFALL <a title="http://bit.ly/Skyfalls4Adele" href="http://t.co/9cibDVRoko">bit.ly/Skyfalls4Adele</a><a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Music">#Music</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> (85 Million Views Now) @<a href="https://twitter.com/officialadele">officialadele</a> <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/305884310123212801">February 25, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Other popular hashtags during the ceremony were</strong><strong> </strong></p>
<p style="text-align: center;"><strong><span style="color: #0000ff; font-size: medium;">#RedCarpet</span></strong></p>
<p style="text-align: center;"><strong><span style="color: #0000ff; font-size: medium;">#OMGinsider</span></strong></p>
<blockquote class="twitter-tweet"><p>All the winners&#8217; names are in this briefcase&#8230; <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23RedCarpet">#RedCarpet</a> <a title="http://twitter.com/piersmorgan/status/305812283983003650/photo/1" href="http://t.co/XpmmZMOrie">twitter.com/piersmorgan/st…</a></p>
<p>— Piers Morgan (@piersmorgan) <a href="https://twitter.com/piersmorgan/status/305812283983003650">February 24, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>Catherine Zita Jones sends her love to YOU! <a href="https://twitter.com/search/%23omginsider">#omginsider</a> <a title="http://twitter.com/DabneyPorte/status/305838588577337346/photo/1" href="http://t.co/0KbRjRjgkB">twitter.com/DabneyPorte/st…</a></p>
<p>— Dabney Porte (@DabneyPorte) <a href="https://twitter.com/DabneyPorte/status/305838588577337346">February 25, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>&#8220;OSCARS 2013&#8243; Highlights on these hashtags today <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> <a href="https://twitter.com/search/%23RedCarpet">#RedCarpet</a> — Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/305945465973792769">February 25, 2013</a></p></blockquote>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong>Some more fascinating articles about Twitter  &amp; The Oscars </strong></span></p>
<blockquote class="twitter-tweet"><p>&#8220;Twitter @ The Oscars&#8221; 8.9 Million Tweets, 85,300 Tweets Per Minute <a title="http://bit.ly/85KPerMinute" href="http://t.co/rujm2aMzbD">bit.ly/85KPerMinute</a><a href="https://twitter.com/search/%23Twitter">#Twitter</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> [INFOGRAPHIC] — Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/306279302893285376">February 26, 2013</a></p></blockquote>
<blockquote class="twitter-tweet"><p>&#8220;8.9 Million Oscars-Related Tweets&#8230;.&#8221; <a title="http://bit.ly/OscarsTweets" href="http://t.co/KWjiAV02K8">bit.ly/OscarsTweets</a> @<a href="https://twitter.com/mashable">mashable</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> <a href="https://twitter.com/search/%23Oscars">#Oscars</a> <a href="https://twitter.com/search/%23News">#News</a> <a href="https://twitter.com/search/%23Oscars2013">#Oscars2013</a> <a href="https://twitter.com/search/%23MusicInFilm">#MusicInFilm</a> — Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/306279421369782272">February 26, 2013</a></p></blockquote>
<p style="text-align: center;"> <a title="Keith Keller - Twitter Marketing Specialist " href="http://KeithKeller.com.au "><img class="aligncenter  wp-image-6450" title="BANNER (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/BANNER-JPEG3.jpg" alt="" width="553" height="115" /></a></p>
<blockquote class="twitter-tweet"><p>&nbsp;</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/&via=KeithKeller&text=WHAT IS A HASHTAG? An Oscars 2013 Case Study&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fwhatisahashtag%2F&amp;t=WHAT+IS+A+HASHTAG%3F+An+Oscars+2013+Case+Study" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=WHAT+IS+A+HASHTAG%3F+An+Oscars+2013+Case+Study%20-%20http://bit.ly/15CPpjd
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fwhatisahashtag%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fwhatisahashtag%2F&amp;title=WHAT+IS+A+HASHTAG%3F+An+Oscars+2013+Case+Study&amp;source=globalsocialmediacoaching.com+-+&amp;summary=Hashtags+are+something+that+I+get+a+lot+of+questions+about+so+I+thought+I%27d+use+the+Oscars+ceremony+as+a+case+study+to+illustrate+a+few+points+about+how+to+use+them+for+maximum+effect+in+your+tweeting.+%C2%A0Here+are+the+3+main+hashtags+that+I+have+been" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fwhatisahashtag%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F02%2FOSCARS.png&amp;description=Hashtags+are+something+that+I+get+a+lot+of+questions+about+so+I+thought+I%27d+use+the+Oscars+ceremony+as+a+case+study+to+illustrate+a+few+points+about+how+to+use+them+for+maximum+effect+in+your+tweeting.+%C2%A0Here+are+the+3+main+hashtags+that+I+have+been" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fwhatisahashtag%2F&amp;title=WHAT+IS+A+HASHTAG%3F+An+Oscars+2013+Case+Study" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=WHAT+IS+A+HASHTAG%3F+An+Oscars+2013+Case+Study&amp;body=Hashtags+are+something+that+I+get+a+lot+of+questions+about+so+I+thought+I%27d+use+the+Oscars+ceremony+as+a+case+study+to+illustrate+a+few+points+about+how+to+use+them+for+maximum+effect+in+your+tweeting.+%C2%A0Here+are+the+3+main+hashtags+that+I+have+been%20-%20http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/whatisahashtag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Chelsea Krost Show (Blog Talk Radio)</title>
		<link>http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/</link>
		<comments>http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 21:19:40 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[MP3s]]></category>
		<category><![CDATA[#ChelseaKShow]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Blog Talk Radio]]></category>
		<category><![CDATA[BUILDING YOUR VISIBILITY]]></category>
		<category><![CDATA[Chelsea Krost]]></category>
		<category><![CDATA[Crack The Twitter Code]]></category>
		<category><![CDATA[Florida]]></category>
		<category><![CDATA[Follow The Chat On Twubs]]></category>
		<category><![CDATA[GENERATING MORE LEADS]]></category>
		<category><![CDATA[GETTING MORE CLIENTS]]></category>
		<category><![CDATA[INCREASING YOUR CREDIBILITY]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[KRED TOP 1%]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Move from simply being popular on Twitter to making an income]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[Orlando]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[POWERING UP YOUR PROFITS]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Sound Cloud]]></category>
		<category><![CDATA[SUPERCHARGING YOUR SALES]]></category>
		<category><![CDATA[The Chelsea Krost Show]]></category>
		<category><![CDATA[Twitter 4 Radio]]></category>
		<category><![CDATA[Twubs]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=5659</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>

Another radio interview this week with Chelsea Krost &#8220;Move from simply being popular on Twitter to making an income&#8221; http://bit.ly/RadioValentine &#160; The Chelsea Krost Show (Blog Talk Radio) bit.ly/ChelseaK@chelseakrost &#8220;BE MY VALENTINE&#8221; Another great show planned@blogtalkradio — Keith Keller(@KeithKeller) February 11, 2013 &#160; 1. BUILDING YOUR VISIBILITY 2. INCREASING YOUR CREDIBILITY  3. GENERATING MORE LEADS  [...]]]></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><a title="The Chelsea Krost Show" href="http://www.blogtalkradio.com/chelsea-krost-"><img class="aligncenter  wp-image-5665" title="blog talk radio logo" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/blog-talk-radio-logo.jpg" alt="" width="216" height="216" /></a></strong></p>
<p style="text-align: center;"><strong>Another radio interview this week with Chelsea Krost</strong></p>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong><a title="&quot;Moving from simply being popular on Twitter to making an income online&quot;" href="http://bit.ly/RadioValentine">&#8220;Move from simply being popular on Twitter to making an income&#8221;</a></strong></span></p>
<p style="text-align: center;"><strong style="color: #0000ff; font-size: large;"><a title="BE MY VALENTINE - Chelsea Krost" href="http://bit.ly/RadioValentine"><span style="color: #0000ff;">http://bit.ly/RadioValentine</span></a></strong></p>
<p style="text-align: center;"><a title="The Chelsea Krost Show" href="http://chelseakrost.com/thechelseakrostshow/"><img class="aligncenter size-full wp-image-5702" title="post-logo" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/post-logo.png" alt="" width="226" height="226" /></a></p>
<p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>The Chelsea Krost Show (Blog Talk Radio) <a title="http://bit.ly/ChelseaK" href="http://t.co/NczvdiXB">bit.ly/ChelseaK</a>@<a href="https://twitter.com/chelseakrost">chelseakrost</a> &#8220;BE MY VALENTINE&#8221; Another great show planned@<a href="https://twitter.com/blogtalkradio">blogtalkradio</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/301081304659787779">February 11, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><strong style="font-size: large;"><span style="color: #ff0000;"><em>1. BUILDING YOUR VISIBILITY</em></span></strong></p>
<p style="text-align: center;"><strong style="font-size: large;"><span style="color: #ff0000;"><em>2. INCREASING YOUR CREDIBILITY</em></span></strong><strong style="font-size: large;"><span style="color: #ff0000;"><em> </em></span></strong></p>
<p style="text-align: center;"><span style="font-size: large;"><strong><span style="color: #ff0000;"><em>3. GENERATING MORE LEADS</em></span></strong></span><strong style="font-size: large;"><span style="color: #ff0000;"><em> </em></span></strong></p>
<p style="text-align: center;"><span style="font-size: large;"><strong><span style="color: #ff0000;"><em>4. GETTING MORE CLIENTS</em></span></strong></span><strong style="font-size: large;"><span style="color: #ff0000;"><em> </em></span></strong></p>
<p style="text-align: center;"><span style="font-size: large;"><strong><span style="color: #ff0000;"><em>5. SUPERCHARGING YOUR SALES</em></span></strong></span><strong style="font-size: large;"><span style="color: #ff0000;"><em> </em></span></strong></p>
<p style="text-align: center;"><span style="font-size: large;"><strong><span style="color: #ff0000;"><em>6. POWERING UP YOUR PROFITS</em></span></strong></span></p>
<p>&nbsp;</p>
<p><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F79146248" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<p style="text-align: center;"><span style="font-size: large;"> <strong style="color: #0000ff; text-align: center;">Previous Interviews On The Chelsea Krost Show </strong></span></p>
<p><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F74322336" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<p><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F75253418" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<p style="text-align: center;"><a title="The Chelsea Krost Show On Twubs " href="http://twubs.com/ChelseaKshow"><img class="aligncenter  wp-image-5708" title="855249-150.img" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/855249-150.img_.jpg" alt="" width="594" height="221" /></a></p>
<p style="text-align: center;"><strong>Follow The Chat On Twubs</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong style="color: #0000ff;"><a title="The Chelsea Krost Show On Twubs" href="http://twubs.com/ChelseaKshow"><span style="color: #0000ff;">http://twubs.com/ChelseaKShow</span></a></strong></span></p>
<p style="text-align: center;"><a title="TWUBS" href="http://twubs.com/ChelseaKshow"><img class="aligncenter size-full wp-image-5713" title="twubs" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/twubs.jpg" alt="" width="188" height="88" /></a></p>
<p style="text-align: center;"><a title="Keith Keller - Crack The Twitter Code " href="http://CrackTheTwitterCode.com"><img class="aligncenter  wp-image-5797" title="Keith Keller - LOGO (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Keith-Keller-LOGO-JPEG2.jpg" alt="" width="319" height="227" /></a></p>
<p><a href="http://kred.com/KeithKeller" target="_blank"><br />
<img class="aligncenter" style="width: 200px; border: 0px;" src="http://pbcdn.peoplebrowsr.com/widget/kredtopbadge/KeithKeller/" alt="" /><br />
</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/&via=KeithKeller&text=The Chelsea Krost Show (Blog Talk Radio)&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fchelsea-krost%2F&amp;t=The+Chelsea+Krost+Show+%28Blog+Talk+Radio%29" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=The+Chelsea+Krost+Show+%28Blog+Talk+Radio%29%20-%20http://bit.ly/X0y4ep
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fchelsea-krost%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fchelsea-krost%2F&amp;title=The+Chelsea+Krost+Show+%28Blog+Talk+Radio%29&amp;source=globalsocialmediacoaching.com+-+&amp;summary=Another+radio+interview+this+week+with+Chelsea+Krost%0D%0A%22Move+from+simply+being+popular+on+Twitter+to+making+an+income%22%0D%0Ahttp%3A%2F%2Fbit.ly%2FRadioValentine%0D%0A%0D%0A%26nbsp%3B%0D%0AThe+Chelsea+Krost+Show+%28Blog+Talk+Radio%29+bit.ly%2FChelseaK%40chelseakrost+%22BE+MY+VALENTINE%22+A" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fchelsea-krost%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F02%2FChelsea-Krost-Photo.jpg&amp;description=Another+radio+interview+this+week+with+Chelsea+Krost%0D%0A%22Move+from+simply+being+popular+on+Twitter+to+making+an+income%22%0D%0Ahttp%3A%2F%2Fbit.ly%2FRadioValentine%0D%0A%0D%0A%26nbsp%3B%0D%0AThe+Chelsea+Krost+Show+%28Blog+Talk+Radio%29+bit.ly%2FChelseaK%40chelseakrost+%22BE+MY+VALENTINE%22+A" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fchelsea-krost%2F&amp;title=The+Chelsea+Krost+Show+%28Blog+Talk+Radio%29" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=The+Chelsea+Krost+Show+%28Blog+Talk+Radio%29&amp;body=Another+radio+interview+this+week+with+Chelsea+Krost%0D%0A%22Move+from+simply+being+popular+on+Twitter+to+making+an+income%22%0D%0Ahttp%3A%2F%2Fbit.ly%2FRadioValentine%0D%0A%0D%0A%26nbsp%3B%0D%0AThe+Chelsea+Krost+Show+%28Blog+Talk+Radio%29+bit.ly%2FChelseaK%40chelseakrost+%22BE+MY+VALENTINE%22+A%20-%20http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/mp3s/chelsea-krost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Twitter 4 Music Marketing (Joshua Adams Interview)</title>
		<link>http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/</link>
		<comments>http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 06:33:34 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[MP3s]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[BUFFER: A smarter way to tweet that saves you time]]></category>
		<category><![CDATA[Elisa O'Keefe Smith]]></category>
		<category><![CDATA[Joshua Adams]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Klout]]></category>
		<category><![CDATA[Kred]]></category>
		<category><![CDATA[Kred Elite Badge]]></category>
		<category><![CDATA[Kred Story]]></category>
		<category><![CDATA[Las Vegas]]></category>
		<category><![CDATA[Melbadelphia]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Business]]></category>
		<category><![CDATA[Music Marketing]]></category>
		<category><![CDATA[Philadelphia]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Social Bro]]></category>
		<category><![CDATA[The Melbadelphia Show]]></category>
		<category><![CDATA[Top Kred]]></category>
		<category><![CDATA[TweepsMap]]></category>
		<category><![CDATA[Tweet Reach]]></category>
		<category><![CDATA[Twitter 4 Music]]></category>
		<category><![CDATA[Twitter 4 The Music Business]]></category>
		<category><![CDATA[Using Twitter 4 Music Marketing]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=5617</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 4 Music (Joshua Adams Interview &#8211; Part 1) Twitter 4 Music &#8211; Joshua Adams Interview (Part 1) bit.ly/JoshuaPart1 @joshuaadamsrock #LasVegas @melbadelphia #Philly (MP3) — Keith Keller(@KeithKeller) February 21, 2013 &#160; http://bit.ly/Melbadelphia (Thursdays @ 8pm Eastern) More &#8220;TWITTER 4 MUSIC&#8221; interviews here http://bit.ly/Twitter4Music Here are the main sites we talked about in Part 1  www.Kred.com Kred measures [...]]]></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;"><a title="The Melbadelphia Show - Valentine's Day Special Edition" href="http://bit.ly/Melbadelphia"><img class="aligncenter  wp-image-5731" title="Valentine's Day Special" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Valentines-Day-Special.jpg" alt="" width="332" height="442" /></a></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><span style="font-size: large;">Twitter 4 Music (Joshua Adams Interview &#8211; Part 1)</span></strong></span></p>
<p><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F80148431" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<blockquote class="twitter-tweet">
<blockquote class="twitter-tweet"><p>Twitter 4 Music &#8211; Joshua Adams Interview (Part 1) <a title="http://bit.ly/JoshuaPart1" href="http://t.co/bNou5ZZOBA">bit.ly/JoshuaPart1</a> @<a href="https://twitter.com/joshuaadamsrock">joshuaadamsrock</a> <a href="https://twitter.com/search/%23LasVegas">#LasVegas</a> @<a href="https://twitter.com/melbadelphia">melbadelphia</a> <a href="https://twitter.com/search/%23Philly">#Philly</a> (MP3)</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/304413308931428354">February 21, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong style="color: #0000ff; font-size: large;"><a title="The Melbadelphia Show" href="http://bit.ly/Melbadelphia"><span style="color: #0000ff;">http://bit.ly/Melbadelphia</span></a> (Thursdays @ 8pm Eastern)</strong></span></p>
<p style="text-align: center;"><a title="The Melbadelphia Show" href="http://bit.ly/Melbadelphia"><img src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2011/10/Melbadelphia_Show_Option_B_Final_resized-214x300.jpg" alt="" /></a></p>
<p style="text-align: center;"><strong style="color: #ff0000; font-size: large;">More &#8220;TWITTER 4 MUSIC&#8221; interviews here</strong></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong><a title="Twitter 4 The Music Business" href="http://bit.ly/Twitter4Music"><span style="color: #0000ff;">http://bit.ly/Twitter4Music</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Here are the main sites we talked about</strong><strong> in Part 1 </strong></span></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><span style="font-size: large;"><a title="KRED!!" href="http://Kred.com"><span style="color: #0000ff;">www.Kred.com</span></a></span></strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Kred measures influence in communities connected by interests and affiliations.</strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Kred-Story-Feb-20131.jpg"><img class="aligncenter  wp-image-5925" title="Kred - Keith Keller (888/10)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Kred-Story-Feb-20131-1024x554.jpg" alt="" width="540" height="293" /></a></p>
<p style="text-align: center;"><strong style="color: #0000ff; font-size: large;"><a title="KLOUT" href="http://Klout.com"><span style="color: #0000ff;">www.Klout.com</span></a></strong></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Discover your influence a</strong><strong>nd compare with others you may know</strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Klout.jpg"><img class="aligncenter  wp-image-5930" title="Klout" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Klout-1024x335.jpg" alt="" width="553" height="181" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #ff0000;"><strong>More MP3s soon  (Still to come&#8230;)</strong></span></p>
<p style="text-align: center;"><strong style="color: #0000ff; font-size: large;"><a href="http://www.tweetreach.com/" rel="nofollow" target="_blank"><span style="color: #0000ff;">www.TweetReach.com</span></a></strong></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Twitter Reach Metrics</strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Statistics &amp; analysis for marketing and PR professionals.</strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Twitter-Reach-Report-Results-for-KeithKeller-TweetReach.jpg"><img class="aligncenter  wp-image-5936" title="Twitter Reach Report Results for KeithKeller   TweetReach" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Twitter-Reach-Report-Results-for-KeithKeller-TweetReach.jpg" alt="" width="542" height="340" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong><a href="http://www.tweepsmap.com/" rel="nofollow" target="_blank"><span style="color: #0000ff;">www.TweepsMap.com</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Find where your Twitter followers located on a map. </strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Map them by Country, State or city. Share your reports with friends</strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Map-of-KeithKeller-s-Twitter-followers.jpg"><img class="aligncenter  wp-image-5940" title="Keith Keller - Map of followers (TweepsMap)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Map-of-KeithKeller-s-Twitter-followers-1024x624.jpg" alt="" width="553" height="337" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong><a href="http://www.socialbro.com/" rel="nofollow" target="_blank"><span style="color: #0000ff;">www.SocialBro.com</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>SocialBro &#8211; Tool to manage and analyze your Twitter Community</strong></span></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/SocialBro-Explore-your-Twitter-community.jpg"><img class="aligncenter  wp-image-5947" title="SocialBro   Explore your Twitter community" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/SocialBro-Explore-your-Twitter-community.jpg" alt="" width="546" height="344" /></a></p>
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong><a href="http://www.bufferapp.com/" rel="nofollow" target="_blank"><span style="color: #0000ff;">www.BufferApp.com</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>Buffer makes it super easy to share any page you&#8217;re reading.</strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong> Keep your Buffer topped up &amp; we automatically share them through the day</strong></span></p>
<p><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28550178" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<p style="text-align: center;"> <strong style="color: #0000ff; font-size: large; text-align: center;">BUFFER: A smarter way to tweet that saves you time (MP3)</strong></p>
<blockquote class="twitter-tweet"><p>&#8220;BUFFER&#8221; A smarter way to tweet that saves you time (MP3) <a title="http://su.pr/6J0cez" href="http://t.co/4XepzoySXs">su.pr/6J0cez</a>@<a href="https://twitter.com/leowid">leowid</a> @<a href="https://twitter.com/bufferapp">bufferapp</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> <a href="https://twitter.com/search/%23Tips">#Tips</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/304790121486626816">February 22, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Buffer-KeithKeller-Buffer.png"><img class="aligncenter  wp-image-5950" title="Keith Keller - Buffer" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Buffer-KeithKeller-Buffer.png" alt="" width="538" height="417" /></a></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/BANNER-JPEG.jpg"><img class="aligncenter  wp-image-5970" title="Keith Keller - Banner" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/BANNER-JPEG.jpg" alt="" width="570" height="119" /></a></p>
</blockquote>
<p><a href="http://kred.com/KeithKeller" target="_blank"> <img class="aligncenter" style="width: 200px; border: 0px;" src="http://pbcdn.peoplebrowsr.com/widget/kredtopbadge/KeithKeller/" alt="" /><br />
</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/&via=KeithKeller&text=Using Twitter 4 Music Marketing (Joshua Adams Interview) &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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fjoshuaadams%2F&amp;t=Using+Twitter+4+Music+Marketing+%28Joshua+Adams+Interview%29" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=Using+Twitter+4+Music+Marketing+%28Joshua+Adams+Interview%29%20-%20http://bit.ly/YHv6c3
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fjoshuaadams%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fjoshuaadams%2F&amp;title=Using+Twitter+4+Music+Marketing+%28Joshua+Adams+Interview%29&amp;source=globalsocialmediacoaching.com+-+&amp;summary=Twitter+4+Music+%28Joshua+Adams+Interview+-+Part+1%29%0D%0A%0D%0A%0D%0ATwitter+4+Music+-+Joshua+Adams+Interview+%28Part+1%29+bit.ly%2FJoshuaPart1+%40joshuaadamsrock+%23LasVegas+%40melbadelphia+%23Philly+%28MP3%29%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+February+21%2C+2013%0D%0A%26nbsp%3B%0D%0Ahttp%3A%2F%2Fb" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fjoshuaadams%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F02%2FMelbadelphia_Show_Option_B_Final_resized.jpg&amp;description=Twitter+4+Music+%28Joshua+Adams+Interview+-+Part+1%29%0D%0A%0D%0A%0D%0ATwitter+4+Music+-+Joshua+Adams+Interview+%28Part+1%29+bit.ly%2FJoshuaPart1+%40joshuaadamsrock+%23LasVegas+%40melbadelphia+%23Philly+%28MP3%29%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+February+21%2C+2013%0D%0A%26nbsp%3B%0D%0Ahttp%3A%2F%2Fb" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fmp3s%2Fjoshuaadams%2F&amp;title=Using+Twitter+4+Music+Marketing+%28Joshua+Adams+Interview%29" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=Using+Twitter+4+Music+Marketing+%28Joshua+Adams+Interview%29&amp;body=Twitter+4+Music+%28Joshua+Adams+Interview+-+Part+1%29%0D%0A%0D%0A%0D%0ATwitter+4+Music+-+Joshua+Adams+Interview+%28Part+1%29+bit.ly%2FJoshuaPart1+%40joshuaadamsrock+%23LasVegas+%40melbadelphia+%23Philly+%28MP3%29%0D%0A%0D%0A%E2%80%94+Keith+Keller%28%40KeithKeller%29+February+21%2C+2013%0D%0A%26nbsp%3B%0D%0Ahttp%3A%2F%2Fb%20-%20http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/mp3s/joshuaadams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;TWITTER 4 PRESENTERS&#8221; North American Spring Special &#8220;HOW TO TWITTER&#8221; Video Series With Deb Carr</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-videos/products/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-videos/products/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 02:01:45 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA["TWITTER 4 PRESENTERS"]]></category>
		<category><![CDATA[3 Part Video Series]]></category>
		<category><![CDATA[Animoto Video]]></category>
		<category><![CDATA[Be a resource not a salesperson]]></category>
		<category><![CDATA[Deb Carr]]></category>
		<category><![CDATA[GETTING STARTED]]></category>
		<category><![CDATA[GOING DEEPER]]></category>
		<category><![CDATA[GOING GLOBAL]]></category>
		<category><![CDATA[It’s not all about you]]></category>
		<category><![CDATA[Keith Keller]]></category>
		<category><![CDATA[Melbourne]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[North American Spring Special]]></category>
		<category><![CDATA[Sound Cloud]]></category>
		<category><![CDATA[Spring Into Social Media]]></category>
		<category><![CDATA[The 80/20 Rule]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter 101]]></category>
		<category><![CDATA[Twitter Videos]]></category>
		<category><![CDATA[Vox Presenters]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=5525</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>

 www.Twitter4Presenters.com (3 Part Video Series) 1. GETTING STARTED 2. GOING DEEPER 3. GOING GLOBAL    Twitter 4 Presenters (Awesome Animoto Video By Deb Carr) Deb Carr Keith Keller &#8220;5 TOP TWITTER TIPS&#8221; Highlights MP3 bit.ly/5TwitterTipsMP3Interview with Deb Carr @voxpresenters #Twitter #Tips #Podcast — Keith Keller(@KeithKeller) February 10, 2013 Keith&#8217;s Top 5 Twitter Tips  Be a resource [...]]]></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;"><a title="TWITTER 4 PRESENTERS -  Keith Keller &amp; Deb Carr" href="http://Twitter4Presenters.com"><img class="aligncenter  wp-image-6263" title="Twitter 4 Presenters  (North America Spring Special)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Twitter4Presenters-Spring-Special.jpg" alt="" width="553" height="486" /></a></p>
<p style="text-align: center;"><span style="font-size: medium;"><span style="color: #0000ff;"><em><strong><a title="Twitter 4 Presenters " href="http://Twitter4Presenters.com"> </a></strong></em></span><strong style="color: #0000ff;"><span style="color: #0000ff;"><em><a title="Twitter 4 Presenters " href="http://Twitter4Presenters.com"><span style="color: #0000ff;">www.Twitter4Presenters.com</span></a></em></span> <em>(3 Part Video Series)</em></strong></span></p>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong>1. <a title="Getting Started - Twitter 4 Presenters - Keith Keller" href="http://Twitter4Presenters.com"><span style="color: #ff0000;">GETTING STARTED</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong>2. <a title="Going Deeper - Twitter 4 Presenters - Keith Keller" href="http://Twitter4Presenters.com"><span style="color: #ff0000;">GOING DEEPER</span></a></strong></span></p>
<p style="text-align: center;"><span style="color: #ff0000; font-size: large;"><strong>3. <a title="Going Global - Twitter 4 Presenters - Keith Keller " href="http://Twitter4Presenters.com"><span style="color: #ff0000;">GOING GLOBAL</span></a></strong></span></p>
<blockquote class="twitter-tweet"><p>  <iframe src="http://www.youtube.com/embed/IUngM1eTn5Q" frameborder="0" width="560" height="315"></iframe></p></blockquote>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Twitter 4 Presenters (Awesome Animoto Video By Deb Carr)</strong></span></p>
<p style="text-align: center;"><a href="http://Twitter4Presenters.com"><img class="aligncenter size-full wp-image-5552" title="Deb Carr - Twitter 4 Presenters" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/Deb-Carr-Photo.jpg" alt="" width="164" height="232" /></a></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Deb Carr</strong></span></p>
<p style="text-align: center;"><a href="http://Twitter4Presenters.com"><img class="aligncenter  wp-image-5557" title="KeithKeller - Twitter 4 Presenters" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/KeithKellerTwitterPic1-199x300.jpg" alt="" width="159" height="240" /></a></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Keith Keller</strong></span></p>
<blockquote class="twitter-tweet"><p>&#8220;5 TOP TWITTER TIPS&#8221; Highlights MP3 <a title="http://bit.ly/5TwitterTipsMP3" href="http://t.co/00zKzE9v">bit.ly/5TwitterTipsMP3</a>Interview with Deb Carr @<a href="https://twitter.com/voxpresenters">voxpresenters</a> <a href="https://twitter.com/search/%23Twitter">#Twitter</a> <a href="https://twitter.com/search/%23Tips">#Tips</a> <a href="https://twitter.com/search/%23Podcast">#Podcast</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/300716698368098304">February 10, 2013</a></p></blockquote>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-size: large; color: #0000ff;"><strong>Keith&#8217;s Top 5 Twitter Tips </strong></span></p>
<ul>
<li style="text-align: left;"><strong>Be a resource not a salesperson.  Twitter is about sharing information and resources NOT selling ‘stuff’. This may sound counter-intuitive but it is the essence of Social Media marketing.</strong></li>
</ul>
<div><strong><br />
</strong></div>
<ul>
<li style="text-align: left;"><strong>Write a strong bio that will inspire potential clients and joint venture partners to follow you.</strong></li>
</ul>
<div><strong><br />
</strong></div>
<ul>
<li style="text-align: left;"><strong>Add a photo or company graphic. There is significant evidence to prove that people who do this get more followers and retweets</strong></li>
</ul>
<div><strong><br />
</strong></div>
<ul>
<li style="text-align: left;"><strong>Remember the 80/20 Rule – It’s not all about you.  4 out of 5 tweets should be of value to your followers and not sales related. Only 1 out of every 5 tweets (minimum) should be a sales related message. 1 out of 10 however is a far better ratio if you can manage it.</strong></li>
</ul>
<div><strong><br />
</strong></div>
<ul>
<li style="text-align: left;"><strong>SHARE – SHARE –SHARE (This is Twitter 101).  Share great articles and interact with your followers…this is the essence of how Twitter works.</strong></li>
</ul>
<div><strong><br />
</strong></div>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/BANNER-JPEG2.jpg"><img class="aligncenter  wp-image-6273" title="BANNER (JPEG)" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2013/02/BANNER-JPEG2.jpg" alt="" width="575" height="120" /></a></p>
<p><a href="http://kred.com/KeithKeller" target="_blank"><br />
<img class="aligncenter" style="width: 200px; border: 0px;" src="http://pbcdn.peoplebrowsr.com/widget/kredtopbadge/KeithKeller/" alt="" /><br />
</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-videos/products/&via=KeithKeller&text="TWITTER 4 PRESENTERS" North American Spring Special "HOW TO TWITTER" Video Series With Deb Carr&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Fproducts%2F&amp;t=%26%238220%3BTWITTER+4+PRESENTERS%26%238221%3B+North+American+Spring+Special+%26%238220%3BHOW+TO+TWITTER%26%238221%3B+Video+Series+With+Deb+Carr" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=%26%238220%3BTWITTER+4+PRESENTERS%26%238221%3B+North+American+Spring+Special+%26%238220%3BHOW+TO+TWITTER%26%238221%3B+Video+Series+With+Deb+Carr%20-%20http://bit.ly/12nofvY
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Fproducts%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Fproducts%2F&amp;title=%26%238220%3BTWITTER+4+PRESENTERS%26%238221%3B+North+American+Spring+Special+%26%238220%3BHOW+TO+TWITTER%26%238221%3B+Video+Series+With+Deb+Carr&amp;source=globalsocialmediacoaching.com+-+&amp;summary=%C2%A0www.Twitter4Presenters.com%C2%A0%283+Part+Video+Series%29%0D%0A1.+GETTING+STARTED%0D%0A2.+GOING+DEEPER%0D%0A3.+GOING+GLOBAL%0D%0A%0D%0A%C2%A0%C2%A0%0D%0ATwitter+4+Presenters+%28Awesome+Animoto+Video+By+Deb+Carr%29%0D%0A%0D%0ADeb+Carr%0D%0A%0D%0AKeith+Keller%0D%0A%0D%0A%225+TOP+TWITTER+TIPS%22+Highlights+MP3+bit.ly%2F5T" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Fproducts%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F02%2FTwitter4Presenters-Vox-Presenters-Above-The-Fold.png&amp;description=%C2%A0www.Twitter4Presenters.com%C2%A0%283+Part+Video+Series%29%0D%0A1.+GETTING+STARTED%0D%0A2.+GOING+DEEPER%0D%0A3.+GOING+GLOBAL%0D%0A%0D%0A%C2%A0%C2%A0%0D%0ATwitter+4+Presenters+%28Awesome+Animoto+Video+By+Deb+Carr%29%0D%0A%0D%0ADeb+Carr%0D%0A%0D%0AKeith+Keller%0D%0A%0D%0A%225+TOP+TWITTER+TIPS%22+Highlights+MP3+bit.ly%2F5T" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-videos%2Fproducts%2F&amp;title=%26%238220%3BTWITTER+4+PRESENTERS%26%238221%3B+North+American+Spring+Special+%26%238220%3BHOW+TO+TWITTER%26%238221%3B+Video+Series+With+Deb+Carr" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-videos/products/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=%26%238220%3BTWITTER+4+PRESENTERS%26%238221%3B+North+American+Spring+Special+%26%238220%3BHOW+TO+TWITTER%26%238221%3B+Video+Series+With+Deb+Carr&amp;body=%C2%A0www.Twitter4Presenters.com%C2%A0%283+Part+Video+Series%29%0D%0A1.+GETTING+STARTED%0D%0A2.+GOING+DEEPER%0D%0A3.+GOING+GLOBAL%0D%0A%0D%0A%C2%A0%C2%A0%0D%0ATwitter+4+Presenters+%28Awesome+Animoto+Video+By+Deb+Carr%29%0D%0A%0D%0ADeb+Carr%0D%0A%0D%0AKeith+Keller%0D%0A%0D%0A%225+TOP+TWITTER+TIPS%22+Highlights+MP3+bit.ly%2F5T%20-%20http://www.globalsocialmediacoaching.com/social-media-videos/products/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-videos/products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;HOW TO&#8221; Use Twitter For Marketing</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-for-marketing/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-for-marketing/#comments</comments>
		<pubDate>Thu, 31 May 2012 08:20:03 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA["HOW TO" Use Twitter for Marketing]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[How to Make Twitter Work For Your Business]]></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 2012]]></category>
		<category><![CDATA[Twitter For Marketing]]></category>
		<category><![CDATA[Using Twitter for Business: An Introductory Guide]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=4466</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 10 of my blog series featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business &#160; #Twitter #Marketing #Business #Success bit.ly/TwitterTipz “HOW TO” Use Twitter For Marketing — Keith Keller(@KeithKeller) May 31, 2012 &#160;  Here are just a few examples of how you can use Twitter for marketing.   1. [...]]]></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 10 of my blog series featuring Hubspot’s AWESOME eBook</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>“Using Twitter for Business: An Introductory Guide”   </strong></span></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://bit.ly/HubSpotTwitter4Business"><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">#Twitter</a> <a href="https://twitter.com/search/%2523Marketing">#Marketing</a> <a href="https://twitter.com/search/%2523Business">#Business</a> <a href="https://twitter.com/search/%2523Success">#Success</a> <a title="http://bit.ly/TwitterTipz" href="http://t.co/gE8Ron5I">bit.ly/TwitterTipz</a> “HOW TO” Use Twitter For Marketing</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/208115028803600384" data-datetime="2012-05-31T08:37:44+00:00">May 31, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"> <strong style="text-align: center;">Here are just a few examples of how you can use Twitter for marketing.  </strong></p>
<p style="text-align: center;"><strong style="color: #0000ff;">1. Use Twitter to drive people to your company’s website.</strong></p>
<p style="text-align: left;"><strong>Tweet about interesting resources you‘ve posted on your blog or website. Have you recently published an ebook or recorded a webinar that people can download for free? Tweet about it, linking back to the landing page to download it from your website. If the content on your site is truly remarkable, people may start tweeting about it on their own and sharing your resources to their followers on Twitter.</strong></p>
<p style="text-align: center;"><strong></strong><span style="color: #0000ff;"><strong>2. Monitor your brand on Twitter. </strong></span></p>
<p style="text-align: left;"><strong>Using the aforementioned Twitter Search tool (http://search.twitter.com), you can search and track what people are tweeting about your company, products, competitors, or any other news or trends in your industry. Set up an RSS feed to receive all search results in Google Reader. If you find someone tweeting about your products or a person who is looking for a solution that your product provides, let them know!</strong><br />
<strong></strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>3. Use the Twitter “Favorites” feature as a list of company testimonials. </strong></span></p>
<p><strong>When you hover your mouse over an individual tweet in your Twitter</strong> <strong>stream, a few options</strong> <strong>appear, including the option</strong> <strong>to &#8220;Favvorite&#8221; the tweet.</strong><br />
<strong>When you click the little star </strong><strong>that appears, it turns yellow,</strong> <strong>and that tweet gets added</strong> <strong>to your &#8220;Favorites&#8221;  tab. As</strong> <strong>you track what people are</strong><br />
<strong>saying about your company</strong> <strong>in Twitter Search, add the</strong> <strong>positive tweet to your</strong> <strong>Favorites. Public, third-party </strong><strong>testimonials are valuable validations of your company. </strong></p>
<p><strong>The next time someone asks about your company, send them the link to your Favorites page. </strong></p>
<p><strong>The URL for this page will be http://twitter.com/USERNAME/favorites.</strong></p>
<p><strong></strong><br />
<strong>Example: http://www.twitter.com/HubSpot/favorites</strong></p>
<p style="text-align: center;"><strong></strong><br />
<span style="color: #0000ff;"><strong>4. Use Twitter to promote events, webinars, and campaigns. </strong></span></p>
<p style="text-align: left;"><strong>Tweetups are a great way to get to know your Twitter community offline. The next time your company holds an event, fundraiser, or open house, tweet about it! Best practice is to send people directly to an event sign-up page.</strong></p>
<p style="text-align: left;"><strong></strong><strong>Think of a hashtag for your event or webinar before you start tweeting about it. Earlier in the ebook, we mentioned how HubSpot is using #HUGS2011 for this year‘s HubSpot User Group Summit.</strong></p>
<p style="text-align: left;"><strong></strong><strong>Selecting a hashtag for your own event will be beneficial in a couple of ways:</strong></p>
<p style="text-align: left;"><strong></strong><strong>During the event, people often use the hashtag while live-tweeting, i.e. tweeting what they see/hear in real-time. The hashtag will tag and aggregate the event‘s tweets, building an online conversation around the event.</strong></p>
<p><strong>People who are not at the event might see your hashtag and want follow and/or join the conversation, too. A popular hashtag often sparks curiosity, and people will go to http://search.twitter.com to participate in the conversation around an event.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>5. Use Twitter to promote new tools. </strong></span></p>
<p style="text-align: left;"><strong>Twitter users love new toys, especially if they create some sort of outcome, grade, or analysis of the person using the tool. Make the results of your tool/grader as easy to tweet as possible. Perhaps you could add a ?Tweet this grade? function. Make sure your tool is as easy to share as possible!</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>6. Establish yourself as a thought leader in your industry. </strong></span></p>
<p style="text-align: left;"><strong>By tweeting about useful resources and thoughtful tips, you and your company will eventually develop thought leadership, and people will consider you an expert in that particular subject. Be sure to link to your own resources as well as others.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>7. Use third-party Twitter platforms to divide the work. </strong></span></p>
<p><strong>Are you thinking that all of this Twitter monitoring and participating sounds like a whole lot of work? Third-party Twitter platforms like CoTweet and HootSuite can make managing a corporate Twitter account much easier. These platforms allow teams to better manage multiple contributors tweeting through one account.</strong></p>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/search/%2523Twitter">#Twitter</a> 4 <a href="https://twitter.com/search/%2523Business">#Business</a> <a href="https://twitter.com/search/%2523Marketing">#Marketing</a> <a href="https://twitter.com/search/%2523Paperli">#Paperli</a> <a href="https://twitter.com/search/%2523Twylah">#Twylah</a> (MP3) <a title="http://twy.la/K1diYr" href="http://t.co/wRtnY6wy">twy.la/K1diYr</a> &#8220;HOW TO&#8221; Make Twitter Work For Your Business @<a href="https://twitter.com/SmallRivers">SmallRivers</a></p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/209417457486663681" data-datetime="2012-06-03T22:53:07+00:00">June 3, 2012</a></p></blockquote>
<p>&nbsp;</p>
<p style="text-align: center;"> <span style="color: #0000ff;"><strong><span style="font-size: small;"><a href="http://soundcloud.com/keithkeller/how-to-make-twitter-work"><span style="color: #0000ff;">&#8220;HOW TO&#8221; Make Twitter Work For Your Business (Paperli Interview With Liz Wilson)</span></a></span></strong></span></p>
<p><iframe src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F47899809&amp;show_artwork=true" frameborder="no" scrolling="no" width="100%" height="166"></iframe></p>
<p style="text-align: center;"><a href="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/05/logo_paper-li.png"><img class="aligncenter  wp-image-4507" title="logo_paper-li" src="http://www.globalsocialmediacoaching.com/wp-content/uploads/2012/05/logo_paper-li-300x101.png" alt="" width="308" height="103" /></a><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 title="HOW TO TWITTER" href="http://www.howtotwitter.com.au/"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong><strong> </strong></span></p>
<p><a title="HOW TO TWITTER" href="http://howtotwitter.com.au/"><img class="aligncenter" 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/twitter-for-marketing/&via=KeithKeller&text="HOW TO" Use Twitter For Marketing&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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Ftwitter-for-marketing%2F&amp;t=%26%238220%3BHOW+TO%26%238221%3B+Use+Twitter+For+Marketing" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=%26%238220%3BHOW+TO%26%238221%3B+Use+Twitter+For+Marketing%20-%20http://bit.ly/L8dIrJ
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Ftwitter-for-marketing%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Ftwitter-for-marketing%2F&amp;title=%26%238220%3BHOW+TO%26%238221%3B+Use+Twitter+For+Marketing&amp;source=globalsocialmediacoaching.com+-+&amp;summary=This+is+Part+10+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Marketing+%23Business+%23Success+bit.ly%2FTwitterTipz+%E2%80%9CHOW+TO" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Ftwitter-for-marketing%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2012%2F05%2Flogo_paper-li.png&amp;description=This+is+Part+10+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Marketing+%23Business+%23Success+bit.ly%2FTwitterTipz+%E2%80%9CHOW+TO" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Ftwitter-for-marketing%2F&amp;title=%26%238220%3BHOW+TO%26%238221%3B+Use+Twitter+For+Marketing" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-articles/twitter-for-marketing/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=%26%238220%3BHOW+TO%26%238221%3B+Use+Twitter+For+Marketing&amp;body=This+is+Part+10+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Marketing+%23Business+%23Success+bit.ly%2FTwitterTipz+%E2%80%9CHOW+TO%20-%20http://www.globalsocialmediacoaching.com/social-media-articles/twitter-for-marketing/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/twitter-for-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;HOW TO&#8221; Engage With Your Network On Twitter</title>
		<link>http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/</link>
		<comments>http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/#comments</comments>
		<pubDate>Wed, 30 May 2012 00:28:29 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Social Media Articles]]></category>
		<category><![CDATA[Social Media Videos]]></category>
		<category><![CDATA["HOW TO" Engage With Your Network On Twitter]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Engage With Your Network On 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 Is The Information Network]]></category>
		<category><![CDATA[Using Twitter for Business: An Introductory Guide]]></category>

		<guid isPermaLink="false">http://www.globalsocialmediacoaching.com/?p=4414</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 my blog series featuring Hubspot’s AWESOME eBook “Using Twitter for Business: An Introductory Guide”    http://bit.ly/HubSpotTwitter4Business &#160; #Twitter #Tips #SocialMedia #Success bit.ly/EngageOnTwitter “HOW TO” Engage With Your Network On Twitter — Keith Keller(@KeithKeller) May 30, 2012 In order to send a message to another person on Twitter, you need to use [...]]]></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 my blog series featuring Hubspot’s AWESOME eBook</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>“Using Twitter for Business: An Introductory Guide”   </strong></span></p>
<h4 style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://bit.ly/HubSpotTwitter4Business"><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">#Twitter</a> <a href="https://twitter.com/search/%2523Tips">#Tips</a> <a href="https://twitter.com/search/%2523SocialMedia">#SocialMedia</a> <a href="https://twitter.com/search/%2523Success">#Success</a> <a title="http://bit.ly/EngageOnTwitter" href="http://t.co/kYDJdkLi">bit.ly/EngageOnTwitter</a> “HOW TO” Engage With Your Network On Twitter</p>
<p>— Keith Keller(@KeithKeller) <a href="https://twitter.com/KeithKeller/status/207637730656661504" data-datetime="2012-05-30T01:01:07+00:00">May 30, 2012</a></p></blockquote>
<p><strong style="text-align: left;">In order to send a message to another person on Twitter, you need to use an @ before the person‘s username anywhere within the tweet. Think of it as the address for the tweet. Remember that this type of message is still public or viewable by anyone in the world, even if they don‘t have a Twitter account.</strong></p>
<p><strong>Note: To make your tweets as visible as possible, avoid putting @USERNAME in the very beginning of your tweets. Adding the @USERNAME to the very beginning will make your tweet viewable only in the Twitter streams of people who follow you and the user to whom you‘re tweeting (see below examples).</strong></p>
<p><strong>Here is an example of how you would send a tweet to HubSpot:</strong></p>
<p><span style="color: #000000;"><strong>Example: What‘s up @HubSpot? </strong></span></p>
<p><span style="color: #000000;"><strong>(Viewable to everyone)</strong></span></p>
<p><span style="color: #000000;"><strong>Not Recommended: @HubSpot What‘s up? </strong></span></p>
<p><span style="color: #000000;"><strong>(Only viewable in Twitter streams of users who follow you and also follow @HubSpot)</strong></span></p>
<p><strong>By putting @USERNAME within your tweet, Twitter knows who to send it to. This type of tweet is also called a reply or @reply (pronounced ?at reply?). All of the @replies you receive will go into your @Mentions tab.</strong></p>
<p><strong>Also note, anytime you put an @ in front of someone‘s username, it automatically becomes a link to that person‘s profile. This feature makes it easy for you to easily visit those users‘ profiles and engage with them as well.</strong></p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Direct Messages:</strong></span></p>
<p><strong>It is also possible to send someone a private message on Twitter. These are called direct messages or DMs, and can basically be described as Twitter‘s version of email. Send a direct message by visiting that person‘s profile and clicking the &#8220;Message&#8221; link on the right-hand side of the user‘s profile.</strong></p>
<p><strong>This will be a private message that won‘t be viewable in the public Twitter stream. You can set up your notifications to receive an email with the direct message, and it will also go into the &#8220;Messages&#8221; tab in the Twitter toolbar. However, you can only DM people if you follow them and they follow you back, and you‘re still only allowed 140 characters per message.</strong></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 title="HOW TO TWITTER" href="http://www.howtotwitter.com.au/"><span style="color: #0000ff;">www.HowToTwitter.com.au</span></a></strong><strong> </strong></span></p>
<p><a title="HOW TO TWITTER" href="http://HowToTwitter.com.au"><img class="aligncenter" 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>
<p style="text-align: center;"><strong><span style="color: #0000ff; text-align: center;"><strong>Twitter is t</strong>he Information Network </span></strong></p>
<p style="text-align: center;"><strong><span style="color: #0000ff; text-align: center;">(2 minute introduction to using &#8220;Twitter 4 Business&#8221;)</span></strong></p>
<p><iframe src="http://www.youtube.com/embed/dhS00kRFQWs" frameborder="0" width="580" height="435"></iframe></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/&via=KeithKeller&text="HOW TO" Engage With Your Network 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><h3>Share and Enjoy</h3>

<!-- Start WP Socializer - Social Buttons - Output -->
 &bull; <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fengage-with-your-network%2F&amp;t=%26%238220%3BHOW+TO%26%238221%3B+Engage+With+Your+Network+On+Twitter" title="Share this on Facebook" target="_blank" rel="nofollow">Facebook</a> &bull; <a href="http://twitter.com/home?status=%26%238220%3BHOW+TO%26%238221%3B+Engage+With+Your+Network+On+Twitter%20-%20http://bit.ly/KYvFrX
%20@KeithKeller" title="Tweet this !" target="_blank" rel="nofollow">Twitter</a> &bull; <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fengage-with-your-network%2F" title="Share this on Google Plus" target="_blank" rel="nofollow">Google Plus</a> &bull; <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fengage-with-your-network%2F&amp;title=%26%238220%3BHOW+TO%26%238221%3B+Engage+With+Your+Network+On+Twitter&amp;source=globalsocialmediacoaching.com+-+&amp;summary=This+is+Part+9+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Tips+%23SocialMedia+%23Success+bit.ly%2FEngageOnTwitter+%E2%80%9CHOW+T" title="Share this on LinkedIn" target="_blank" rel="nofollow">LinkedIn</a> &bull; <a href="http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fengage-with-your-network%2F&amp;media=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fwp-content%2Fuploads%2F2013%2F04%2FKeith-Keller-LOGO-JPEG-300x212.jpg&amp;description=This+is+Part+9+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Tips+%23SocialMedia+%23Success+bit.ly%2FEngageOnTwitter+%E2%80%9CHOW+T" title="Submit this to Pinterest" target="_blank" rel="nofollow">Pinterest</a> &bull; <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.globalsocialmediacoaching.com%2Fsocial-media-articles%2Fengage-with-your-network%2F&amp;title=%26%238220%3BHOW+TO%26%238221%3B+Engage+With+Your+Network+On+Twitter" title="Submit this to StumbleUpon" target="_blank" rel="nofollow">StumbleUpon</a> &bull; <a href="http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/" onclick="addBookmark(event);" title="Add to favorites" target="_blank" rel="nofollow">Add to favorites</a> &bull; <a href="mailto:?to=&amp;subject=%26%238220%3BHOW+TO%26%238221%3B+Engage+With+Your+Network+On+Twitter&amp;body=This+is+Part+9+of+my+blog+series+featuring+Hubspot%E2%80%99s+AWESOME+eBook%0D%0A%E2%80%9CUsing+Twitter+for+Business%3A+An+Introductory+Guide%E2%80%9D%C2%A0%C2%A0%C2%A0%0D%0A%0D%0Ahttp%3A%2F%2Fbit.ly%2FHubSpotTwitter4Business%0D%0A%26nbsp%3B%0D%0A%23Twitter+%23Tips+%23SocialMedia+%23Success+bit.ly%2FEngageOnTwitter+%E2%80%9CHOW+T%20-%20http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/" title="Email this" target="_blank" rel="nofollow">Email</a>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://www.globalsocialmediacoaching.com/social-media-articles/engage-with-your-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
