<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Matt O&#039;Connor&#187; The Truth About Video Sales Letters</title>
	<atom:link href="http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthew-oconnor.com</link>
	<description>Direct Response Copywriter... Marketing Strategist... Sales Video Specialist</description>
	<lastBuildDate>Tue, 06 Dec 2011 12:32:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright></copyright>
		<itunes:author></itunes:author>
		<itunes:summary>Copywriter, Marketer, Living Legend...</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>The Truth About Video Sales Letters</title>
		<link>http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/</link>
		<comments>http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 10:21:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Copywriting]]></category>
		<category><![CDATA[Video Sales Letters]]></category>
		<category><![CDATA[video copy]]></category>
		<category><![CDATA[video copywriting]]></category>
		<category><![CDATA[video sales letter]]></category>

		<guid isPermaLink="false">http://www.matthew-oconnor.com/?p=47</guid>
		<description><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.matthew-oconnor.com%2Fthe-truth-about-video-sales-letters%2F&#38;locale=en_US&#38;layout=box_count&#38;action=like&#38;width=50&#38;height=60&#38;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><a  href="http://twitter.com/share" class="twitter-share-button" 0="data-url="http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/"" 1="data-count="vertical"" 2="data-text="The" 3="Truth" 4="About" 5="Video" 6="Sales" 7="Letters"" 8="data-via="Matt_James""></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&#38;r=http%3A%2F%2Fwww.matthew-oconnor.com%2Fthe-truth-about-video-sales-letters%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a  href="http://www.diggdigg2u.com" target="_blank">Digg Digg</a></div></div><div class='dd_content_wrap'><p><strong>Video killed the copywriting star?</strong></p>
<p>Not quite.</p>
<p>A few of my copywriting compadres are quaking in their boots. The reason?</p>
<p>Video is all the rage right now.</p>
<p>Sales letters with nothing but a few powerpoint slides and a voiceover are (in some cases) out-pulling traditional sales letters.</p>
<p><a  href="http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/" class="more-link">Read more on The Truth About Video Sales Letters&#8230;</a></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY &#038;& !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY &#038;& fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.matthew-oconnor.com%2Fthe-truth-about-video-sales-letters%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><a  href="http://twitter.com/share" class="twitter-share-button" 0="data-url="http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/"" 1="data-count="vertical"" 2="data-text="The" 3="Truth" 4="About" 5="Video" 6="Sales" 7="Letters"" 8="data-via="Matt_James""></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.matthew-oconnor.com%2Fthe-truth-about-video-sales-letters%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a  href="http://www.diggdigg2u.com" target="_blank">Digg Digg</a></div></div><div class='dd_content_wrap'><p><strong>Video killed the copywriting star?</strong></p>
<p>Not quite.</p>
<p>A few of my copywriting compadres are quaking in their boots. The reason?</p>
<p>Video is all the rage right now.</p>
<p>Sales letters with nothing but a few powerpoint slides and a voiceover are (in some cases) out-pulling traditional sales letters.</p>
<p>So does this mean the end of the &#8220;regular&#8221; sales letter?</p>
<p>Not likely. But I <em>do </em>think we&#8217;re seeing the evolution of selling online.</p>
<p>Sure, plain text sales letters which run on for 60+ pages can seem a little tiresome nowadays. But only if the copy is weak.</p>
<p>So why are some videos&#8230; with pretty flimsy copy&#8230; managing to out-perform the tried and trusted sales letter?</p>
<p>Novelty for one thing.</p>
<p>But it won&#8217;t be long before the market (especially in the internet marketing niche) become immune to the fresh, new appearance of video sales letters&#8230; just as it did with long-form sales letters.</p>
<p>And when that happens there&#8217;s only one thing that will save your sales.</p>
<p><strong>Great copy.</strong></p>
<p>It&#8217;s always been this way. Whether you&#8217;re communicating with a letter, an email, an Adwords ad, audio or video. It&#8217;s all copy.</p>
<p>So fear not my copywriting brothers&#8230; the skill to sell in print (or webpage, video or audio) will always be needed.</p>
<p>But here are two reasons why I think video sales letters are here to stay, even after the inital novelty has died down.</p>
<p><strong>1) The Text/Audio Killer Combo</strong></p>
<p>Back when I worked in shopping TV, the time the phones would ring the most were when we put up a &#8220;full screen graphic.</p>
<p>Namely, a slide detailing the features of the product.</p>
<p>There&#8217;s something about the text/audio combination that is utterly compelling. I guess it&#8217;s how we&#8217;re taught at school.</p>
<p>Now just imagine if those shopping channels knew how to write great bullets.</p>
<p>Then they&#8217;d be really cooking&#8230;</p>
<p><strong>2) You Control The Sale</strong></p>
<p>You and I both know&#8230; when a prospect hits a long-form sales letter, before long they&#8217;re scrolling down to the price.</p>
<p>With a video sales letter you can&#8217;t do that.</p>
<p><strong>You can delay your prospect viewing the price until they&#8217;re fully jazzed and ready to buy.</strong></p>
<p>It means your sales message has time to build and work the way you want it to.</p>
<p>For a copywriter this is heaven. For a product owner it means more conversions.</p>
<p>Let&#8217;s face it&#8230;</p>
<p>The sales letter video style is here to stay. It&#8217;s going to be fun watching things evolve further&#8230;</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.matthew-oconnor.com/the-truth-about-video-sales-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

